Shades of Dark Violet #A219DF
Tints of Dark Violet #A219DF
RGB
CMYK
RGB Variations
Color information
#A219DF (or 0xA219DF) is known color: Dark Violet. HEX triplet: A2, 19 and DF. RGB value is (162,25,223). Sum of RGB (Red+Green+Blue) = 162+25+223=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A219DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219DF is #5DE620. Grayscale: #575757. Windows color (decimal): -6153761 or 14621090. OLE color: 14621090.
HSL color Cylindrical-coordinate representation of color #A219DF: hue angle of 281.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A219DF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 25 | 223 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.13 |
| HSL | 281.52º | 0.8% | 0.49% | - |
| HSV(B) | 281.52º | 0.89% | 0.87% | - |
| XYZ | 28.57 | 13.7 | 70.95 | - |
| YUV | 88.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 223 | 0.27 | 0.89 | 0 | 0.13 | 281.52 | 0.8 | 0.49 |
| Hex | A2 | 19 | DF | 1B | 59 | 0 | D | 11A | 50 | 31 |
| Octal | 242 | 31 | 337 | 33 | 131 | 0 | 15 | 432 | 120 | 61 |
| Binary | 10100010 | 11001 | 11011111 | 11011 | 1011001 | 0 | 1101 | 100011010 | 1010000 | 110001 |
Color Harmonies of #A219DF
Complementary color
Monochromatic Colors of #A219DF
Black with #A219DF
Text Example
Text Example
White with #A219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219DF; }
p { color: rgb(162,25,223); }
H1.HeaderClassName
{
color: #A219DF;
}
.AnyTagClassName
{
color: #A219DF;
}
</style>
background-color css
<style>
a { background-color: #A219DF; }
a { background-color: rgb(162,25,223); }
div.DivClassName
{
background-color: #A219DF;
}
.BgClassName
{
background-color: #A219DF;
}
</style>
border-color css
<style>
span { border-color: #A219DF; }
span { border-color: rgb(162,25,223); }
td.TdClassName
{
border-color: #A219DF;
}
.TagClassName
{
border-color: #A219DF;
}
</style>