Shades of Dark Violet #AA0DDB
Tints of Dark Violet #AA0DDB
RGB
CMYK
RGB Variations
Color information
#AA0DDB (or 0xAA0DDB) is known color: Dark Violet. HEX triplet: AA, 0D and DB. RGB value is (170,13,219). Sum of RGB (Red+Green+Blue) = 170+13+219=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DDB is #55F224. Grayscale: #525252. Windows color (decimal): -5632549 or 14355882. OLE color: 14355882.
HSL color Cylindrical-coordinate representation of color #AA0DDB: hue angle of 285.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DDB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 13 | 219 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.14 |
| HSL | 285.73º | 0.89% | 0.45% | - |
| HSV(B) | 285.73º | 0.94% | 0.86% | - |
| XYZ | 29.51 | 13.95 | 68.15 | - |
| YUV | 83.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 219 | 0.22 | 0.94 | 0 | 0.14 | 285.73 | 0.89 | 0.45 |
| Hex | AA | D | DB | 16 | 5E | 0 | E | 11E | 59 | 2D |
| Octal | 252 | 15 | 333 | 26 | 136 | 0 | 16 | 436 | 131 | 55 |
| Binary | 10101010 | 1101 | 11011011 | 10110 | 1011110 | 0 | 1110 | 100011110 | 1011001 | 101101 |
Color Harmonies of #AA0DDB
Complementary color
Monochromatic Colors of #AA0DDB
Black with #AA0DDB
Text Example
Text Example
White with #AA0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DDB; }
p { color: rgb(170,13,219); }
H1.HeaderClassName
{
color: #AA0DDB;
}
.AnyTagClassName
{
color: #AA0DDB;
}
</style>
background-color css
<style>
a { background-color: #AA0DDB; }
a { background-color: rgb(170,13,219); }
div.DivClassName
{
background-color: #AA0DDB;
}
.BgClassName
{
background-color: #AA0DDB;
}
</style>
border-color css
<style>
span { border-color: #AA0DDB; }
span { border-color: rgb(170,13,219); }
td.TdClassName
{
border-color: #AA0DDB;
}
.TagClassName
{
border-color: #AA0DDB;
}
</style>