Shades of Dark Violet #AA0ED9
Tints of Dark Violet #AA0ED9
RGB
CMYK
RGB Variations
Color information
#AA0ED9 (or 0xAA0ED9) is known color: Dark Violet. HEX triplet: AA, 0E and D9. RGB value is (170,14,217). Sum of RGB (Red+Green+Blue) = 170+14+217=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA0ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ED9 is #55F126. Grayscale: #535353. Windows color (decimal): -5632295 or 14225066. OLE color: 14225066.
HSL color Cylindrical-coordinate representation of color #AA0ED9: hue angle of 286.11º degrees, saturation: 0.88, 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 #AA0ED9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 14 | 217 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 286.11º | 0.88% | 0.45% | - |
| HSV(B) | 286.11º | 0.94% | 0.85% | - |
| XYZ | 29.26 | 13.87 | 66.78 | - |
| YUV | 83.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 217 | 0.22 | 0.94 | 0 | 0.15 | 286.11 | 0.88 | 0.45 |
| Hex | AA | E | D9 | 16 | 5E | 0 | F | 11E | 58 | 2D |
| Octal | 252 | 16 | 331 | 26 | 136 | 0 | 17 | 436 | 130 | 55 |
| Binary | 10101010 | 1110 | 11011001 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011000 | 101101 |
Color Harmonies of #AA0ED9
Complementary color
Monochromatic Colors of #AA0ED9
Black with #AA0ED9
Text Example
Text Example
White with #AA0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ED9; }
p { color: rgb(170,14,217); }
H1.HeaderClassName
{
color: #AA0ED9;
}
.AnyTagClassName
{
color: #AA0ED9;
}
</style>
background-color css
<style>
a { background-color: #AA0ED9; }
a { background-color: rgb(170,14,217); }
div.DivClassName
{
background-color: #AA0ED9;
}
.BgClassName
{
background-color: #AA0ED9;
}
</style>
border-color css
<style>
span { border-color: #AA0ED9; }
span { border-color: rgb(170,14,217); }
td.TdClassName
{
border-color: #AA0ED9;
}
.TagClassName
{
border-color: #AA0ED9;
}
</style>