Shades of Dark Violet #AA0CDC
Tints of Dark Violet #AA0CDC
RGB
CMYK
RGB Variations
Color information
#AA0CDC (or 0xAA0CDC) is known color: Dark Violet. HEX triplet: AA, 0C and DC. RGB value is (170,12,220). Sum of RGB (Red+Green+Blue) = 170+12+220=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDC is #55F323. Grayscale: #525252. Windows color (decimal): -5632804 or 14421162. OLE color: 14421162.
HSL color Cylindrical-coordinate representation of color #AA0CDC: hue angle of 285.58º 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 #AA0CDC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 12 | 220 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.58º | 0.9% | 0.45% | - |
| HSV(B) | 285.58º | 0.95% | 0.86% | - |
| XYZ | 29.63 | 13.98 | 68.85 | - |
| YUV | 82.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 220 | 0.23 | 0.95 | 0 | 0.14 | 285.58 | 0.9 | 0.45 |
| Hex | AA | C | DC | 17 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 252 | 14 | 334 | 27 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101010 | 1100 | 11011100 | 10111 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AA0CDC
Complementary color
Monochromatic Colors of #AA0CDC
Black with #AA0CDC
Text Example
Text Example
White with #AA0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CDC; }
p { color: rgb(170,12,220); }
H1.HeaderClassName
{
color: #AA0CDC;
}
.AnyTagClassName
{
color: #AA0CDC;
}
</style>
background-color css
<style>
a { background-color: #AA0CDC; }
a { background-color: rgb(170,12,220); }
div.DivClassName
{
background-color: #AA0CDC;
}
.BgClassName
{
background-color: #AA0CDC;
}
</style>
border-color css
<style>
span { border-color: #AA0CDC; }
span { border-color: rgb(170,12,220); }
td.TdClassName
{
border-color: #AA0CDC;
}
.TagClassName
{
border-color: #AA0CDC;
}
</style>