Shades of Dark Violet #AA0CDA
Tints of Dark Violet #AA0CDA
RGB
CMYK
RGB Variations
Color information
#AA0CDA (or 0xAA0CDA) is known color: Dark Violet. HEX triplet: AA, 0C and DA. RGB value is (170,12,218). Sum of RGB (Red+Green+Blue) = 170+12+218=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA0CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CDA is #55F325. Grayscale: #525252. Windows color (decimal): -5632806 or 14290090. OLE color: 14290090.
HSL color Cylindrical-coordinate representation of color #AA0CDA: hue angle of 286.02º 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 #AA0CDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 12 | 218 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 286.02º | 0.9% | 0.45% | - |
| HSV(B) | 286.02º | 0.94% | 0.85% | - |
| XYZ | 29.36 | 13.87 | 67.46 | - |
| YUV | 82.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 218 | 0.22 | 0.94 | 0 | 0.15 | 286.02 | 0.9 | 0.45 |
| Hex | AA | C | DA | 16 | 5E | 0 | F | 11E | 5A | 2D |
| Octal | 252 | 14 | 332 | 26 | 136 | 0 | 17 | 436 | 132 | 55 |
| Binary | 10101010 | 1100 | 11011010 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AA0CDA
Complementary color
Monochromatic Colors of #AA0CDA
Black with #AA0CDA
Text Example
Text Example
White with #AA0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CDA; }
p { color: rgb(170,12,218); }
H1.HeaderClassName
{
color: #AA0CDA;
}
.AnyTagClassName
{
color: #AA0CDA;
}
</style>
background-color css
<style>
a { background-color: #AA0CDA; }
a { background-color: rgb(170,12,218); }
div.DivClassName
{
background-color: #AA0CDA;
}
.BgClassName
{
background-color: #AA0CDA;
}
</style>
border-color css
<style>
span { border-color: #AA0CDA; }
span { border-color: rgb(170,12,218); }
td.TdClassName
{
border-color: #AA0CDA;
}
.TagClassName
{
border-color: #AA0CDA;
}
</style>