Shades of Dark Violet #A60CC9
Tints of Dark Violet #A60CC9
RGB
CMYK
RGB Variations
Color information
#A60CC9 (or 0xA60CC9) is known color: Dark Violet. HEX triplet: A6, 0C and C9. RGB value is (166,12,201). Sum of RGB (Red+Green+Blue) = 166+12+201=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #A60CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CC9 is #59F336. Grayscale: #4E4E4E. Windows color (decimal): -5894967 or 13175974. OLE color: 13175974.
HSL color Cylindrical-coordinate representation of color #A60CC9: hue angle of 288.89º degrees, saturation: 0.89, 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 #A60CC9 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 12 | 201 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.21 |
| HSL | 288.89º | 0.89% | 0.42% | - |
| HSV(B) | 288.89º | 0.94% | 0.79% | - |
| XYZ | 26.4 | 12.59 | 56.3 | - |
| YUV | 79.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 201 | 0.17 | 0.94 | 0 | 0.21 | 288.89 | 0.89 | 0.42 |
| Hex | A6 | C | C9 | 11 | 5E | 0 | 15 | 121 | 59 | 2A |
| Octal | 246 | 14 | 311 | 21 | 136 | 0 | 25 | 441 | 131 | 52 |
| Binary | 10100110 | 1100 | 11001001 | 10001 | 1011110 | 0 | 10101 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A60CC9
Complementary color
Monochromatic Colors of #A60CC9
Black with #A60CC9
Text Example
Text Example
White with #A60CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CC9; }
p { color: rgb(166,12,201); }
H1.HeaderClassName
{
color: #A60CC9;
}
.AnyTagClassName
{
color: #A60CC9;
}
</style>
background-color css
<style>
a { background-color: #A60CC9; }
a { background-color: rgb(166,12,201); }
div.DivClassName
{
background-color: #A60CC9;
}
.BgClassName
{
background-color: #A60CC9;
}
</style>
border-color css
<style>
span { border-color: #A60CC9; }
span { border-color: rgb(166,12,201); }
td.TdClassName
{
border-color: #A60CC9;
}
.TagClassName
{
border-color: #A60CC9;
}
</style>