Shades of Dark Violet #A60CAF
Tints of Dark Violet #A60CAF
RGB
CMYK
RGB Variations
Color information
#A60CAF (or 0xA60CAF) is known color: Dark Violet. HEX triplet: A6, 0C and AF. RGB value is (166,12,175). Sum of RGB (Red+Green+Blue) = 166+12+175=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60CAF is #59F350. Grayscale: #4C4C4C. Windows color (decimal): -5894993 or 11472038. OLE color: 11472038.
HSL color Cylindrical-coordinate representation of color #A60CAF: hue angle of 296.69º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CAF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 12 | 175 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.31 |
| HSL | 296.69º | 0.87% | 0.37% | - |
| HSV(B) | 296.69º | 0.93% | 0.69% | - |
| XYZ | 23.6 | 11.47 | 41.53 | - |
| YUV | 76.63 | 183.52 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 175 | 0.05 | 0.93 | 0 | 0.31 | 296.69 | 0.87 | 0.37 |
| Hex | A6 | C | AF | 5 | 5D | 0 | 1F | 129 | 57 | 25 |
| Octal | 246 | 14 | 257 | 5 | 135 | 0 | 37 | 451 | 127 | 45 |
| Binary | 10100110 | 1100 | 10101111 | 101 | 1011101 | 0 | 11111 | 100101001 | 1010111 | 100101 |
Color Harmonies of #A60CAF
Complementary color
Monochromatic Colors of #A60CAF
Black with #A60CAF
Text Example
Text Example
White with #A60CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60CAF; }
p { color: rgb(166,12,175); }
H1.HeaderClassName
{
color: #A60CAF;
}
.AnyTagClassName
{
color: #A60CAF;
}
</style>
background-color css
<style>
a { background-color: #A60CAF; }
a { background-color: rgb(166,12,175); }
div.DivClassName
{
background-color: #A60CAF;
}
.BgClassName
{
background-color: #A60CAF;
}
</style>
border-color css
<style>
span { border-color: #A60CAF; }
span { border-color: rgb(166,12,175); }
td.TdClassName
{
border-color: #A60CAF;
}
.TagClassName
{
border-color: #A60CAF;
}
</style>