Shades of Dark Violet #A219DC
Tints of Dark Violet #A219DC
RGB
CMYK
RGB Variations
Color information
#A219DC (or 0xA219DC) is known color: Dark Violet. HEX triplet: A2, 19 and DC. RGB value is (162,25,220). Sum of RGB (Red+Green+Blue) = 162+25+220=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #A219DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219DC is #5DE623. Grayscale: #575757. Windows color (decimal): -6153764 or 14424482. OLE color: 14424482.
HSL color Cylindrical-coordinate representation of color #A219DC: hue angle of 282.15º 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 #A219DC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 25 | 220 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.15º | 0.8% | 0.48% | - |
| HSV(B) | 282.15º | 0.89% | 0.86% | - |
| XYZ | 28.17 | 13.54 | 68.84 | - |
| YUV | 88.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 220 | 0.26 | 0.89 | 0 | 0.14 | 282.15 | 0.8 | 0.48 |
| Hex | A2 | 19 | DC | 1A | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 242 | 31 | 334 | 32 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100010 | 11001 | 11011100 | 11010 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A219DC
Complementary color
Monochromatic Colors of #A219DC
Black with #A219DC
Text Example
Text Example
White with #A219DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219DC; }
p { color: rgb(162,25,220); }
H1.HeaderClassName
{
color: #A219DC;
}
.AnyTagClassName
{
color: #A219DC;
}
</style>
background-color css
<style>
a { background-color: #A219DC; }
a { background-color: rgb(162,25,220); }
div.DivClassName
{
background-color: #A219DC;
}
.BgClassName
{
background-color: #A219DC;
}
</style>
border-color css
<style>
span { border-color: #A219DC; }
span { border-color: rgb(162,25,220); }
td.TdClassName
{
border-color: #A219DC;
}
.TagClassName
{
border-color: #A219DC;
}
</style>