Shades of Dark Violet #AA0DC9
Tints of Dark Violet #AA0DC9
RGB
CMYK
RGB Variations
Color information
#AA0DC9 (or 0xAA0DC9) is known color: Dark Violet. HEX triplet: AA, 0D and C9. RGB value is (170,13,201). Sum of RGB (Red+Green+Blue) = 170+13+201=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA0DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DC9 is #55F236. Grayscale: #505050. Windows color (decimal): -5632567 or 13176234. OLE color: 13176234.
HSL color Cylindrical-coordinate representation of color #AA0DC9: hue angle of 290.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DC9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 13 | 201 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.21 |
| HSL | 290.11º | 0.88% | 0.42% | - |
| HSV(B) | 290.11º | 0.94% | 0.79% | - |
| XYZ | 27.26 | 13.05 | 56.34 | - |
| YUV | 81.38 | 195.51 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 201 | 0.15 | 0.94 | 0 | 0.21 | 290.11 | 0.88 | 0.42 |
| Hex | AA | D | C9 | F | 5E | 0 | 15 | 122 | 58 | 2A |
| Octal | 252 | 15 | 311 | 17 | 136 | 0 | 25 | 442 | 130 | 52 |
| Binary | 10101010 | 1101 | 11001001 | 1111 | 1011110 | 0 | 10101 | 100100010 | 1011000 | 101010 |
Color Harmonies of #AA0DC9
Complementary color
Monochromatic Colors of #AA0DC9
Black with #AA0DC9
Text Example
Text Example
White with #AA0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DC9; }
p { color: rgb(170,13,201); }
H1.HeaderClassName
{
color: #AA0DC9;
}
.AnyTagClassName
{
color: #AA0DC9;
}
</style>
background-color css
<style>
a { background-color: #AA0DC9; }
a { background-color: rgb(170,13,201); }
div.DivClassName
{
background-color: #AA0DC9;
}
.BgClassName
{
background-color: #AA0DC9;
}
</style>
border-color css
<style>
span { border-color: #AA0DC9; }
span { border-color: rgb(170,13,201); }
td.TdClassName
{
border-color: #AA0DC9;
}
.TagClassName
{
border-color: #AA0DC9;
}
</style>