Shades of Dark Violet #A20EDB
Tints of Dark Violet #A20EDB
RGB
CMYK
RGB Variations
Color information
#A20EDB (or 0xA20EDB) is known color: Dark Violet. HEX triplet: A2, 0E and DB. RGB value is (162,14,219). Sum of RGB (Red+Green+Blue) = 162+14+219=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A20EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EDB is #5DF124. Grayscale: #505050. Windows color (decimal): -6156581 or 14356130. OLE color: 14356130.
HSL color Cylindrical-coordinate representation of color #A20EDB: hue angle of 283.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EDB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 14 | 219 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.14 |
| HSL | 283.32º | 0.88% | 0.46% | - |
| HSV(B) | 283.32º | 0.94% | 0.86% | - |
| XYZ | 27.84 | 13.11 | 68.08 | - |
| YUV | 81.62 | 205.53 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 219 | 0.26 | 0.94 | 0 | 0.14 | 283.32 | 0.88 | 0.46 |
| Hex | A2 | E | DB | 1A | 5E | 0 | E | 11B | 58 | 2E |
| Octal | 242 | 16 | 333 | 32 | 136 | 0 | 16 | 433 | 130 | 56 |
| Binary | 10100010 | 1110 | 11011011 | 11010 | 1011110 | 0 | 1110 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A20EDB
Complementary color
Monochromatic Colors of #A20EDB
Black with #A20EDB
Text Example
Text Example
White with #A20EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EDB; }
p { color: rgb(162,14,219); }
H1.HeaderClassName
{
color: #A20EDB;
}
.AnyTagClassName
{
color: #A20EDB;
}
</style>
background-color css
<style>
a { background-color: #A20EDB; }
a { background-color: rgb(162,14,219); }
div.DivClassName
{
background-color: #A20EDB;
}
.BgClassName
{
background-color: #A20EDB;
}
</style>
border-color css
<style>
span { border-color: #A20EDB; }
span { border-color: rgb(162,14,219); }
td.TdClassName
{
border-color: #A20EDB;
}
.TagClassName
{
border-color: #A20EDB;
}
</style>