Shades of Dark Violet #A00ACD
Tints of Dark Violet #A00ACD
RGB
CMYK
RGB Variations
Color information
#A00ACD (or 0xA00ACD) is known color: Dark Violet. HEX triplet: A0, 0A and CD. RGB value is (160,10,205). Sum of RGB (Red+Green+Blue) = 160+10+205=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #A00ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ACD is #5FF532. Grayscale: #4C4C4C. Windows color (decimal): -6288691 or 13437600. OLE color: 13437600.
HSL color Cylindrical-coordinate representation of color #A00ACD: hue angle of 286.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00ACD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 10 | 205 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.20 |
| HSL | 286.15º | 0.91% | 0.42% | - |
| HSV(B) | 286.15º | 0.95% | 0.8% | - |
| XYZ | 25.63 | 12.1 | 58.74 | - |
| YUV | 77.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 205 | 0.22 | 0.95 | 0 | 0.20 | 286.15 | 0.91 | 0.42 |
| Hex | A0 | A | CD | 16 | 5F | 0 | 14 | 11E | 5B | 2A |
| Octal | 240 | 12 | 315 | 26 | 137 | 0 | 24 | 436 | 133 | 52 |
| Binary | 10100000 | 1010 | 11001101 | 10110 | 1011111 | 0 | 10100 | 100011110 | 1011011 | 101010 |
Color Harmonies of #A00ACD
Complementary color
Monochromatic Colors of #A00ACD
Black with #A00ACD
Text Example
Text Example
White with #A00ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ACD; }
p { color: rgb(160,10,205); }
H1.HeaderClassName
{
color: #A00ACD;
}
.AnyTagClassName
{
color: #A00ACD;
}
</style>
background-color css
<style>
a { background-color: #A00ACD; }
a { background-color: rgb(160,10,205); }
div.DivClassName
{
background-color: #A00ACD;
}
.BgClassName
{
background-color: #A00ACD;
}
</style>
border-color css
<style>
span { border-color: #A00ACD; }
span { border-color: rgb(160,10,205); }
td.TdClassName
{
border-color: #A00ACD;
}
.TagClassName
{
border-color: #A00ACD;
}
</style>