Shades of Dark Violet #A20CEC
Tints of Dark Violet #A20CEC
RGB
CMYK
RGB Variations
Color information
#A20CEC (or 0xA20CEC) is known color: Dark Violet. HEX triplet: A2, 0C and EC. RGB value is (162,12,236). Sum of RGB (Red+Green+Blue) = 162+12+236=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #A20CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CEC is #5DF313. Grayscale: #515151. Windows color (decimal): -6157076 or 15469730. OLE color: 15469730.
HSL color Cylindrical-coordinate representation of color #A20CEC: hue angle of 280.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CEC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 12 | 236 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.07 |
| HSL | 280.18º | 0.9% | 0.49% | - |
| HSV(B) | 280.18º | 0.95% | 0.93% | - |
| XYZ | 30.17 | 14 | 80.47 | - |
| YUV | 82.39 | 214.7 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 236 | 0.31 | 0.95 | 0 | 0.07 | 280.18 | 0.9 | 0.49 |
| Hex | A2 | C | EC | 1F | 5F | 0 | 7 | 118 | 5A | 31 |
| Octal | 242 | 14 | 354 | 37 | 137 | 0 | 7 | 430 | 132 | 61 |
| Binary | 10100010 | 1100 | 11101100 | 11111 | 1011111 | 0 | 111 | 100011000 | 1011010 | 110001 |
Color Harmonies of #A20CEC
Complementary color
Monochromatic Colors of #A20CEC
Black with #A20CEC
Text Example
Text Example
White with #A20CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CEC; }
p { color: rgb(162,12,236); }
H1.HeaderClassName
{
color: #A20CEC;
}
.AnyTagClassName
{
color: #A20CEC;
}
</style>
background-color css
<style>
a { background-color: #A20CEC; }
a { background-color: rgb(162,12,236); }
div.DivClassName
{
background-color: #A20CEC;
}
.BgClassName
{
background-color: #A20CEC;
}
</style>
border-color css
<style>
span { border-color: #A20CEC; }
span { border-color: rgb(162,12,236); }
td.TdClassName
{
border-color: #A20CEC;
}
.TagClassName
{
border-color: #A20CEC;
}
</style>