Shades of Dark Violet #A60EE9
Tints of Dark Violet #A60EE9
RGB
CMYK
RGB Variations
Color information
#A60EE9 (or 0xA60EE9) is known color: Dark Violet. HEX triplet: A6, 0E and E9. RGB value is (166,14,233). Sum of RGB (Red+Green+Blue) = 166+14+233=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #A60EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EE9 is #59F116. Grayscale: #535353. Windows color (decimal): -5894423 or 15273638. OLE color: 15273638.
HSL color Cylindrical-coordinate representation of color #A60EE9: hue angle of 281.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EE9 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 14 | 233 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.09 |
| HSL | 281.64º | 0.89% | 0.48% | - |
| HSV(B) | 281.64º | 0.94% | 0.91% | - |
| XYZ | 30.59 | 14.3 | 78.24 | - |
| YUV | 84.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 233 | 0.29 | 0.94 | 0 | 0.09 | 281.64 | 0.89 | 0.48 |
| Hex | A6 | E | E9 | 1D | 5E | 0 | 9 | 11A | 59 | 30 |
| Octal | 246 | 16 | 351 | 35 | 136 | 0 | 11 | 432 | 131 | 60 |
| Binary | 10100110 | 1110 | 11101001 | 11101 | 1011110 | 0 | 1001 | 100011010 | 1011001 | 110000 |
Color Harmonies of #A60EE9
Complementary color
Monochromatic Colors of #A60EE9
Black with #A60EE9
Text Example
Text Example
White with #A60EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EE9; }
p { color: rgb(166,14,233); }
H1.HeaderClassName
{
color: #A60EE9;
}
.AnyTagClassName
{
color: #A60EE9;
}
</style>
background-color css
<style>
a { background-color: #A60EE9; }
a { background-color: rgb(166,14,233); }
div.DivClassName
{
background-color: #A60EE9;
}
.BgClassName
{
background-color: #A60EE9;
}
</style>
border-color css
<style>
span { border-color: #A60EE9; }
span { border-color: rgb(166,14,233); }
td.TdClassName
{
border-color: #A60EE9;
}
.TagClassName
{
border-color: #A60EE9;
}
</style>