Shades of Dark Magenta #A60C89
Tints of Dark Magenta #A60C89
RGB
CMYK
RGB Variations
Color information
#A60C89 (or 0xA60C89) is known color: Dark Magenta. HEX triplet: A6, 0C and 89. RGB value is (166,12,137). Sum of RGB (Red+Green+Blue) = 166+12+137=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C89 is #59F376. Grayscale: #474747. Windows color (decimal): -5895031 or 8981670. OLE color: 8981670.
HSL color Cylindrical-coordinate representation of color #A60C89: hue angle of 311.3º 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 #A60C89 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 137 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.35 |
| HSL | 311.3º | 0.87% | 0.35% | - |
| HSV(B) | 311.3º | 0.93% | 0.65% | - |
| XYZ | 20.37 | 10.18 | 24.56 | - |
| YUV | 72.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 137 | 0 | 0.93 | 0.17 | 0.35 | 311.3 | 0.87 | 0.35 |
| Hex | A6 | C | 89 | 0 | 5D | 11 | 23 | 137 | 57 | 23 |
| Octal | 246 | 14 | 211 | 0 | 135 | 21 | 43 | 467 | 127 | 43 |
| Binary | 10100110 | 1100 | 10001001 | 0 | 1011101 | 10001 | 100011 | 100110111 | 1010111 | 100011 |
Color Harmonies of #A60C89
Complementary color
Monochromatic Colors of #A60C89
Black with #A60C89
Text Example
Text Example
White with #A60C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C89; }
p { color: rgb(166,12,137); }
H1.HeaderClassName
{
color: #A60C89;
}
.AnyTagClassName
{
color: #A60C89;
}
</style>
background-color css
<style>
a { background-color: #A60C89; }
a { background-color: rgb(166,12,137); }
div.DivClassName
{
background-color: #A60C89;
}
.BgClassName
{
background-color: #A60C89;
}
</style>
border-color css
<style>
span { border-color: #A60C89; }
span { border-color: rgb(166,12,137); }
td.TdClassName
{
border-color: #A60C89;
}
.TagClassName
{
border-color: #A60C89;
}
</style>