Shades of Dark Violet #A60CCA
Tints of Dark Violet #A60CCA
RGB
CMYK
RGB Variations
Color information
#A60CCA (or 0xA60CCA) is known color: Dark Violet. HEX triplet: A6, 0C and CA. RGB value is (166,12,202). Sum of RGB (Red+Green+Blue) = 166+12+202=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #A60CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CCA is #59F335. Grayscale: #4F4F4F. Windows color (decimal): -5894966 or 13241510. OLE color: 13241510.
HSL color Cylindrical-coordinate representation of color #A60CCA: hue angle of 288.63º 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 #A60CCA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 12 | 202 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.21 |
| HSL | 288.63º | 0.89% | 0.42% | - |
| HSV(B) | 288.63º | 0.94% | 0.79% | - |
| XYZ | 26.52 | 12.63 | 56.92 | - |
| YUV | 79.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 202 | 0.18 | 0.94 | 0 | 0.21 | 288.63 | 0.89 | 0.42 |
| Hex | A6 | C | CA | 12 | 5E | 0 | 15 | 121 | 59 | 2A |
| Octal | 246 | 14 | 312 | 22 | 136 | 0 | 25 | 441 | 131 | 52 |
| Binary | 10100110 | 1100 | 11001010 | 10010 | 1011110 | 0 | 10101 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A60CCA
Complementary color
Monochromatic Colors of #A60CCA
Black with #A60CCA
Text Example
Text Example
White with #A60CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CCA; }
p { color: rgb(166,12,202); }
H1.HeaderClassName
{
color: #A60CCA;
}
.AnyTagClassName
{
color: #A60CCA;
}
</style>
background-color css
<style>
a { background-color: #A60CCA; }
a { background-color: rgb(166,12,202); }
div.DivClassName
{
background-color: #A60CCA;
}
.BgClassName
{
background-color: #A60CCA;
}
</style>
border-color css
<style>
span { border-color: #A60CCA; }
span { border-color: rgb(166,12,202); }
td.TdClassName
{
border-color: #A60CCA;
}
.TagClassName
{
border-color: #A60CCA;
}
</style>