Shades of Dark Violet #A00CC9
Tints of Dark Violet #A00CC9
RGB
CMYK
RGB Variations
Color information
#A00CC9 (or 0xA00CC9) is known color: Dark Violet. HEX triplet: A0, 0C and C9. RGB value is (160,12,201). Sum of RGB (Red+Green+Blue) = 160+12+201=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #A00CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CC9 is #5FF336. Grayscale: #4D4D4D. Windows color (decimal): -6288183 or 13175968. OLE color: 13175968.
HSL color Cylindrical-coordinate representation of color #A00CC9: hue angle of 286.98º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CC9 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 12 | 201 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.21 |
| HSL | 286.98º | 0.89% | 0.42% | - |
| HSV(B) | 286.98º | 0.94% | 0.79% | - |
| XYZ | 25.17 | 11.95 | 56.24 | - |
| YUV | 77.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 201 | 0.20 | 0.94 | 0 | 0.21 | 286.98 | 0.89 | 0.42 |
| Hex | A0 | C | C9 | 14 | 5E | 0 | 15 | 11F | 59 | 2A |
| Octal | 240 | 14 | 311 | 24 | 136 | 0 | 25 | 437 | 131 | 52 |
| Binary | 10100000 | 1100 | 11001001 | 10100 | 1011110 | 0 | 10101 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A00CC9
Complementary color
Monochromatic Colors of #A00CC9
Black with #A00CC9
Text Example
Text Example
White with #A00CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CC9; }
p { color: rgb(160,12,201); }
H1.HeaderClassName
{
color: #A00CC9;
}
.AnyTagClassName
{
color: #A00CC9;
}
</style>
background-color css
<style>
a { background-color: #A00CC9; }
a { background-color: rgb(160,12,201); }
div.DivClassName
{
background-color: #A00CC9;
}
.BgClassName
{
background-color: #A00CC9;
}
</style>
border-color css
<style>
span { border-color: #A00CC9; }
span { border-color: rgb(160,12,201); }
td.TdClassName
{
border-color: #A00CC9;
}
.TagClassName
{
border-color: #A00CC9;
}
</style>