Shades of Dark Violet #A002EC
Tints of Dark Violet #A002EC
RGB
CMYK
RGB Variations
Color information
#A002EC (or 0xA002EC) is known color: Dark Violet. HEX triplet: A0, 02 and EC. RGB value is (160,2,236). Sum of RGB (Red+Green+Blue) = 160+2+236=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #A002EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A002EC is #5FFD13. Grayscale: #4B4B4B. Windows color (decimal): -6290708 or 15467168. OLE color: 15467168.
HSL color Cylindrical-coordinate representation of color #A002EC: hue angle of 280.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002EC is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 2 | 236 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.07 |
| HSL | 280.51º | 0.98% | 0.47% | - |
| HSV(B) | 280.51º | 0.99% | 0.93% | - |
| XYZ | 29.66 | 13.57 | 80.41 | - |
| YUV | 75.92 | 218.35 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 236 | 0.32 | 0.99 | 0 | 0.07 | 280.51 | 0.98 | 0.47 |
| Hex | A0 | 2 | EC | 20 | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 240 | 2 | 354 | 40 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100000 | 10 | 11101100 | 100000 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A002EC
Complementary color
Monochromatic Colors of #A002EC
Black with #A002EC
Text Example
Text Example
White with #A002EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002EC; }
p { color: rgb(160,2,236); }
H1.HeaderClassName
{
color: #A002EC;
}
.AnyTagClassName
{
color: #A002EC;
}
</style>
background-color css
<style>
a { background-color: #A002EC; }
a { background-color: rgb(160,2,236); }
div.DivClassName
{
background-color: #A002EC;
}
.BgClassName
{
background-color: #A002EC;
}
</style>
border-color css
<style>
span { border-color: #A002EC; }
span { border-color: rgb(160,2,236); }
td.TdClassName
{
border-color: #A002EC;
}
.TagClassName
{
border-color: #A002EC;
}
</style>