Shades of Dark Violet #A20ECD
Tints of Dark Violet #A20ECD
RGB
CMYK
RGB Variations
Color information
#A20ECD (or 0xA20ECD) is known color: Dark Violet. HEX triplet: A2, 0E and CD. RGB value is (162,14,205). Sum of RGB (Red+Green+Blue) = 162+14+205=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECD is #5DF132. Grayscale: #4F4F4F. Windows color (decimal): -6156595 or 13438626. OLE color: 13438626.
HSL color Cylindrical-coordinate representation of color #A20ECD: hue angle of 286.49º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ECD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 14 | 205 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.20 |
| HSL | 286.49º | 0.87% | 0.43% | - |
| HSV(B) | 286.49º | 0.93% | 0.8% | - |
| XYZ | 26.08 | 12.4 | 58.78 | - |
| YUV | 80.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 205 | 0.21 | 0.93 | 0 | 0.20 | 286.49 | 0.87 | 0.43 |
| Hex | A2 | E | CD | 15 | 5D | 0 | 14 | 11E | 57 | 2B |
| Octal | 242 | 16 | 315 | 25 | 135 | 0 | 24 | 436 | 127 | 53 |
| Binary | 10100010 | 1110 | 11001101 | 10101 | 1011101 | 0 | 10100 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A20ECD
Complementary color
Monochromatic Colors of #A20ECD
Black with #A20ECD
Text Example
Text Example
White with #A20ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ECD; }
p { color: rgb(162,14,205); }
H1.HeaderClassName
{
color: #A20ECD;
}
.AnyTagClassName
{
color: #A20ECD;
}
</style>
background-color css
<style>
a { background-color: #A20ECD; }
a { background-color: rgb(162,14,205); }
div.DivClassName
{
background-color: #A20ECD;
}
.BgClassName
{
background-color: #A20ECD;
}
</style>
border-color css
<style>
span { border-color: #A20ECD; }
span { border-color: rgb(162,14,205); }
td.TdClassName
{
border-color: #A20ECD;
}
.TagClassName
{
border-color: #A20ECD;
}
</style>