Shades of Dark Violet #AA16E7
Tints of Dark Violet #AA16E7
RGB
CMYK
RGB Variations
Color information
#AA16E7 (or 0xAA16E7) is known color: Dark Violet. HEX triplet: AA, 16 and E7. RGB value is (170,22,231). Sum of RGB (Red+Green+Blue) = 170+22+231=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA16E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16E7 is #55E918. Grayscale: #595959. Windows color (decimal): -5630233 or 15144618. OLE color: 15144618.
HSL color Cylindrical-coordinate representation of color #AA16E7: hue angle of 282.49º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16E7 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 22 | 231 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.09 |
| HSL | 282.49º | 0.83% | 0.5% | - |
| HSV(B) | 282.49º | 0.9% | 0.91% | - |
| XYZ | 31.29 | 14.89 | 76.83 | - |
| YUV | 90.08 | 207.53 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 231 | 0.26 | 0.90 | 0 | 0.09 | 282.49 | 0.83 | 0.5 |
| Hex | AA | 16 | E7 | 1A | 5A | 0 | 9 | 11A | 53 | 32 |
| Octal | 252 | 26 | 347 | 32 | 132 | 0 | 11 | 432 | 123 | 62 |
| Binary | 10101010 | 10110 | 11100111 | 11010 | 1011010 | 0 | 1001 | 100011010 | 1010011 | 110010 |
Color Harmonies of #AA16E7
Complementary color
Monochromatic Colors of #AA16E7
Black with #AA16E7
Text Example
Text Example
White with #AA16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16E7; }
p { color: rgb(170,22,231); }
H1.HeaderClassName
{
color: #AA16E7;
}
.AnyTagClassName
{
color: #AA16E7;
}
</style>
background-color css
<style>
a { background-color: #AA16E7; }
a { background-color: rgb(170,22,231); }
div.DivClassName
{
background-color: #AA16E7;
}
.BgClassName
{
background-color: #AA16E7;
}
</style>
border-color css
<style>
span { border-color: #AA16E7; }
span { border-color: rgb(170,22,231); }
td.TdClassName
{
border-color: #AA16E7;
}
.TagClassName
{
border-color: #AA16E7;
}
</style>