Shades of Dark Violet #A012EC
Tints of Dark Violet #A012EC
RGB
CMYK
RGB Variations
Color information
#A012EC (or 0xA012EC) is known color: Dark Violet. HEX triplet: A0, 12 and EC. RGB value is (160,18,236). Sum of RGB (Red+Green+Blue) = 160+18+236=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #A012EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A012EC is #5FED13. Grayscale: #545454. Windows color (decimal): -6286612 or 15471264. OLE color: 15471264.
HSL color Cylindrical-coordinate representation of color #A012EC: hue angle of 279.08º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A012EC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 18 | 236 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.07 |
| HSL | 279.08º | 0.86% | 0.5% | - |
| HSV(B) | 279.08º | 0.92% | 0.93% | - |
| XYZ | 29.85 | 13.96 | 80.48 | - |
| YUV | 85.31 | 213.04 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 236 | 0.32 | 0.92 | 0 | 0.07 | 279.08 | 0.86 | 0.5 |
| Hex | A0 | 12 | EC | 20 | 5C | 0 | 7 | 117 | 56 | 32 |
| Octal | 240 | 22 | 354 | 40 | 134 | 0 | 7 | 427 | 126 | 62 |
| Binary | 10100000 | 10010 | 11101100 | 100000 | 1011100 | 0 | 111 | 100010111 | 1010110 | 110010 |
Color Harmonies of #A012EC
Complementary color
Monochromatic Colors of #A012EC
Black with #A012EC
Text Example
Text Example
White with #A012EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012EC; }
p { color: rgb(160,18,236); }
H1.HeaderClassName
{
color: #A012EC;
}
.AnyTagClassName
{
color: #A012EC;
}
</style>
background-color css
<style>
a { background-color: #A012EC; }
a { background-color: rgb(160,18,236); }
div.DivClassName
{
background-color: #A012EC;
}
.BgClassName
{
background-color: #A012EC;
}
</style>
border-color css
<style>
span { border-color: #A012EC; }
span { border-color: rgb(160,18,236); }
td.TdClassName
{
border-color: #A012EC;
}
.TagClassName
{
border-color: #A012EC;
}
</style>