Shades of Dark Violet #AA0DD9
Tints of Dark Violet #AA0DD9
RGB
CMYK
RGB Variations
Color information
#AA0DD9 (or 0xAA0DD9) is known color: Dark Violet. HEX triplet: AA, 0D and D9. RGB value is (170,13,217). Sum of RGB (Red+Green+Blue) = 170+13+217=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA0DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DD9 is #55F226. Grayscale: #525252. Windows color (decimal): -5632551 or 14224810. OLE color: 14224810.
HSL color Cylindrical-coordinate representation of color #AA0DD9: hue angle of 286.18º degrees, saturation: 0.89, 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 #AA0DD9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 13 | 217 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 286.18º | 0.89% | 0.45% | - |
| HSV(B) | 286.18º | 0.94% | 0.85% | - |
| XYZ | 29.25 | 13.84 | 66.78 | - |
| YUV | 83.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 217 | 0.22 | 0.94 | 0 | 0.15 | 286.18 | 0.89 | 0.45 |
| Hex | AA | D | D9 | 16 | 5E | 0 | F | 11E | 59 | 2D |
| Octal | 252 | 15 | 331 | 26 | 136 | 0 | 17 | 436 | 131 | 55 |
| Binary | 10101010 | 1101 | 11011001 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011001 | 101101 |
Color Harmonies of #AA0DD9
Complementary color
Monochromatic Colors of #AA0DD9
Black with #AA0DD9
Text Example
Text Example
White with #AA0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DD9; }
p { color: rgb(170,13,217); }
H1.HeaderClassName
{
color: #AA0DD9;
}
.AnyTagClassName
{
color: #AA0DD9;
}
</style>
background-color css
<style>
a { background-color: #AA0DD9; }
a { background-color: rgb(170,13,217); }
div.DivClassName
{
background-color: #AA0DD9;
}
.BgClassName
{
background-color: #AA0DD9;
}
</style>
border-color css
<style>
span { border-color: #AA0DD9; }
span { border-color: rgb(170,13,217); }
td.TdClassName
{
border-color: #AA0DD9;
}
.TagClassName
{
border-color: #AA0DD9;
}
</style>