Shades of Dark Violet #A60DEC
Tints of Dark Violet #A60DEC
RGB
CMYK
RGB Variations
Color information
#A60DEC (or 0xA60DEC) is known color: Dark Violet. HEX triplet: A6, 0D and EC. RGB value is (166,13,236). Sum of RGB (Red+Green+Blue) = 166+13+236=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #A60DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60DEC is #59F213. Grayscale: #535353. Windows color (decimal): -5894676 or 15469990. OLE color: 15469990.
HSL color Cylindrical-coordinate representation of color #A60DEC: hue angle of 281.17º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DEC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 13 | 236 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.07 |
| HSL | 281.17º | 0.9% | 0.49% | - |
| HSV(B) | 281.17º | 0.94% | 0.93% | - |
| XYZ | 31.01 | 14.45 | 80.51 | - |
| YUV | 84.17 | 213.69 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 236 | 0.30 | 0.94 | 0 | 0.07 | 281.17 | 0.9 | 0.49 |
| Hex | A6 | D | EC | 1E | 5E | 0 | 7 | 119 | 5A | 31 |
| Octal | 246 | 15 | 354 | 36 | 136 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100110 | 1101 | 11101100 | 11110 | 1011110 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A60DEC
Complementary color
Monochromatic Colors of #A60DEC
Black with #A60DEC
Text Example
Text Example
White with #A60DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DEC; }
p { color: rgb(166,13,236); }
H1.HeaderClassName
{
color: #A60DEC;
}
.AnyTagClassName
{
color: #A60DEC;
}
</style>
background-color css
<style>
a { background-color: #A60DEC; }
a { background-color: rgb(166,13,236); }
div.DivClassName
{
background-color: #A60DEC;
}
.BgClassName
{
background-color: #A60DEC;
}
</style>
border-color css
<style>
span { border-color: #A60DEC; }
span { border-color: rgb(166,13,236); }
td.TdClassName
{
border-color: #A60DEC;
}
.TagClassName
{
border-color: #A60DEC;
}
</style>