Shades of Dark Violet #A003C9
Tints of Dark Violet #A003C9
RGB
CMYK
RGB Variations
Color information
#A003C9 (or 0xA003C9) is known color: Dark Violet. HEX triplet: A0, 03 and C9. RGB value is (160,3,201). Sum of RGB (Red+Green+Blue) = 160+3+201=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #A003C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003C9 is #5FFC36. Grayscale: #474747. Windows color (decimal): -6290487 or 13173664. OLE color: 13173664.
HSL color Cylindrical-coordinate representation of color #A003C9: hue angle of 287.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003C9 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 3 | 201 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.21 |
| HSL | 287.58º | 0.97% | 0.4% | - |
| HSV(B) | 287.58º | 0.99% | 0.79% | - |
| XYZ | 25.07 | 11.76 | 56.21 | - |
| YUV | 72.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 201 | 0.20 | 0.99 | 0 | 0.21 | 287.58 | 0.97 | 0.4 |
| Hex | A0 | 3 | C9 | 14 | 63 | 0 | 15 | 120 | 61 | 28 |
| Octal | 240 | 3 | 311 | 24 | 143 | 0 | 25 | 440 | 141 | 50 |
| Binary | 10100000 | 11 | 11001001 | 10100 | 1100011 | 0 | 10101 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A003C9
Complementary color
Monochromatic Colors of #A003C9
Black with #A003C9
Text Example
Text Example
White with #A003C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003C9; }
p { color: rgb(160,3,201); }
H1.HeaderClassName
{
color: #A003C9;
}
.AnyTagClassName
{
color: #A003C9;
}
</style>
background-color css
<style>
a { background-color: #A003C9; }
a { background-color: rgb(160,3,201); }
div.DivClassName
{
background-color: #A003C9;
}
.BgClassName
{
background-color: #A003C9;
}
</style>
border-color css
<style>
span { border-color: #A003C9; }
span { border-color: rgb(160,3,201); }
td.TdClassName
{
border-color: #A003C9;
}
.TagClassName
{
border-color: #A003C9;
}
</style>