Shades of Dark Violet #AA0AE5
Tints of Dark Violet #AA0AE5
RGB
CMYK
RGB Variations
Color information
#AA0AE5 (or 0xAA0AE5) is known color: Dark Violet. HEX triplet: AA, 0A and E5. RGB value is (170,10,229). Sum of RGB (Red+Green+Blue) = 170+10+229=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA0AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AE5 is #55F51A. Grayscale: #525252. Windows color (decimal): -5633307 or 15010474. OLE color: 15010474.
HSL color Cylindrical-coordinate representation of color #AA0AE5: hue angle of 283.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0AE5 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 10 | 229 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.10 |
| HSL | 283.84º | 0.92% | 0.47% | - |
| HSV(B) | 283.84º | 0.96% | 0.9% | - |
| XYZ | 30.83 | 14.42 | 75.29 | - |
| YUV | 82.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 229 | 0.26 | 0.96 | 0 | 0.10 | 283.84 | 0.92 | 0.47 |
| Hex | AA | A | E5 | 1A | 60 | 0 | A | 11C | 5C | 2F |
| Octal | 252 | 12 | 345 | 32 | 140 | 0 | 12 | 434 | 134 | 57 |
| Binary | 10101010 | 1010 | 11100101 | 11010 | 1100000 | 0 | 1010 | 100011100 | 1011100 | 101111 |
Color Harmonies of #AA0AE5
Complementary color
Monochromatic Colors of #AA0AE5
Black with #AA0AE5
Text Example
Text Example
White with #AA0AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AE5; }
p { color: rgb(170,10,229); }
H1.HeaderClassName
{
color: #AA0AE5;
}
.AnyTagClassName
{
color: #AA0AE5;
}
</style>
background-color css
<style>
a { background-color: #AA0AE5; }
a { background-color: rgb(170,10,229); }
div.DivClassName
{
background-color: #AA0AE5;
}
.BgClassName
{
background-color: #AA0AE5;
}
</style>
border-color css
<style>
span { border-color: #AA0AE5; }
span { border-color: rgb(170,10,229); }
td.TdClassName
{
border-color: #AA0AE5;
}
.TagClassName
{
border-color: #AA0AE5;
}
</style>