Shades of Dark Magenta #A60C85
Tints of Dark Magenta #A60C85
RGB
CMYK
RGB Variations
Color information
#A60C85 (or 0xA60C85) is known color: Dark Magenta. HEX triplet: A6, 0C and 85. RGB value is (166,12,133). Sum of RGB (Red+Green+Blue) = 166+12+133=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C85 is #59F37A. Grayscale: #474747. Windows color (decimal): -5895035 or 8719526. OLE color: 8719526.
HSL color Cylindrical-coordinate representation of color #A60C85: hue angle of 312.86º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C85 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 133 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.35 |
| HSL | 312.86º | 0.87% | 0.35% | - |
| HSV(B) | 312.86º | 0.93% | 0.65% | - |
| XYZ | 20.09 | 10.06 | 23.07 | - |
| YUV | 71.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 133 | 0 | 0.93 | 0.20 | 0.35 | 312.86 | 0.87 | 0.35 |
| Hex | A6 | C | 85 | 0 | 5D | 14 | 23 | 139 | 57 | 23 |
| Octal | 246 | 14 | 205 | 0 | 135 | 24 | 43 | 471 | 127 | 43 |
| Binary | 10100110 | 1100 | 10000101 | 0 | 1011101 | 10100 | 100011 | 100111001 | 1010111 | 100011 |
Color Harmonies of #A60C85
Complementary color
Monochromatic Colors of #A60C85
Black with #A60C85
Text Example
Text Example
White with #A60C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C85; }
p { color: rgb(166,12,133); }
H1.HeaderClassName
{
color: #A60C85;
}
.AnyTagClassName
{
color: #A60C85;
}
</style>
background-color css
<style>
a { background-color: #A60C85; }
a { background-color: rgb(166,12,133); }
div.DivClassName
{
background-color: #A60C85;
}
.BgClassName
{
background-color: #A60C85;
}
</style>
border-color css
<style>
span { border-color: #A60C85; }
span { border-color: rgb(166,12,133); }
td.TdClassName
{
border-color: #A60C85;
}
.TagClassName
{
border-color: #A60C85;
}
</style>