Shades of Dark Violet #AA16E5
Tints of Dark Violet #AA16E5
RGB
CMYK
RGB Variations
Color information
#AA16E5 (or 0xAA16E5) is known color: Dark Violet. HEX triplet: AA, 16 and E5. RGB value is (170,22,229). Sum of RGB (Red+Green+Blue) = 170+22+229=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA16E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16E5 is #55E91A. Grayscale: #595959. Windows color (decimal): -5630235 or 15013546. OLE color: 15013546.
HSL color Cylindrical-coordinate representation of color #AA16E5: hue angle of 282.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16E5 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 22 | 229 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.10 |
| HSL | 282.9º | 0.82% | 0.49% | - |
| HSV(B) | 282.9º | 0.9% | 0.9% | - |
| XYZ | 31.01 | 14.78 | 75.35 | - |
| YUV | 89.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 229 | 0.26 | 0.90 | 0 | 0.10 | 282.9 | 0.82 | 0.49 |
| Hex | AA | 16 | E5 | 1A | 5A | 0 | A | 11B | 52 | 31 |
| Octal | 252 | 26 | 345 | 32 | 132 | 0 | 12 | 433 | 122 | 61 |
| Binary | 10101010 | 10110 | 11100101 | 11010 | 1011010 | 0 | 1010 | 100011011 | 1010010 | 110001 |
Color Harmonies of #AA16E5
Complementary color
Monochromatic Colors of #AA16E5
Black with #AA16E5
Text Example
Text Example
White with #AA16E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16E5; }
p { color: rgb(170,22,229); }
H1.HeaderClassName
{
color: #AA16E5;
}
.AnyTagClassName
{
color: #AA16E5;
}
</style>
background-color css
<style>
a { background-color: #AA16E5; }
a { background-color: rgb(170,22,229); }
div.DivClassName
{
background-color: #AA16E5;
}
.BgClassName
{
background-color: #AA16E5;
}
</style>
border-color css
<style>
span { border-color: #AA16E5; }
span { border-color: rgb(170,22,229); }
td.TdClassName
{
border-color: #AA16E5;
}
.TagClassName
{
border-color: #AA16E5;
}
</style>