Shades of Dark Violet #A219DB
Tints of Dark Violet #A219DB
RGB
CMYK
RGB Variations
Color information
#A219DB (or 0xA219DB) is known color: Dark Violet. HEX triplet: A2, 19 and DB. RGB value is (162,25,219). Sum of RGB (Red+Green+Blue) = 162+25+219=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A219DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A219DB is #5DE624. Grayscale: #575757. Windows color (decimal): -6153765 or 14358946. OLE color: 14358946.
HSL color Cylindrical-coordinate representation of color #A219DB: hue angle of 282.37º 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 #A219DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 25 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.37º | 0.8% | 0.48% | - |
| HSV(B) | 282.37º | 0.89% | 0.86% | - |
| XYZ | 28.03 | 13.49 | 68.14 | - |
| YUV | 88.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.37 | 0.8 | 0.48 |
| Hex | A2 | 19 | DB | 1A | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 242 | 31 | 333 | 32 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100010 | 11001 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A219DB
Complementary color
Monochromatic Colors of #A219DB
Black with #A219DB
Text Example
Text Example
White with #A219DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A219DB; }
p { color: rgb(162,25,219); }
H1.HeaderClassName
{
color: #A219DB;
}
.AnyTagClassName
{
color: #A219DB;
}
</style>
background-color css
<style>
a { background-color: #A219DB; }
a { background-color: rgb(162,25,219); }
div.DivClassName
{
background-color: #A219DB;
}
.BgClassName
{
background-color: #A219DB;
}
</style>
border-color css
<style>
span { border-color: #A219DB; }
span { border-color: rgb(162,25,219); }
td.TdClassName
{
border-color: #A219DB;
}
.TagClassName
{
border-color: #A219DB;
}
</style>