Tools
< Game Making
< davidy13
This page lists over 500 colours by colour name, Hex value, RGB value and Microsoft Access code number. You cannot specify these colours in HTML and CSS by their colour name but you can use their RGB hexadecimal value, eg: <font color="#800080"> and in CSS you can also use their RGB decimal values, eg: P { rgb(128,0,128); }