Shades of Dark Violet #A00DC9
Tints of Dark Violet #A00DC9
RGB
CMYK
RGB Variations
Color information
#A00DC9 (or 0xA00DC9) is known color: Dark Violet. HEX triplet: A0, 0D and C9. RGB value is (160,13,201). Sum of RGB (Red+Green+Blue) = 160+13+201=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #A00DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DC9 is #5FF236. Grayscale: #4D4D4D. Windows color (decimal): -6287927 or 13176224. OLE color: 13176224.
HSL color Cylindrical-coordinate representation of color #A00DC9: hue angle of 286.91º degrees, saturation: 0.88, 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 #A00DC9 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 13 | 201 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.21 |
| HSL | 286.91º | 0.88% | 0.42% | - |
| HSV(B) | 286.91º | 0.94% | 0.79% | - |
| XYZ | 25.18 | 11.98 | 56.24 | - |
| YUV | 78.39 | 197.2 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 201 | 0.20 | 0.94 | 0 | 0.21 | 286.91 | 0.88 | 0.42 |
| Hex | A0 | D | C9 | 14 | 5E | 0 | 15 | 11F | 58 | 2A |
| Octal | 240 | 15 | 311 | 24 | 136 | 0 | 25 | 437 | 130 | 52 |
| Binary | 10100000 | 1101 | 11001001 | 10100 | 1011110 | 0 | 10101 | 100011111 | 1011000 | 101010 |
Color Harmonies of #A00DC9
Complementary color
Monochromatic Colors of #A00DC9
Black with #A00DC9
Text Example
Text Example
White with #A00DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DC9; }
p { color: rgb(160,13,201); }
H1.HeaderClassName
{
color: #A00DC9;
}
.AnyTagClassName
{
color: #A00DC9;
}
</style>
background-color css
<style>
a { background-color: #A00DC9; }
a { background-color: rgb(160,13,201); }
div.DivClassName
{
background-color: #A00DC9;
}
.BgClassName
{
background-color: #A00DC9;
}
</style>
border-color css
<style>
span { border-color: #A00DC9; }
span { border-color: rgb(160,13,201); }
td.TdClassName
{
border-color: #A00DC9;
}
.TagClassName
{
border-color: #A00DC9;
}
</style>