Shades of Dark Violet #A00CDC
Tints of Dark Violet #A00CDC
RGB
CMYK
RGB Variations
Color information
#A00CDC (or 0xA00CDC) is known color: Dark Violet. HEX triplet: A0, 0C and DC. RGB value is (160,12,220). Sum of RGB (Red+Green+Blue) = 160+12+220=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #A00CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CDC is #5FF323. Grayscale: #4F4F4F. Windows color (decimal): -6288164 or 14421152. OLE color: 14421152.
HSL color Cylindrical-coordinate representation of color #A00CDC: hue angle of 282.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CDC is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 12 | 220 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.14 |
| HSL | 282.69º | 0.9% | 0.45% | - |
| HSV(B) | 282.69º | 0.95% | 0.86% | - |
| XYZ | 27.55 | 12.9 | 68.75 | - |
| YUV | 79.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 220 | 0.27 | 0.95 | 0 | 0.14 | 282.69 | 0.9 | 0.45 |
| Hex | A0 | C | DC | 1B | 5F | 0 | E | 11B | 5A | 2D |
| Octal | 240 | 14 | 334 | 33 | 137 | 0 | 16 | 433 | 132 | 55 |
| Binary | 10100000 | 1100 | 11011100 | 11011 | 1011111 | 0 | 1110 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A00CDC
Complementary color
Monochromatic Colors of #A00CDC
Black with #A00CDC
Text Example
Text Example
White with #A00CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CDC; }
p { color: rgb(160,12,220); }
H1.HeaderClassName
{
color: #A00CDC;
}
.AnyTagClassName
{
color: #A00CDC;
}
</style>
background-color css
<style>
a { background-color: #A00CDC; }
a { background-color: rgb(160,12,220); }
div.DivClassName
{
background-color: #A00CDC;
}
.BgClassName
{
background-color: #A00CDC;
}
</style>
border-color css
<style>
span { border-color: #A00CDC; }
span { border-color: rgb(160,12,220); }
td.TdClassName
{
border-color: #A00CDC;
}
.TagClassName
{
border-color: #A00CDC;
}
</style>