Shades of Dark Violet #A903CC
Tints of Dark Violet #A903CC
RGB
CMYK
RGB Variations
Color information
#A903CC (or 0xA903CC) is known color: Dark Violet. HEX triplet: A9, 03 and CC. RGB value is (169,3,204). Sum of RGB (Red+Green+Blue) = 169+3+204=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #A903CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903CC is #56FC33. Grayscale: #4A4A4A. Windows color (decimal): -5700660 or 13370281. OLE color: 13370281.
HSL color Cylindrical-coordinate representation of color #A903CC: hue angle of 289.55º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A903CC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 3 | 204 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.2 |
| HSL | 289.55º | 0.97% | 0.41% | - |
| HSV(B) | 289.55º | 0.99% | 0.8% | - |
| XYZ | 27.29 | 12.86 | 58.17 | - |
| YUV | 75.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 204 | 0.17 | 0.99 | 0 | 0.2 | 289.55 | 0.97 | 0.41 |
| Hex | A9 | 3 | CC | 11 | 63 | 0 | 14 | 122 | 61 | 29 |
| Octal | 251 | 3 | 314 | 21 | 143 | 0 | 24 | 442 | 141 | 51 |
| Binary | 10101001 | 11 | 11001100 | 10001 | 1100011 | 0 | 10100 | 100100010 | 1100001 | 101001 |
Color Harmonies of #A903CC
Complementary color
Monochromatic Colors of #A903CC
Black with #A903CC
Text Example
Text Example
White with #A903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903CC; }
p { color: rgb(169,3,204); }
H1.HeaderClassName
{
color: #A903CC;
}
.AnyTagClassName
{
color: #A903CC;
}
</style>
background-color css
<style>
a { background-color: #A903CC; }
a { background-color: rgb(169,3,204); }
div.DivClassName
{
background-color: #A903CC;
}
.BgClassName
{
background-color: #A903CC;
}
</style>
border-color css
<style>
span { border-color: #A903CC; }
span { border-color: rgb(169,3,204); }
td.TdClassName
{
border-color: #A903CC;
}
.TagClassName
{
border-color: #A903CC;
}
</style>