Shades of Dark Violet #A011E8
Tints of Dark Violet #A011E8
RGB
CMYK
RGB Variations
Color information
#A011E8 (or 0xA011E8) is known color: Dark Violet. HEX triplet: A0, 11 and E8. RGB value is (160,17,232). Sum of RGB (Red+Green+Blue) = 160+17+232=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #A011E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A011E8 is #5FEE17. Grayscale: #535353. Windows color (decimal): -6286872 or 15208864. OLE color: 15208864.
HSL color Cylindrical-coordinate representation of color #A011E8: hue angle of 279.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A011E8 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 17 | 232 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.09 |
| HSL | 279.91º | 0.86% | 0.49% | - |
| HSV(B) | 279.91º | 0.93% | 0.91% | - |
| XYZ | 29.26 | 13.7 | 77.45 | - |
| YUV | 84.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 232 | 0.31 | 0.93 | 0 | 0.09 | 279.91 | 0.86 | 0.49 |
| Hex | A0 | 11 | E8 | 1F | 5D | 0 | 9 | 118 | 56 | 31 |
| Octal | 240 | 21 | 350 | 37 | 135 | 0 | 11 | 430 | 126 | 61 |
| Binary | 10100000 | 10001 | 11101000 | 11111 | 1011101 | 0 | 1001 | 100011000 | 1010110 | 110001 |
Color Harmonies of #A011E8
Complementary color
Monochromatic Colors of #A011E8
Black with #A011E8
Text Example
Text Example
White with #A011E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A011E8; }
p { color: rgb(160,17,232); }
H1.HeaderClassName
{
color: #A011E8;
}
.AnyTagClassName
{
color: #A011E8;
}
</style>
background-color css
<style>
a { background-color: #A011E8; }
a { background-color: rgb(160,17,232); }
div.DivClassName
{
background-color: #A011E8;
}
.BgClassName
{
background-color: #A011E8;
}
</style>
border-color css
<style>
span { border-color: #A011E8; }
span { border-color: rgb(160,17,232); }
td.TdClassName
{
border-color: #A011E8;
}
.TagClassName
{
border-color: #A011E8;
}
</style>