Shades of Dark Violet #A60EC0
Tints of Dark Violet #A60EC0
RGB
CMYK
RGB Variations
Color information
#A60EC0 (or 0xA60EC0) is known color: Dark Violet. HEX triplet: A6, 0E and C0. RGB value is (166,14,192). Sum of RGB (Red+Green+Blue) = 166+14+192=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #A60EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EC0 is #59F13F. Grayscale: #4F4F4F. Windows color (decimal): -5894464 or 12586662. OLE color: 12586662.
HSL color Cylindrical-coordinate representation of color #A60EC0: hue angle of 291.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60EC0 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 14 | 192 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.25 |
| HSL | 291.24º | 0.86% | 0.4% | - |
| HSV(B) | 291.24º | 0.93% | 0.75% | - |
| XYZ | 25.4 | 12.23 | 50.89 | - |
| YUV | 79.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 192 | 0.14 | 0.93 | 0 | 0.25 | 291.24 | 0.86 | 0.4 |
| Hex | A6 | E | C0 | E | 5D | 0 | 19 | 123 | 56 | 28 |
| Octal | 246 | 16 | 300 | 16 | 135 | 0 | 31 | 443 | 126 | 50 |
| Binary | 10100110 | 1110 | 11000000 | 1110 | 1011101 | 0 | 11001 | 100100011 | 1010110 | 101000 |
Color Harmonies of #A60EC0
Complementary color
Monochromatic Colors of #A60EC0
Black with #A60EC0
Text Example
Text Example
White with #A60EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EC0; }
p { color: rgb(166,14,192); }
H1.HeaderClassName
{
color: #A60EC0;
}
.AnyTagClassName
{
color: #A60EC0;
}
</style>
background-color css
<style>
a { background-color: #A60EC0; }
a { background-color: rgb(166,14,192); }
div.DivClassName
{
background-color: #A60EC0;
}
.BgClassName
{
background-color: #A60EC0;
}
</style>
border-color css
<style>
span { border-color: #A60EC0; }
span { border-color: rgb(166,14,192); }
td.TdClassName
{
border-color: #A60EC0;
}
.TagClassName
{
border-color: #A60EC0;
}
</style>