Shades of Dark Violet #AA16DE
Tints of Dark Violet #AA16DE
RGB
CMYK
RGB Variations
Color information
#AA16DE (or 0xAA16DE) is known color: Dark Violet. HEX triplet: AA, 16 and DE. RGB value is (170,22,222). Sum of RGB (Red+Green+Blue) = 170+22+222=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA16DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16DE is #55E921. Grayscale: #585858. Windows color (decimal): -5630242 or 14554794. OLE color: 14554794.
HSL color Cylindrical-coordinate representation of color #AA16DE: hue angle of 284.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16DE is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 22 | 222 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 284.4º | 0.82% | 0.48% | - |
| HSV(B) | 284.4º | 0.9% | 0.87% | - |
| XYZ | 30.05 | 14.39 | 70.3 | - |
| YUV | 89.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 222 | 0.23 | 0.90 | 0 | 0.13 | 284.4 | 0.82 | 0.48 |
| Hex | AA | 16 | DE | 17 | 5A | 0 | D | 11C | 52 | 30 |
| Octal | 252 | 26 | 336 | 27 | 132 | 0 | 15 | 434 | 122 | 60 |
| Binary | 10101010 | 10110 | 11011110 | 10111 | 1011010 | 0 | 1101 | 100011100 | 1010010 | 110000 |
Color Harmonies of #AA16DE
Complementary color
Monochromatic Colors of #AA16DE
Black with #AA16DE
Text Example
Text Example
White with #AA16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16DE; }
p { color: rgb(170,22,222); }
H1.HeaderClassName
{
color: #AA16DE;
}
.AnyTagClassName
{
color: #AA16DE;
}
</style>
background-color css
<style>
a { background-color: #AA16DE; }
a { background-color: rgb(170,22,222); }
div.DivClassName
{
background-color: #AA16DE;
}
.BgClassName
{
background-color: #AA16DE;
}
</style>
border-color css
<style>
span { border-color: #AA16DE; }
span { border-color: rgb(170,22,222); }
td.TdClassName
{
border-color: #AA16DE;
}
.TagClassName
{
border-color: #AA16DE;
}
</style>