Shades of Dark Violet #A60EE6
Tints of Dark Violet #A60EE6
RGB
CMYK
RGB Variations
Color information
#A60EE6 (or 0xA60EE6) is known color: Dark Violet. HEX triplet: A6, 0E and E6. RGB value is (166,14,230). Sum of RGB (Red+Green+Blue) = 166+14+230=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #A60EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EE6 is #59F119. Grayscale: #535353. Windows color (decimal): -5894426 or 15077030. OLE color: 15077030.
HSL color Cylindrical-coordinate representation of color #A60EE6: hue angle of 282.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EE6 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 14 | 230 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.10 |
| HSL | 282.22º | 0.89% | 0.48% | - |
| HSV(B) | 282.22º | 0.94% | 0.9% | - |
| XYZ | 30.17 | 14.13 | 76 | - |
| YUV | 84.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 230 | 0.28 | 0.94 | 0 | 0.10 | 282.22 | 0.89 | 0.48 |
| Hex | A6 | E | E6 | 1C | 5E | 0 | A | 11A | 59 | 30 |
| Octal | 246 | 16 | 346 | 34 | 136 | 0 | 12 | 432 | 131 | 60 |
| Binary | 10100110 | 1110 | 11100110 | 11100 | 1011110 | 0 | 1010 | 100011010 | 1011001 | 110000 |
Color Harmonies of #A60EE6
Complementary color
Monochromatic Colors of #A60EE6
Black with #A60EE6
Text Example
Text Example
White with #A60EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EE6; }
p { color: rgb(166,14,230); }
H1.HeaderClassName
{
color: #A60EE6;
}
.AnyTagClassName
{
color: #A60EE6;
}
</style>
background-color css
<style>
a { background-color: #A60EE6; }
a { background-color: rgb(166,14,230); }
div.DivClassName
{
background-color: #A60EE6;
}
.BgClassName
{
background-color: #A60EE6;
}
</style>
border-color css
<style>
span { border-color: #A60EE6; }
span { border-color: rgb(166,14,230); }
td.TdClassName
{
border-color: #A60EE6;
}
.TagClassName
{
border-color: #A60EE6;
}
</style>