Has anyone seen ASCII/HTML art where a picture is created within a solid block of text by varying the colors of said text? I can’t seem to find a good example of it to show what I mean, but I’ve seen it multiple times so I think it’s fairly well-known.
I’m not sure how ascii art is generally created but from a console perspective, outputting coloured ascii characters is as simple as setting a few colour registers.
(This can be done through any programming language, or more directly through assembler.)