Shades of Dark Violet #A60EC8
Tints of Dark Violet #A60EC8
RGB
CMYK
RGB Variations
Color information
#A60EC8 (or 0xA60EC8) is known color: Dark Violet. HEX triplet: A6, 0E and C8. RGB value is (166,14,200). Sum of RGB (Red+Green+Blue) = 166+14+200=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #A60EC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EC8 is #59F137. Grayscale: #505050. Windows color (decimal): -5894456 or 13110950. OLE color: 13110950.
HSL color Cylindrical-coordinate representation of color #A60EC8: hue angle of 289.03º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60EC8 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 14 | 200 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.22 |
| HSL | 289.03º | 0.87% | 0.42% | - |
| HSV(B) | 289.03º | 0.93% | 0.78% | - |
| XYZ | 26.31 | 12.59 | 55.69 | - |
| YUV | 80.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 200 | 0.17 | 0.93 | 0 | 0.22 | 289.03 | 0.87 | 0.42 |
| Hex | A6 | E | C8 | 11 | 5D | 0 | 16 | 121 | 57 | 2A |
| Octal | 246 | 16 | 310 | 21 | 135 | 0 | 26 | 441 | 127 | 52 |
| Binary | 10100110 | 1110 | 11001000 | 10001 | 1011101 | 0 | 10110 | 100100001 | 1010111 | 101010 |
Color Harmonies of #A60EC8
Complementary color
Monochromatic Colors of #A60EC8
Black with #A60EC8
Text Example
Text Example
White with #A60EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EC8; }
p { color: rgb(166,14,200); }
H1.HeaderClassName
{
color: #A60EC8;
}
.AnyTagClassName
{
color: #A60EC8;
}
</style>
background-color css
<style>
a { background-color: #A60EC8; }
a { background-color: rgb(166,14,200); }
div.DivClassName
{
background-color: #A60EC8;
}
.BgClassName
{
background-color: #A60EC8;
}
</style>
border-color css
<style>
span { border-color: #A60EC8; }
span { border-color: rgb(166,14,200); }
td.TdClassName
{
border-color: #A60EC8;
}
.TagClassName
{
border-color: #A60EC8;
}
</style>