Shades of Dark Violet #A20EBC
Tints of Dark Violet #A20EBC
RGB
CMYK
RGB Variations
Color information
#A20EBC (or 0xA20EBC) is known color: Dark Violet. HEX triplet: A2, 0E and BC. RGB value is (162,14,188). Sum of RGB (Red+Green+Blue) = 162+14+188=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EBC is #5DF143. Grayscale: #4D4D4D. Windows color (decimal): -6156612 or 12324514. OLE color: 12324514.
HSL color Cylindrical-coordinate representation of color #A20EBC: hue angle of 291.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20EBC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 14 | 188 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.26 |
| HSL | 291.03º | 0.86% | 0.4% | - |
| HSV(B) | 291.03º | 0.93% | 0.74% | - |
| XYZ | 24.13 | 11.63 | 48.55 | - |
| YUV | 78.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 188 | 0.14 | 0.93 | 0 | 0.26 | 291.03 | 0.86 | 0.4 |
| Hex | A2 | E | BC | E | 5D | 0 | 1A | 123 | 56 | 28 |
| Octal | 242 | 16 | 274 | 16 | 135 | 0 | 32 | 443 | 126 | 50 |
| Binary | 10100010 | 1110 | 10111100 | 1110 | 1011101 | 0 | 11010 | 100100011 | 1010110 | 101000 |
Color Harmonies of #A20EBC
Complementary color
Monochromatic Colors of #A20EBC
Black with #A20EBC
Text Example
Text Example
White with #A20EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EBC; }
p { color: rgb(162,14,188); }
H1.HeaderClassName
{
color: #A20EBC;
}
.AnyTagClassName
{
color: #A20EBC;
}
</style>
background-color css
<style>
a { background-color: #A20EBC; }
a { background-color: rgb(162,14,188); }
div.DivClassName
{
background-color: #A20EBC;
}
.BgClassName
{
background-color: #A20EBC;
}
</style>
border-color css
<style>
span { border-color: #A20EBC; }
span { border-color: rgb(162,14,188); }
td.TdClassName
{
border-color: #A20EBC;
}
.TagClassName
{
border-color: #A20EBC;
}
</style>