Shades of Dark Violet #AA16E0
Tints of Dark Violet #AA16E0
RGB
CMYK
RGB Variations
Color information
#AA16E0 (or 0xAA16E0) is known color: Dark Violet. HEX triplet: AA, 16 and E0. RGB value is (170,22,224). Sum of RGB (Red+Green+Blue) = 170+22+224=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA16E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16E0 is #55E91F. Grayscale: #585858. Windows color (decimal): -5630240 or 14685866. OLE color: 14685866.
HSL color Cylindrical-coordinate representation of color #AA16E0: hue angle of 283.96º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16E0 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 22 | 224 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.12 |
| HSL | 283.96º | 0.82% | 0.48% | - |
| HSV(B) | 283.96º | 0.9% | 0.88% | - |
| XYZ | 30.32 | 14.5 | 71.72 | - |
| YUV | 89.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 224 | 0.24 | 0.90 | 0 | 0.12 | 283.96 | 0.82 | 0.48 |
| Hex | AA | 16 | E0 | 18 | 5A | 0 | C | 11C | 52 | 30 |
| Octal | 252 | 26 | 340 | 30 | 132 | 0 | 14 | 434 | 122 | 60 |
| Binary | 10101010 | 10110 | 11100000 | 11000 | 1011010 | 0 | 1100 | 100011100 | 1010010 | 110000 |
Color Harmonies of #AA16E0
Complementary color
Monochromatic Colors of #AA16E0
Black with #AA16E0
Text Example
Text Example
White with #AA16E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16E0; }
p { color: rgb(170,22,224); }
H1.HeaderClassName
{
color: #AA16E0;
}
.AnyTagClassName
{
color: #AA16E0;
}
</style>
background-color css
<style>
a { background-color: #AA16E0; }
a { background-color: rgb(170,22,224); }
div.DivClassName
{
background-color: #AA16E0;
}
.BgClassName
{
background-color: #AA16E0;
}
</style>
border-color css
<style>
span { border-color: #AA16E0; }
span { border-color: rgb(170,22,224); }
td.TdClassName
{
border-color: #AA16E0;
}
.TagClassName
{
border-color: #AA16E0;
}
</style>