Shades of Dark Violet #A60EE1
Tints of Dark Violet #A60EE1
RGB
CMYK
RGB Variations
Color information
#A60EE1 (or 0xA60EE1) is known color: Dark Violet. HEX triplet: A6, 0E and E1. RGB value is (166,14,225). Sum of RGB (Red+Green+Blue) = 166+14+225=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #A60EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EE1 is #59F11E. Grayscale: #525252. Windows color (decimal): -5894431 or 14749350. OLE color: 14749350.
HSL color Cylindrical-coordinate representation of color #A60EE1: hue angle of 283.22º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EE1 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 14 | 225 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.12 |
| HSL | 283.22º | 0.88% | 0.47% | - |
| HSV(B) | 283.22º | 0.94% | 0.88% | - |
| XYZ | 29.47 | 13.86 | 72.36 | - |
| YUV | 83.5 | 207.86 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 225 | 0.26 | 0.94 | 0 | 0.12 | 283.22 | 0.88 | 0.47 |
| Hex | A6 | E | E1 | 1A | 5E | 0 | C | 11B | 58 | 2F |
| Octal | 246 | 16 | 341 | 32 | 136 | 0 | 14 | 433 | 130 | 57 |
| Binary | 10100110 | 1110 | 11100001 | 11010 | 1011110 | 0 | 1100 | 100011011 | 1011000 | 101111 |
Color Harmonies of #A60EE1
Complementary color
Monochromatic Colors of #A60EE1
Black with #A60EE1
Text Example
Text Example
White with #A60EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EE1; }
p { color: rgb(166,14,225); }
H1.HeaderClassName
{
color: #A60EE1;
}
.AnyTagClassName
{
color: #A60EE1;
}
</style>
background-color css
<style>
a { background-color: #A60EE1; }
a { background-color: rgb(166,14,225); }
div.DivClassName
{
background-color: #A60EE1;
}
.BgClassName
{
background-color: #A60EE1;
}
</style>
border-color css
<style>
span { border-color: #A60EE1; }
span { border-color: rgb(166,14,225); }
td.TdClassName
{
border-color: #A60EE1;
}
.TagClassName
{
border-color: #A60EE1;
}
</style>