Shades of Dark Violet #AA0ADB
Tints of Dark Violet #AA0ADB
RGB
CMYK
RGB Variations
Color information
#AA0ADB (or 0xAA0ADB) is known color: Dark Violet. HEX triplet: AA, 0A and DB. RGB value is (170,10,219). Sum of RGB (Red+Green+Blue) = 170+10+219=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ADB is #55F524. Grayscale: #505050. Windows color (decimal): -5633317 or 14355114. OLE color: 14355114.
HSL color Cylindrical-coordinate representation of color #AA0ADB: hue angle of 285.93º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ADB is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 10 | 219 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.14 |
| HSL | 285.93º | 0.91% | 0.45% | - |
| HSV(B) | 285.93º | 0.95% | 0.86% | - |
| XYZ | 29.47 | 13.88 | 68.14 | - |
| YUV | 81.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 219 | 0.22 | 0.95 | 0 | 0.14 | 285.93 | 0.91 | 0.45 |
| Hex | AA | A | DB | 16 | 5F | 0 | E | 11E | 5B | 2D |
| Octal | 252 | 12 | 333 | 26 | 137 | 0 | 16 | 436 | 133 | 55 |
| Binary | 10101010 | 1010 | 11011011 | 10110 | 1011111 | 0 | 1110 | 100011110 | 1011011 | 101101 |
Color Harmonies of #AA0ADB
Complementary color
Monochromatic Colors of #AA0ADB
Black with #AA0ADB
Text Example
Text Example
White with #AA0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ADB; }
p { color: rgb(170,10,219); }
H1.HeaderClassName
{
color: #AA0ADB;
}
.AnyTagClassName
{
color: #AA0ADB;
}
</style>
background-color css
<style>
a { background-color: #AA0ADB; }
a { background-color: rgb(170,10,219); }
div.DivClassName
{
background-color: #AA0ADB;
}
.BgClassName
{
background-color: #AA0ADB;
}
</style>
border-color css
<style>
span { border-color: #AA0ADB; }
span { border-color: rgb(170,10,219); }
td.TdClassName
{
border-color: #AA0ADB;
}
.TagClassName
{
border-color: #AA0ADB;
}
</style>