Shades of Dark Violet #A20EBA
Tints of Dark Violet #A20EBA
RGB
CMYK
RGB Variations
Color information
#A20EBA (or 0xA20EBA) is known color: Dark Violet. HEX triplet: A2, 0E and BA. RGB value is (162,14,186). Sum of RGB (Red+Green+Blue) = 162+14+186=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A20EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EBA is #5DF145. Grayscale: #4D4D4D. Windows color (decimal): -6156614 or 12193442. OLE color: 12193442.
HSL color Cylindrical-coordinate representation of color #A20EBA: hue angle of 291.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20EBA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 14 | 186 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.27 |
| HSL | 291.63º | 0.86% | 0.39% | - |
| HSV(B) | 291.63º | 0.92% | 0.73% | - |
| XYZ | 23.92 | 11.54 | 47.42 | - |
| YUV | 77.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 186 | 0.13 | 0.92 | 0 | 0.27 | 291.63 | 0.86 | 0.39 |
| Hex | A2 | E | BA | D | 5C | 0 | 1B | 124 | 56 | 27 |
| Octal | 242 | 16 | 272 | 15 | 134 | 0 | 33 | 444 | 126 | 47 |
| Binary | 10100010 | 1110 | 10111010 | 1101 | 1011100 | 0 | 11011 | 100100100 | 1010110 | 100111 |
Color Harmonies of #A20EBA
Complementary color
Monochromatic Colors of #A20EBA
Black with #A20EBA
Text Example
Text Example
White with #A20EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EBA; }
p { color: rgb(162,14,186); }
H1.HeaderClassName
{
color: #A20EBA;
}
.AnyTagClassName
{
color: #A20EBA;
}
</style>
background-color css
<style>
a { background-color: #A20EBA; }
a { background-color: rgb(162,14,186); }
div.DivClassName
{
background-color: #A20EBA;
}
.BgClassName
{
background-color: #A20EBA;
}
</style>
border-color css
<style>
span { border-color: #A20EBA; }
span { border-color: rgb(162,14,186); }
td.TdClassName
{
border-color: #A20EBA;
}
.TagClassName
{
border-color: #A20EBA;
}
</style>