Shades of Dark Violet #A00CDA
Tints of Dark Violet #A00CDA
RGB
CMYK
RGB Variations
Color information
#A00CDA (or 0xA00CDA) is known color: Dark Violet. HEX triplet: A0, 0C and DA. RGB value is (160,12,218). Sum of RGB (Red+Green+Blue) = 160+12+218=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #A00CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CDA is #5FF325. Grayscale: #4F4F4F. Windows color (decimal): -6288166 or 14290080. OLE color: 14290080.
HSL color Cylindrical-coordinate representation of color #A00CDA: hue angle of 283.11º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CDA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 12 | 218 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.15 |
| HSL | 283.11º | 0.9% | 0.45% | - |
| HSV(B) | 283.11º | 0.94% | 0.85% | - |
| XYZ | 27.28 | 12.8 | 67.36 | - |
| YUV | 79.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 218 | 0.27 | 0.94 | 0 | 0.15 | 283.11 | 0.9 | 0.45 |
| Hex | A0 | C | DA | 1B | 5E | 0 | F | 11B | 5A | 2D |
| Octal | 240 | 14 | 332 | 33 | 136 | 0 | 17 | 433 | 132 | 55 |
| Binary | 10100000 | 1100 | 11011010 | 11011 | 1011110 | 0 | 1111 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A00CDA
Complementary color
Monochromatic Colors of #A00CDA
Black with #A00CDA
Text Example
Text Example
White with #A00CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CDA; }
p { color: rgb(160,12,218); }
H1.HeaderClassName
{
color: #A00CDA;
}
.AnyTagClassName
{
color: #A00CDA;
}
</style>
background-color css
<style>
a { background-color: #A00CDA; }
a { background-color: rgb(160,12,218); }
div.DivClassName
{
background-color: #A00CDA;
}
.BgClassName
{
background-color: #A00CDA;
}
</style>
border-color css
<style>
span { border-color: #A00CDA; }
span { border-color: rgb(160,12,218); }
td.TdClassName
{
border-color: #A00CDA;
}
.TagClassName
{
border-color: #A00CDA;
}
</style>