Shades of Dark Violet #A60EEB
Tints of Dark Violet #A60EEB
RGB
CMYK
RGB Variations
Color information
#A60EEB (or 0xA60EEB) is known color: Dark Violet. HEX triplet: A6, 0E and EB. RGB value is (166,14,235). Sum of RGB (Red+Green+Blue) = 166+14+235=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #A60EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EEB is #59F114. Grayscale: #535353. Windows color (decimal): -5894421 or 15404710. OLE color: 15404710.
HSL color Cylindrical-coordinate representation of color #A60EEB: hue angle of 281.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EEB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 14 | 235 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.27º | 0.89% | 0.49% | - |
| HSV(B) | 281.27º | 0.94% | 0.92% | - |
| XYZ | 30.88 | 14.42 | 79.75 | - |
| YUV | 84.64 | 212.86 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 235 | 0.29 | 0.94 | 0 | 0.08 | 281.27 | 0.89 | 0.49 |
| Hex | A6 | E | EB | 1D | 5E | 0 | 8 | 119 | 59 | 31 |
| Octal | 246 | 16 | 353 | 35 | 136 | 0 | 10 | 431 | 131 | 61 |
| Binary | 10100110 | 1110 | 11101011 | 11101 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A60EEB
Complementary color
Monochromatic Colors of #A60EEB
Black with #A60EEB
Text Example
Text Example
White with #A60EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EEB; }
p { color: rgb(166,14,235); }
H1.HeaderClassName
{
color: #A60EEB;
}
.AnyTagClassName
{
color: #A60EEB;
}
</style>
background-color css
<style>
a { background-color: #A60EEB; }
a { background-color: rgb(166,14,235); }
div.DivClassName
{
background-color: #A60EEB;
}
.BgClassName
{
background-color: #A60EEB;
}
</style>
border-color css
<style>
span { border-color: #A60EEB; }
span { border-color: rgb(166,14,235); }
td.TdClassName
{
border-color: #A60EEB;
}
.TagClassName
{
border-color: #A60EEB;
}
</style>