Shades of Dark Violet #A60DC9
Tints of Dark Violet #A60DC9
RGB
CMYK
RGB Variations
Color information
#A60DC9 (or 0xA60DC9) is known color: Dark Violet. HEX triplet: A6, 0D and C9. RGB value is (166,13,201). Sum of RGB (Red+Green+Blue) = 166+13+201=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #A60DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DC9 is #59F236. Grayscale: #4F4F4F. Windows color (decimal): -5894711 or 13176230. OLE color: 13176230.
HSL color Cylindrical-coordinate representation of color #A60DC9: hue angle of 288.83º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DC9 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 13 | 201 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.21 |
| HSL | 288.83º | 0.88% | 0.42% | - |
| HSV(B) | 288.83º | 0.94% | 0.79% | - |
| XYZ | 26.41 | 12.61 | 56.3 | - |
| YUV | 80.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 201 | 0.17 | 0.94 | 0 | 0.21 | 288.83 | 0.88 | 0.42 |
| Hex | A6 | D | C9 | 11 | 5E | 0 | 15 | 121 | 58 | 2A |
| Octal | 246 | 15 | 311 | 21 | 136 | 0 | 25 | 441 | 130 | 52 |
| Binary | 10100110 | 1101 | 11001001 | 10001 | 1011110 | 0 | 10101 | 100100001 | 1011000 | 101010 |
Color Harmonies of #A60DC9
Complementary color
Monochromatic Colors of #A60DC9
Black with #A60DC9
Text Example
Text Example
White with #A60DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DC9; }
p { color: rgb(166,13,201); }
H1.HeaderClassName
{
color: #A60DC9;
}
.AnyTagClassName
{
color: #A60DC9;
}
</style>
background-color css
<style>
a { background-color: #A60DC9; }
a { background-color: rgb(166,13,201); }
div.DivClassName
{
background-color: #A60DC9;
}
.BgClassName
{
background-color: #A60DC9;
}
</style>
border-color css
<style>
span { border-color: #A60DC9; }
span { border-color: rgb(166,13,201); }
td.TdClassName
{
border-color: #A60DC9;
}
.TagClassName
{
border-color: #A60DC9;
}
</style>