Shades of Dark Violet #AA16DB
Tints of Dark Violet #AA16DB
RGB
CMYK
RGB Variations
Color information
#AA16DB (or 0xAA16DB) is known color: Dark Violet. HEX triplet: AA, 16 and DB. RGB value is (170,22,219). Sum of RGB (Red+Green+Blue) = 170+22+219=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA16DB is #55E924. Grayscale: #585858. Windows color (decimal): -5630245 or 14358186. OLE color: 14358186.
HSL color Cylindrical-coordinate representation of color #AA16DB: hue angle of 285.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA16DB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 22 | 219 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.14 |
| HSL | 285.08º | 0.82% | 0.47% | - |
| HSV(B) | 285.08º | 0.9% | 0.86% | - |
| XYZ | 29.65 | 14.23 | 68.2 | - |
| YUV | 88.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 219 | 0.22 | 0.90 | 0 | 0.14 | 285.08 | 0.82 | 0.47 |
| Hex | AA | 16 | DB | 16 | 5A | 0 | E | 11D | 52 | 2F |
| Octal | 252 | 26 | 333 | 26 | 132 | 0 | 16 | 435 | 122 | 57 |
| Binary | 10101010 | 10110 | 11011011 | 10110 | 1011010 | 0 | 1110 | 100011101 | 1010010 | 101111 |
Color Harmonies of #AA16DB
Complementary color
Monochromatic Colors of #AA16DB
Black with #AA16DB
Text Example
Text Example
White with #AA16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16DB; }
p { color: rgb(170,22,219); }
H1.HeaderClassName
{
color: #AA16DB;
}
.AnyTagClassName
{
color: #AA16DB;
}
</style>
background-color css
<style>
a { background-color: #AA16DB; }
a { background-color: rgb(170,22,219); }
div.DivClassName
{
background-color: #AA16DB;
}
.BgClassName
{
background-color: #AA16DB;
}
</style>
border-color css
<style>
span { border-color: #AA16DB; }
span { border-color: rgb(170,22,219); }
td.TdClassName
{
border-color: #AA16DB;
}
.TagClassName
{
border-color: #AA16DB;
}
</style>