Shades of Dark Violet #AA16D0
Tints of Dark Violet #AA16D0
RGB
CMYK
RGB Variations
Color information
#AA16D0 (or 0xAA16D0) is known color: Dark Violet. HEX triplet: AA, 16 and D0. RGB value is (170,22,208). Sum of RGB (Red+Green+Blue) = 170+22+208=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA16D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D0 is #55E92F. Grayscale: #565656. Windows color (decimal): -5630256 or 13637290. OLE color: 13637290.
HSL color Cylindrical-coordinate representation of color #AA16D0: hue angle of 287.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA16D0 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 22 | 208 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.18 |
| HSL | 287.74º | 0.81% | 0.45% | - |
| HSV(B) | 287.74º | 0.89% | 0.82% | - |
| XYZ | 28.25 | 13.67 | 60.82 | - |
| YUV | 87.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 208 | 0.18 | 0.89 | 0 | 0.18 | 287.74 | 0.81 | 0.45 |
| Hex | AA | 16 | D0 | 12 | 59 | 0 | 12 | 120 | 51 | 2D |
| Octal | 252 | 26 | 320 | 22 | 131 | 0 | 22 | 440 | 121 | 55 |
| Binary | 10101010 | 10110 | 11010000 | 10010 | 1011001 | 0 | 10010 | 100100000 | 1010001 | 101101 |
Color Harmonies of #AA16D0
Complementary color
Monochromatic Colors of #AA16D0
Black with #AA16D0
Text Example
Text Example
White with #AA16D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16D0; }
p { color: rgb(170,22,208); }
H1.HeaderClassName
{
color: #AA16D0;
}
.AnyTagClassName
{
color: #AA16D0;
}
</style>
background-color css
<style>
a { background-color: #AA16D0; }
a { background-color: rgb(170,22,208); }
div.DivClassName
{
background-color: #AA16D0;
}
.BgClassName
{
background-color: #AA16D0;
}
</style>
border-color css
<style>
span { border-color: #AA16D0; }
span { border-color: rgb(170,22,208); }
td.TdClassName
{
border-color: #AA16D0;
}
.TagClassName
{
border-color: #AA16D0;
}
</style>