Shades of Dark Violet #A60EDD
Tints of Dark Violet #A60EDD
RGB
CMYK
RGB Variations
Color information
#A60EDD (or 0xA60EDD) is known color: Dark Violet. HEX triplet: A6, 0E and DD. RGB value is (166,14,221). Sum of RGB (Red+Green+Blue) = 166+14+221=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #A60EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDD is #59F122. Grayscale: #525252. Windows color (decimal): -5894435 or 14487206. OLE color: 14487206.
HSL color Cylindrical-coordinate representation of color #A60EDD: hue angle of 284.06º 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 #A60EDD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 14 | 221 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.13 |
| HSL | 284.06º | 0.88% | 0.46% | - |
| HSV(B) | 284.06º | 0.94% | 0.87% | - |
| XYZ | 28.93 | 13.64 | 69.51 | - |
| YUV | 83.05 | 205.86 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 221 | 0.25 | 0.94 | 0 | 0.13 | 284.06 | 0.88 | 0.46 |
| Hex | A6 | E | DD | 19 | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 246 | 16 | 335 | 31 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10100110 | 1110 | 11011101 | 11001 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A60EDD
Complementary color
Monochromatic Colors of #A60EDD
Black with #A60EDD
Text Example
Text Example
White with #A60EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EDD; }
p { color: rgb(166,14,221); }
H1.HeaderClassName
{
color: #A60EDD;
}
.AnyTagClassName
{
color: #A60EDD;
}
</style>
background-color css
<style>
a { background-color: #A60EDD; }
a { background-color: rgb(166,14,221); }
div.DivClassName
{
background-color: #A60EDD;
}
.BgClassName
{
background-color: #A60EDD;
}
</style>
border-color css
<style>
span { border-color: #A60EDD; }
span { border-color: rgb(166,14,221); }
td.TdClassName
{
border-color: #A60EDD;
}
.TagClassName
{
border-color: #A60EDD;
}
</style>