Shades of Dark Violet #A20ECC
Tints of Dark Violet #A20ECC
RGB
CMYK
RGB Variations
Color information
#A20ECC (or 0xA20ECC) is known color: Dark Violet. HEX triplet: A2, 0E and CC. RGB value is (162,14,204). Sum of RGB (Red+Green+Blue) = 162+14+204=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #A20ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECC is #5DF133. Grayscale: #4F4F4F. Windows color (decimal): -6156596 or 13373090. OLE color: 13373090.
HSL color Cylindrical-coordinate representation of color #A20ECC: hue angle of 286.74º 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 #A20ECC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 14 | 204 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.2 |
| HSL | 286.74º | 0.87% | 0.43% | - |
| HSV(B) | 286.74º | 0.93% | 0.8% | - |
| XYZ | 25.96 | 12.36 | 58.14 | - |
| YUV | 79.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 204 | 0.21 | 0.93 | 0 | 0.2 | 286.74 | 0.87 | 0.43 |
| Hex | A2 | E | CC | 15 | 5D | 0 | 14 | 11F | 57 | 2B |
| Octal | 242 | 16 | 314 | 25 | 135 | 0 | 24 | 437 | 127 | 53 |
| Binary | 10100010 | 1110 | 11001100 | 10101 | 1011101 | 0 | 10100 | 100011111 | 1010111 | 101011 |
Color Harmonies of #A20ECC
Complementary color
Monochromatic Colors of #A20ECC
Black with #A20ECC
Text Example
Text Example
White with #A20ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ECC; }
p { color: rgb(162,14,204); }
H1.HeaderClassName
{
color: #A20ECC;
}
.AnyTagClassName
{
color: #A20ECC;
}
</style>
background-color css
<style>
a { background-color: #A20ECC; }
a { background-color: rgb(162,14,204); }
div.DivClassName
{
background-color: #A20ECC;
}
.BgClassName
{
background-color: #A20ECC;
}
</style>
border-color css
<style>
span { border-color: #A20ECC; }
span { border-color: rgb(162,14,204); }
td.TdClassName
{
border-color: #A20ECC;
}
.TagClassName
{
border-color: #A20ECC;
}
</style>