Shades of Dark Violet #A60EDE
Tints of Dark Violet #A60EDE
RGB
CMYK
RGB Variations
Color information
#A60EDE (or 0xA60EDE) is known color: Dark Violet. HEX triplet: A6, 0E and DE. RGB value is (166,14,222). Sum of RGB (Red+Green+Blue) = 166+14+222=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #A60EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDE is #59F121. Grayscale: #525252. Windows color (decimal): -5894434 or 14552742. OLE color: 14552742.
HSL color Cylindrical-coordinate representation of color #A60EDE: hue angle of 283.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EDE is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 14 | 222 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.13 |
| HSL | 283.85º | 0.88% | 0.46% | - |
| HSV(B) | 283.85º | 0.94% | 0.87% | - |
| XYZ | 29.07 | 13.69 | 70.22 | - |
| YUV | 83.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 222 | 0.25 | 0.94 | 0 | 0.13 | 283.85 | 0.88 | 0.46 |
| Hex | A6 | E | DE | 19 | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 246 | 16 | 336 | 31 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10100110 | 1110 | 11011110 | 11001 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A60EDE
Complementary color
Monochromatic Colors of #A60EDE
Black with #A60EDE
Text Example
Text Example
White with #A60EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EDE; }
p { color: rgb(166,14,222); }
H1.HeaderClassName
{
color: #A60EDE;
}
.AnyTagClassName
{
color: #A60EDE;
}
</style>
background-color css
<style>
a { background-color: #A60EDE; }
a { background-color: rgb(166,14,222); }
div.DivClassName
{
background-color: #A60EDE;
}
.BgClassName
{
background-color: #A60EDE;
}
</style>
border-color css
<style>
span { border-color: #A60EDE; }
span { border-color: rgb(166,14,222); }
td.TdClassName
{
border-color: #A60EDE;
}
.TagClassName
{
border-color: #A60EDE;
}
</style>