Shades of Dark Violet #AA19DD
Tints of Dark Violet #AA19DD
RGB
CMYK
RGB Variations
Color information
#AA19DD (or 0xAA19DD) is known color: Dark Violet. HEX triplet: AA, 19 and DD. RGB value is (170,25,221). Sum of RGB (Red+Green+Blue) = 170+25+221=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA19DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19DD is #55E622. Grayscale: #5A5A5A. Windows color (decimal): -5629475 or 14490026. OLE color: 14490026.
HSL color Cylindrical-coordinate representation of color #AA19DD: hue angle of 284.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19DD is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 25 | 221 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.13 |
| HSL | 284.39º | 0.8% | 0.48% | - |
| HSV(B) | 284.39º | 0.89% | 0.87% | - |
| XYZ | 29.98 | 14.46 | 69.62 | - |
| YUV | 90.7 | 201.54 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 221 | 0.23 | 0.89 | 0 | 0.13 | 284.39 | 0.8 | 0.48 |
| Hex | AA | 19 | DD | 17 | 59 | 0 | D | 11C | 50 | 30 |
| Octal | 252 | 31 | 335 | 27 | 131 | 0 | 15 | 434 | 120 | 60 |
| Binary | 10101010 | 11001 | 11011101 | 10111 | 1011001 | 0 | 1101 | 100011100 | 1010000 | 110000 |
Color Harmonies of #AA19DD
Complementary color
Monochromatic Colors of #AA19DD
Black with #AA19DD
Text Example
Text Example
White with #AA19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19DD; }
p { color: rgb(170,25,221); }
H1.HeaderClassName
{
color: #AA19DD;
}
.AnyTagClassName
{
color: #AA19DD;
}
</style>
background-color css
<style>
a { background-color: #AA19DD; }
a { background-color: rgb(170,25,221); }
div.DivClassName
{
background-color: #AA19DD;
}
.BgClassName
{
background-color: #AA19DD;
}
</style>
border-color css
<style>
span { border-color: #AA19DD; }
span { border-color: rgb(170,25,221); }
td.TdClassName
{
border-color: #AA19DD;
}
.TagClassName
{
border-color: #AA19DD;
}
</style>