Shades of Dark Violet #AA16D2
Tints of Dark Violet #AA16D2
RGB
CMYK
RGB Variations
Color information
#AA16D2 (or 0xAA16D2) is known color: Dark Violet. HEX triplet: AA, 16 and D2. RGB value is (170,22,210). Sum of RGB (Red+Green+Blue) = 170+22+210=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA16D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16D2 is #55E92D. Grayscale: #575757. Windows color (decimal): -5630254 or 13768362. OLE color: 13768362.
HSL color Cylindrical-coordinate representation of color #AA16D2: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16D2 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 22 | 210 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.18 |
| HSL | 287.23º | 0.81% | 0.45% | - |
| HSV(B) | 287.23º | 0.9% | 0.82% | - |
| XYZ | 28.5 | 13.77 | 62.13 | - |
| YUV | 87.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 210 | 0.19 | 0.90 | 0 | 0.18 | 287.23 | 0.81 | 0.45 |
| Hex | AA | 16 | D2 | 13 | 5A | 0 | 12 | 11F | 51 | 2D |
| Octal | 252 | 26 | 322 | 23 | 132 | 0 | 22 | 437 | 121 | 55 |
| Binary | 10101010 | 10110 | 11010010 | 10011 | 1011010 | 0 | 10010 | 100011111 | 1010001 | 101101 |
Color Harmonies of #AA16D2
Complementary color
Monochromatic Colors of #AA16D2
Black with #AA16D2
Text Example
Text Example
White with #AA16D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16D2; }
p { color: rgb(170,22,210); }
H1.HeaderClassName
{
color: #AA16D2;
}
.AnyTagClassName
{
color: #AA16D2;
}
</style>
background-color css
<style>
a { background-color: #AA16D2; }
a { background-color: rgb(170,22,210); }
div.DivClassName
{
background-color: #AA16D2;
}
.BgClassName
{
background-color: #AA16D2;
}
</style>
border-color css
<style>
span { border-color: #AA16D2; }
span { border-color: rgb(170,22,210); }
td.TdClassName
{
border-color: #AA16D2;
}
.TagClassName
{
border-color: #AA16D2;
}
</style>