Shades of Dark Violet #AA0ADE
Tints of Dark Violet #AA0ADE
RGB
CMYK
RGB Variations
Color information
#AA0ADE (or 0xAA0ADE) is known color: Dark Violet. HEX triplet: AA, 0A and DE. RGB value is (170,10,222). Sum of RGB (Red+Green+Blue) = 170+10+222=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ADE is #55F521. Grayscale: #515151. Windows color (decimal): -5633314 or 14551722. OLE color: 14551722.
HSL color Cylindrical-coordinate representation of color #AA0ADE: hue angle of 285.28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ADE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 10 | 222 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.28º | 0.91% | 0.45% | - |
| HSV(B) | 285.28º | 0.95% | 0.87% | - |
| XYZ | 29.87 | 14.04 | 70.24 | - |
| YUV | 82.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 222 | 0.23 | 0.95 | 0 | 0.13 | 285.28 | 0.91 | 0.45 |
| Hex | AA | A | DE | 17 | 5F | 0 | D | 11D | 5B | 2D |
| Octal | 252 | 12 | 336 | 27 | 137 | 0 | 15 | 435 | 133 | 55 |
| Binary | 10101010 | 1010 | 11011110 | 10111 | 1011111 | 0 | 1101 | 100011101 | 1011011 | 101101 |
Color Harmonies of #AA0ADE
Complementary color
Monochromatic Colors of #AA0ADE
Black with #AA0ADE
Text Example
Text Example
White with #AA0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ADE; }
p { color: rgb(170,10,222); }
H1.HeaderClassName
{
color: #AA0ADE;
}
.AnyTagClassName
{
color: #AA0ADE;
}
</style>
background-color css
<style>
a { background-color: #AA0ADE; }
a { background-color: rgb(170,10,222); }
div.DivClassName
{
background-color: #AA0ADE;
}
.BgClassName
{
background-color: #AA0ADE;
}
</style>
border-color css
<style>
span { border-color: #AA0ADE; }
span { border-color: rgb(170,10,222); }
td.TdClassName
{
border-color: #AA0ADE;
}
.TagClassName
{
border-color: #AA0ADE;
}
</style>