Shades of Dark Violet #AA0EDD
Tints of Dark Violet #AA0EDD
RGB
CMYK
RGB Variations
Color information
#AA0EDD (or 0xAA0EDD) is known color: Dark Violet. HEX triplet: AA, 0E and DD. RGB value is (170,14,221). Sum of RGB (Red+Green+Blue) = 170+14+221=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA0EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDD is #55F122. Grayscale: #535353. Windows color (decimal): -5632291 or 14487210. OLE color: 14487210.
HSL color Cylindrical-coordinate representation of color #AA0EDD: hue angle of 285.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 14 | 221 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.13 |
| HSL | 285.22º | 0.88% | 0.46% | - |
| HSV(B) | 285.22º | 0.94% | 0.87% | - |
| XYZ | 29.79 | 14.08 | 69.55 | - |
| YUV | 84.24 | 205.18 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 221 | 0.23 | 0.94 | 0 | 0.13 | 285.22 | 0.88 | 0.46 |
| Hex | AA | E | DD | 17 | 5E | 0 | D | 11D | 58 | 2E |
| Octal | 252 | 16 | 335 | 27 | 136 | 0 | 15 | 435 | 130 | 56 |
| Binary | 10101010 | 1110 | 11011101 | 10111 | 1011110 | 0 | 1101 | 100011101 | 1011000 | 101110 |
Color Harmonies of #AA0EDD
Complementary color
Monochromatic Colors of #AA0EDD
Black with #AA0EDD
Text Example
Text Example
White with #AA0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EDD; }
p { color: rgb(170,14,221); }
H1.HeaderClassName
{
color: #AA0EDD;
}
.AnyTagClassName
{
color: #AA0EDD;
}
</style>
background-color css
<style>
a { background-color: #AA0EDD; }
a { background-color: rgb(170,14,221); }
div.DivClassName
{
background-color: #AA0EDD;
}
.BgClassName
{
background-color: #AA0EDD;
}
</style>
border-color css
<style>
span { border-color: #AA0EDD; }
span { border-color: rgb(170,14,221); }
td.TdClassName
{
border-color: #AA0EDD;
}
.TagClassName
{
border-color: #AA0EDD;
}
</style>