Shades of Dark Violet #A218DB
Tints of Dark Violet #A218DB
RGB
CMYK
RGB Variations
Color information
#A218DB (or 0xA218DB) is known color: Dark Violet. HEX triplet: A2, 18 and DB. RGB value is (162,24,219). Sum of RGB (Red+Green+Blue) = 162+24+219=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A218DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218DB is #5DE724. Grayscale: #565656. Windows color (decimal): -6154021 or 14358690. OLE color: 14358690.
HSL color Cylindrical-coordinate representation of color #A218DB: hue angle of 282.46º 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 #A218DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 24 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.46º | 0.8% | 0.48% | - |
| HSV(B) | 282.46º | 0.89% | 0.86% | - |
| XYZ | 28.01 | 13.45 | 68.14 | - |
| YUV | 87.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.46 | 0.8 | 0.48 |
| Hex | A2 | 18 | DB | 1A | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 242 | 30 | 333 | 32 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100010 | 11000 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A218DB
Complementary color
Monochromatic Colors of #A218DB
Black with #A218DB
Text Example
Text Example
White with #A218DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A218DB; }
p { color: rgb(162,24,219); }
H1.HeaderClassName
{
color: #A218DB;
}
.AnyTagClassName
{
color: #A218DB;
}
</style>
background-color css
<style>
a { background-color: #A218DB; }
a { background-color: rgb(162,24,219); }
div.DivClassName
{
background-color: #A218DB;
}
.BgClassName
{
background-color: #A218DB;
}
</style>
border-color css
<style>
span { border-color: #A218DB; }
span { border-color: rgb(162,24,219); }
td.TdClassName
{
border-color: #A218DB;
}
.TagClassName
{
border-color: #A218DB;
}
</style>