Shades of Dark Violet #A20ECE
Tints of Dark Violet #A20ECE
RGB
CMYK
RGB Variations
Color information
#A20ECE (or 0xA20ECE) is known color: Dark Violet. HEX triplet: A2, 0E and CE. RGB value is (162,14,206). Sum of RGB (Red+Green+Blue) = 162+14+206=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #A20ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECE is #5DF131. Grayscale: #4F4F4F. Windows color (decimal): -6156594 or 13504162. OLE color: 13504162.
HSL color Cylindrical-coordinate representation of color #A20ECE: hue angle of 286.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ECE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 14 | 206 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.19 |
| HSL | 286.25º | 0.87% | 0.43% | - |
| HSV(B) | 286.25º | 0.93% | 0.81% | - |
| XYZ | 26.2 | 12.45 | 59.42 | - |
| YUV | 80.14 | 199.03 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 206 | 0.21 | 0.93 | 0 | 0.19 | 286.25 | 0.87 | 0.43 |
| Hex | A2 | E | CE | 15 | 5D | 0 | 13 | 11E | 57 | 2B |
| Octal | 242 | 16 | 316 | 25 | 135 | 0 | 23 | 436 | 127 | 53 |
| Binary | 10100010 | 1110 | 11001110 | 10101 | 1011101 | 0 | 10011 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A20ECE
Complementary color
Monochromatic Colors of #A20ECE
Black with #A20ECE
Text Example
Text Example
White with #A20ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ECE; }
p { color: rgb(162,14,206); }
H1.HeaderClassName
{
color: #A20ECE;
}
.AnyTagClassName
{
color: #A20ECE;
}
</style>
background-color css
<style>
a { background-color: #A20ECE; }
a { background-color: rgb(162,14,206); }
div.DivClassName
{
background-color: #A20ECE;
}
.BgClassName
{
background-color: #A20ECE;
}
</style>
border-color css
<style>
span { border-color: #A20ECE; }
span { border-color: rgb(162,14,206); }
td.TdClassName
{
border-color: #A20ECE;
}
.TagClassName
{
border-color: #A20ECE;
}
</style>