Shades of Dark Violet #AA0DB8
Tints of Dark Violet #AA0DB8
RGB
CMYK
RGB Variations
Color information
#AA0DB8 (or 0xAA0DB8) is known color: Dark Violet. HEX triplet: AA, 0D and B8. RGB value is (170,13,184). Sum of RGB (Red+Green+Blue) = 170+13+184=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA0DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DB8 is #55F247. Grayscale: #4E4E4E. Windows color (decimal): -5632584 or 12062122. OLE color: 12062122.
HSL color Cylindrical-coordinate representation of color #AA0DB8: hue angle of 295.09º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DB8 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 13 | 184 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.28 |
| HSL | 295.09º | 0.87% | 0.39% | - |
| HSV(B) | 295.09º | 0.93% | 0.72% | - |
| XYZ | 25.37 | 12.29 | 46.38 | - |
| YUV | 79.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 184 | 0.08 | 0.93 | 0 | 0.28 | 295.09 | 0.87 | 0.39 |
| Hex | AA | D | B8 | 8 | 5D | 0 | 1C | 127 | 57 | 27 |
| Octal | 252 | 15 | 270 | 10 | 135 | 0 | 34 | 447 | 127 | 47 |
| Binary | 10101010 | 1101 | 10111000 | 1000 | 1011101 | 0 | 11100 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AA0DB8
Complementary color
Monochromatic Colors of #AA0DB8
Black with #AA0DB8
Text Example
Text Example
White with #AA0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DB8; }
p { color: rgb(170,13,184); }
H1.HeaderClassName
{
color: #AA0DB8;
}
.AnyTagClassName
{
color: #AA0DB8;
}
</style>
background-color css
<style>
a { background-color: #AA0DB8; }
a { background-color: rgb(170,13,184); }
div.DivClassName
{
background-color: #AA0DB8;
}
.BgClassName
{
background-color: #AA0DB8;
}
</style>
border-color css
<style>
span { border-color: #AA0DB8; }
span { border-color: rgb(170,13,184); }
td.TdClassName
{
border-color: #AA0DB8;
}
.TagClassName
{
border-color: #AA0DB8;
}
</style>