Shades of Dark Violet #AA0EDB
Tints of Dark Violet #AA0EDB
RGB
CMYK
RGB Variations
Color information
#AA0EDB (or 0xAA0EDB) is known color: Dark Violet. HEX triplet: AA, 0E and DB. RGB value is (170,14,219). Sum of RGB (Red+Green+Blue) = 170+14+219=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDB is #55F124. Grayscale: #535353. Windows color (decimal): -5632293 or 14356138. OLE color: 14356138.
HSL color Cylindrical-coordinate representation of color #AA0EDB: hue angle of 285.66º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 14 | 219 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.14 |
| HSL | 285.66º | 0.88% | 0.46% | - |
| HSV(B) | 285.66º | 0.94% | 0.86% | - |
| XYZ | 29.52 | 13.97 | 68.16 | - |
| YUV | 84.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 219 | 0.22 | 0.94 | 0 | 0.14 | 285.66 | 0.88 | 0.46 |
| Hex | AA | E | DB | 16 | 5E | 0 | E | 11E | 58 | 2E |
| Octal | 252 | 16 | 333 | 26 | 136 | 0 | 16 | 436 | 130 | 56 |
| Binary | 10101010 | 1110 | 11011011 | 10110 | 1011110 | 0 | 1110 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AA0EDB
Complementary color
Monochromatic Colors of #AA0EDB
Black with #AA0EDB
Text Example
Text Example
White with #AA0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EDB; }
p { color: rgb(170,14,219); }
H1.HeaderClassName
{
color: #AA0EDB;
}
.AnyTagClassName
{
color: #AA0EDB;
}
</style>
background-color css
<style>
a { background-color: #AA0EDB; }
a { background-color: rgb(170,14,219); }
div.DivClassName
{
background-color: #AA0EDB;
}
.BgClassName
{
background-color: #AA0EDB;
}
</style>
border-color css
<style>
span { border-color: #AA0EDB; }
span { border-color: rgb(170,14,219); }
td.TdClassName
{
border-color: #AA0EDB;
}
.TagClassName
{
border-color: #AA0EDB;
}
</style>