Shades of Dark Violet #A60EE0
Tints of Dark Violet #A60EE0
RGB
CMYK
RGB Variations
Color information
#A60EE0 (or 0xA60EE0) is known color: Dark Violet. HEX triplet: A6, 0E and E0. RGB value is (166,14,224). Sum of RGB (Red+Green+Blue) = 166+14+224=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #A60EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EE0 is #59F11F. Grayscale: #525252. Windows color (decimal): -5894432 or 14683814. OLE color: 14683814.
HSL color Cylindrical-coordinate representation of color #A60EE0: hue angle of 283.43º 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 #A60EE0 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 14 | 224 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.12 |
| HSL | 283.43º | 0.88% | 0.47% | - |
| HSV(B) | 283.43º | 0.94% | 0.88% | - |
| XYZ | 29.34 | 13.8 | 71.64 | - |
| YUV | 83.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 224 | 0.26 | 0.94 | 0 | 0.12 | 283.43 | 0.88 | 0.47 |
| Hex | A6 | E | E0 | 1A | 5E | 0 | C | 11B | 58 | 2F |
| Octal | 246 | 16 | 340 | 32 | 136 | 0 | 14 | 433 | 130 | 57 |
| Binary | 10100110 | 1110 | 11100000 | 11010 | 1011110 | 0 | 1100 | 100011011 | 1011000 | 101111 |
Color Harmonies of #A60EE0
Complementary color
Monochromatic Colors of #A60EE0
Black with #A60EE0
Text Example
Text Example
White with #A60EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EE0; }
p { color: rgb(166,14,224); }
H1.HeaderClassName
{
color: #A60EE0;
}
.AnyTagClassName
{
color: #A60EE0;
}
</style>
background-color css
<style>
a { background-color: #A60EE0; }
a { background-color: rgb(166,14,224); }
div.DivClassName
{
background-color: #A60EE0;
}
.BgClassName
{
background-color: #A60EE0;
}
</style>
border-color css
<style>
span { border-color: #A60EE0; }
span { border-color: rgb(166,14,224); }
td.TdClassName
{
border-color: #A60EE0;
}
.TagClassName
{
border-color: #A60EE0;
}
</style>