Shades of Dark Violet #A20CE6
Tints of Dark Violet #A20CE6
RGB
CMYK
RGB Variations
Color information
#A20CE6 (or 0xA20CE6) is known color: Dark Violet. HEX triplet: A2, 0C and E6. RGB value is (162,12,230). Sum of RGB (Red+Green+Blue) = 162+12+230=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #A20CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CE6 is #5DF319. Grayscale: #505050. Windows color (decimal): -6157082 or 15076514. OLE color: 15076514.
HSL color Cylindrical-coordinate representation of color #A20CE6: hue angle of 281.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CE6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 12 | 230 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.10 |
| HSL | 281.28º | 0.9% | 0.47% | - |
| HSV(B) | 281.28º | 0.95% | 0.9% | - |
| XYZ | 29.31 | 13.66 | 75.95 | - |
| YUV | 81.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 230 | 0.30 | 0.95 | 0 | 0.10 | 281.28 | 0.9 | 0.47 |
| Hex | A2 | C | E6 | 1E | 5F | 0 | A | 119 | 5A | 2F |
| Octal | 242 | 14 | 346 | 36 | 137 | 0 | 12 | 431 | 132 | 57 |
| Binary | 10100010 | 1100 | 11100110 | 11110 | 1011111 | 0 | 1010 | 100011001 | 1011010 | 101111 |
Color Harmonies of #A20CE6
Complementary color
Monochromatic Colors of #A20CE6
Black with #A20CE6
Text Example
Text Example
White with #A20CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CE6; }
p { color: rgb(162,12,230); }
H1.HeaderClassName
{
color: #A20CE6;
}
.AnyTagClassName
{
color: #A20CE6;
}
</style>
background-color css
<style>
a { background-color: #A20CE6; }
a { background-color: rgb(162,12,230); }
div.DivClassName
{
background-color: #A20CE6;
}
.BgClassName
{
background-color: #A20CE6;
}
</style>
border-color css
<style>
span { border-color: #A20CE6; }
span { border-color: rgb(162,12,230); }
td.TdClassName
{
border-color: #A20CE6;
}
.TagClassName
{
border-color: #A20CE6;
}
</style>