Shades of Dark Violet #A611EC
Tints of Dark Violet #A611EC
RGB
CMYK
RGB Variations
Color information
#A611EC (or 0xA611EC) is known color: Dark Violet. HEX triplet: A6, 11 and EC. RGB value is (166,17,236). Sum of RGB (Red+Green+Blue) = 166+17+236=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #A611EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A611EC is #59EE13. Grayscale: #555555. Windows color (decimal): -5893652 or 15471014. OLE color: 15471014.
HSL color Cylindrical-coordinate representation of color #A611EC: hue angle of 280.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A611EC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 17 | 236 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.07 |
| HSL | 280.82º | 0.87% | 0.5% | - |
| HSV(B) | 280.82º | 0.93% | 0.93% | - |
| XYZ | 31.07 | 14.56 | 80.53 | - |
| YUV | 86.52 | 212.36 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 236 | 0.30 | 0.93 | 0 | 0.07 | 280.82 | 0.87 | 0.5 |
| Hex | A6 | 11 | EC | 1E | 5D | 0 | 7 | 119 | 57 | 32 |
| Octal | 246 | 21 | 354 | 36 | 135 | 0 | 7 | 431 | 127 | 62 |
| Binary | 10100110 | 10001 | 11101100 | 11110 | 1011101 | 0 | 111 | 100011001 | 1010111 | 110010 |
Color Harmonies of #A611EC
Complementary color
Monochromatic Colors of #A611EC
Black with #A611EC
Text Example
Text Example
White with #A611EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A611EC; }
p { color: rgb(166,17,236); }
H1.HeaderClassName
{
color: #A611EC;
}
.AnyTagClassName
{
color: #A611EC;
}
</style>
background-color css
<style>
a { background-color: #A611EC; }
a { background-color: rgb(166,17,236); }
div.DivClassName
{
background-color: #A611EC;
}
.BgClassName
{
background-color: #A611EC;
}
</style>
border-color css
<style>
span { border-color: #A611EC; }
span { border-color: rgb(166,17,236); }
td.TdClassName
{
border-color: #A611EC;
}
.TagClassName
{
border-color: #A611EC;
}
</style>