A) Text named colours (16 colours) ie: "red"
Not every ones computer can handle 32 bit colour. For example if you use colours from a 32 bit pallet to create your page. Then a computer which can only understand 265 colours views the page. That computer will use the closest colours it can create (Dithering) to view the page. I would think this to be a small portion of computers on the net, most systems are using at least 16 bit colours. When the computer dithers from 32 bit colour to 256 or 16 colours things can look a little strange.
The image on the left is the same image as the 16 bit image on the right reduced to 256 colors. You can see how the computer tries to provide a close match in colour but has a limited pallet to work with.
TEXT NAMED COLOURS
The variables are:
colour text looks like on different coloured backgrounds. |
For example: < Font color="#0,99,200" >SAMPLE< /FONT > The first number represents the strength of the red colour. ie. 255,0,0
Various combinations of these colours ranging in intensity from 0 to 255 are used to display colours.
RGB colours are a combination of red, green and blue colours. It is represented by three numbers separated by commas.
The second number is the intensity of the green colour. ie. 0,255,0
The third number is the intensity of the blue colour. ie. 0,0,255
Examples:
33,200,55 133,65,125 0,0,0
For example: < font color="#996600" >SAMPLE< /font >
HEX colors are represented by the pound sign '#' followed by six letters or numbers or a combination of six letters and numbers. ` A to F and 0 to 9 `
The first two digits are for RED, the next two are for GREEN the last two digits are for BLUE.
| #FF0000 #000000 #FFFFFF #999999 #FF9966 |
|
|
GREY SHADES
Grey Shades are shades of grey ranging from white to black. When used in images they create small file sizes.
![]() |
![]() |
Graycale colours are represented by:
For example:
#999999 #444444 #DDDDDD #AAAAAA
For example:
#60,60,60 #80,80,80 #90,90,90 #255,255,255