Shades of Dark Violet #A60FEC
Tints of Dark Violet #A60FEC
RGB
CMYK
RGB Variations
Color information
#A60FEC (or 0xA60FEC) is known color: Dark Violet. HEX triplet: A6, 0F and EC. RGB value is (166,15,236). Sum of RGB (Red+Green+Blue) = 166+15+236=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #A60FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FEC is #59F013. Grayscale: #545454. Windows color (decimal): -5894164 or 15470502. OLE color: 15470502.
HSL color Cylindrical-coordinate representation of color #A60FEC: hue angle of 281º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60FEC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 15 | 236 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 281º | 0.88% | 0.49% | - |
| HSV(B) | 281º | 0.94% | 0.93% | - |
| XYZ | 31.04 | 14.5 | 80.52 | - |
| YUV | 85.34 | 213.03 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 236 | 0.30 | 0.94 | 0 | 0.07 | 281 | 0.88 | 0.49 |
| Hex | A6 | F | EC | 1E | 5E | 0 | 7 | 119 | 58 | 31 |
| Octal | 246 | 17 | 354 | 36 | 136 | 0 | 7 | 431 | 130 | 61 |
| Binary | 10100110 | 1111 | 11101100 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011000 | 110001 |
Color Harmonies of #A60FEC
Complementary color
Monochromatic Colors of #A60FEC
Black with #A60FEC
Text Example
Text Example
White with #A60FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60FEC; }
p { color: rgb(166,15,236); }
H1.HeaderClassName
{
color: #A60FEC;
}
.AnyTagClassName
{
color: #A60FEC;
}
</style>
background-color css
<style>
a { background-color: #A60FEC; }
a { background-color: rgb(166,15,236); }
div.DivClassName
{
background-color: #A60FEC;
}
.BgClassName
{
background-color: #A60FEC;
}
</style>
border-color css
<style>
span { border-color: #A60FEC; }
span { border-color: rgb(166,15,236); }
td.TdClassName
{
border-color: #A60FEC;
}
.TagClassName
{
border-color: #A60FEC;
}
</style>