Shades of Dark Violet #A219DD
Tints of Dark Violet #A219DD
RGB
CMYK
RGB Variations
Color information
#A219DD (or 0xA219DD) is known color: Dark Violet. HEX triplet: A2, 19 and DD. RGB value is (162,25,221). Sum of RGB (Red+Green+Blue) = 162+25+221=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A219DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219DD is #5DE622. Grayscale: #575757. Windows color (decimal): -6153763 or 14490018. OLE color: 14490018.
HSL color Cylindrical-coordinate representation of color #A219DD: hue angle of 281.94º 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 #A219DD is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 25 | 221 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.13 |
| HSL | 281.94º | 0.8% | 0.48% | - |
| HSV(B) | 281.94º | 0.89% | 0.87% | - |
| XYZ | 28.3 | 13.6 | 69.54 | - |
| YUV | 88.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 221 | 0.27 | 0.89 | 0 | 0.13 | 281.94 | 0.8 | 0.48 |
| Hex | A2 | 19 | DD | 1B | 59 | 0 | D | 11A | 50 | 30 |
| Octal | 242 | 31 | 335 | 33 | 131 | 0 | 15 | 432 | 120 | 60 |
| Binary | 10100010 | 11001 | 11011101 | 11011 | 1011001 | 0 | 1101 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A219DD
Complementary color
Monochromatic Colors of #A219DD
Black with #A219DD
Text Example
Text Example
White with #A219DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219DD; }
p { color: rgb(162,25,221); }
H1.HeaderClassName
{
color: #A219DD;
}
.AnyTagClassName
{
color: #A219DD;
}
</style>
background-color css
<style>
a { background-color: #A219DD; }
a { background-color: rgb(162,25,221); }
div.DivClassName
{
background-color: #A219DD;
}
.BgClassName
{
background-color: #A219DD;
}
</style>
border-color css
<style>
span { border-color: #A219DD; }
span { border-color: rgb(162,25,221); }
td.TdClassName
{
border-color: #A219DD;
}
.TagClassName
{
border-color: #A219DD;
}
</style>