Shades of Dark Violet #A010EC
Tints of Dark Violet #A010EC
RGB
CMYK
RGB Variations
Color information
#A010EC (or 0xA010EC) is known color: Dark Violet. HEX triplet: A0, 10 and EC. RGB value is (160,16,236). Sum of RGB (Red+Green+Blue) = 160+16+236=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #A010EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010EC is #5FEF13. Grayscale: #535353. Windows color (decimal): -6287124 or 15470752. OLE color: 15470752.
HSL color Cylindrical-coordinate representation of color #A010EC: hue angle of 279.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010EC is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 16 | 236 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.07 |
| HSL | 279.27º | 0.87% | 0.49% | - |
| HSV(B) | 279.27º | 0.93% | 0.93% | - |
| XYZ | 29.82 | 13.9 | 80.47 | - |
| YUV | 84.14 | 213.71 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 236 | 0.32 | 0.93 | 0 | 0.07 | 279.27 | 0.87 | 0.49 |
| Hex | A0 | 10 | EC | 20 | 5D | 0 | 7 | 117 | 57 | 31 |
| Octal | 240 | 20 | 354 | 40 | 135 | 0 | 7 | 427 | 127 | 61 |
| Binary | 10100000 | 10000 | 11101100 | 100000 | 1011101 | 0 | 111 | 100010111 | 1010111 | 110001 |
Color Harmonies of #A010EC
Complementary color
Monochromatic Colors of #A010EC
Black with #A010EC
Text Example
Text Example
White with #A010EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010EC; }
p { color: rgb(160,16,236); }
H1.HeaderClassName
{
color: #A010EC;
}
.AnyTagClassName
{
color: #A010EC;
}
</style>
background-color css
<style>
a { background-color: #A010EC; }
a { background-color: rgb(160,16,236); }
div.DivClassName
{
background-color: #A010EC;
}
.BgClassName
{
background-color: #A010EC;
}
</style>
border-color css
<style>
span { border-color: #A010EC; }
span { border-color: rgb(160,16,236); }
td.TdClassName
{
border-color: #A010EC;
}
.TagClassName
{
border-color: #A010EC;
}
</style>