Shades of Dark Violet #A00EC0
Tints of Dark Violet #A00EC0
RGB
CMYK
RGB Variations
Color information
#A00EC0 (or 0xA00EC0) is known color: Dark Violet. HEX triplet: A0, 0E and C0. RGB value is (160,14,192). Sum of RGB (Red+Green+Blue) = 160+14+192=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #A00EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00EC0 is #5FF13F. Grayscale: #4D4D4D. Windows color (decimal): -6287680 or 12586656. OLE color: 12586656.
HSL color Cylindrical-coordinate representation of color #A00EC0: hue angle of 289.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00EC0 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 14 | 192 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.25 |
| HSL | 289.21º | 0.86% | 0.4% | - |
| HSV(B) | 289.21º | 0.93% | 0.75% | - |
| XYZ | 24.17 | 11.59 | 50.83 | - |
| YUV | 77.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 192 | 0.17 | 0.93 | 0 | 0.25 | 289.21 | 0.86 | 0.4 |
| Hex | A0 | E | C0 | 11 | 5D | 0 | 19 | 121 | 56 | 28 |
| Octal | 240 | 16 | 300 | 21 | 135 | 0 | 31 | 441 | 126 | 50 |
| Binary | 10100000 | 1110 | 11000000 | 10001 | 1011101 | 0 | 11001 | 100100001 | 1010110 | 101000 |
Color Harmonies of #A00EC0
Complementary color
Monochromatic Colors of #A00EC0
Black with #A00EC0
Text Example
Text Example
White with #A00EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00EC0; }
p { color: rgb(160,14,192); }
H1.HeaderClassName
{
color: #A00EC0;
}
.AnyTagClassName
{
color: #A00EC0;
}
</style>
background-color css
<style>
a { background-color: #A00EC0; }
a { background-color: rgb(160,14,192); }
div.DivClassName
{
background-color: #A00EC0;
}
.BgClassName
{
background-color: #A00EC0;
}
</style>
border-color css
<style>
span { border-color: #A00EC0; }
span { border-color: rgb(160,14,192); }
td.TdClassName
{
border-color: #A00EC0;
}
.TagClassName
{
border-color: #A00EC0;
}
</style>