Shades of Dark Violet #AA19DC
Tints of Dark Violet #AA19DC
RGB
CMYK
RGB Variations
Color information
#AA19DC (or 0xAA19DC) is known color: Dark Violet. HEX triplet: AA, 19 and DC. RGB value is (170,25,220). Sum of RGB (Red+Green+Blue) = 170+25+220=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19DC is #55E623. Grayscale: #595959. Windows color (decimal): -5629476 or 14424490. OLE color: 14424490.
HSL color Cylindrical-coordinate representation of color #AA19DC: hue angle of 284.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19DC is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 25 | 220 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.14 |
| HSL | 284.62º | 0.8% | 0.48% | - |
| HSV(B) | 284.62º | 0.89% | 0.86% | - |
| XYZ | 29.84 | 14.41 | 68.92 | - |
| YUV | 90.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 220 | 0.23 | 0.89 | 0 | 0.14 | 284.62 | 0.8 | 0.48 |
| Hex | AA | 19 | DC | 17 | 59 | 0 | E | 11D | 50 | 30 |
| Octal | 252 | 31 | 334 | 27 | 131 | 0 | 16 | 435 | 120 | 60 |
| Binary | 10101010 | 11001 | 11011100 | 10111 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AA19DC
Complementary color
Monochromatic Colors of #AA19DC
Black with #AA19DC
Text Example
Text Example
White with #AA19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19DC; }
p { color: rgb(170,25,220); }
H1.HeaderClassName
{
color: #AA19DC;
}
.AnyTagClassName
{
color: #AA19DC;
}
</style>
background-color css
<style>
a { background-color: #AA19DC; }
a { background-color: rgb(170,25,220); }
div.DivClassName
{
background-color: #AA19DC;
}
.BgClassName
{
background-color: #AA19DC;
}
</style>
border-color css
<style>
span { border-color: #AA19DC; }
span { border-color: rgb(170,25,220); }
td.TdClassName
{
border-color: #AA19DC;
}
.TagClassName
{
border-color: #AA19DC;
}
</style>