Shades of Dark Violet #A610EC
Tints of Dark Violet #A610EC
RGB
CMYK
RGB Variations
Color information
#A610EC (or 0xA610EC) is known color: Dark Violet. HEX triplet: A6, 10 and EC. RGB value is (166,16,236). Sum of RGB (Red+Green+Blue) = 166+16+236=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #A610EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A610EC is #59EF13. Grayscale: #555555. Windows color (decimal): -5893908 or 15470758. OLE color: 15470758.
HSL color Cylindrical-coordinate representation of color #A610EC: hue angle of 280.91º 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 #A610EC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 16 | 236 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.07 |
| HSL | 280.91º | 0.87% | 0.49% | - |
| HSV(B) | 280.91º | 0.93% | 0.93% | - |
| XYZ | 31.05 | 14.53 | 80.53 | - |
| YUV | 85.93 | 212.7 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 236 | 0.30 | 0.93 | 0 | 0.07 | 280.91 | 0.87 | 0.49 |
| Hex | A6 | 10 | EC | 1E | 5D | 0 | 7 | 119 | 57 | 31 |
| Octal | 246 | 20 | 354 | 36 | 135 | 0 | 7 | 431 | 127 | 61 |
| Binary | 10100110 | 10000 | 11101100 | 11110 | 1011101 | 0 | 111 | 100011001 | 1010111 | 110001 |
Color Harmonies of #A610EC
Complementary color
Monochromatic Colors of #A610EC
Black with #A610EC
Text Example
Text Example
White with #A610EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A610EC; }
p { color: rgb(166,16,236); }
H1.HeaderClassName
{
color: #A610EC;
}
.AnyTagClassName
{
color: #A610EC;
}
</style>
background-color css
<style>
a { background-color: #A610EC; }
a { background-color: rgb(166,16,236); }
div.DivClassName
{
background-color: #A610EC;
}
.BgClassName
{
background-color: #A610EC;
}
</style>
border-color css
<style>
span { border-color: #A610EC; }
span { border-color: rgb(166,16,236); }
td.TdClassName
{
border-color: #A610EC;
}
.TagClassName
{
border-color: #A610EC;
}
</style>