Shades of Dark Magenta #A60587
Tints of Dark Magenta #A60587
RGB
CMYK
RGB Variations
Color information
#A60587 (or 0xA60587) is known color: Dark Magenta. HEX triplet: A6, 05 and 87. RGB value is (166,5,135). Sum of RGB (Red+Green+Blue) = 166+5+135=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A60587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60587 is #59FA78. Grayscale: #434343. Windows color (decimal): -5896825 or 8848806. OLE color: 8848806.
HSL color Cylindrical-coordinate representation of color #A60587: hue angle of 311.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60587 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 135 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.35 |
| HSL | 311.55º | 0.94% | 0.34% | - |
| HSV(B) | 311.55º | 0.97% | 0.65% | - |
| XYZ | 20.15 | 9.96 | 23.78 | - |
| YUV | 67.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 135 | 0 | 0.97 | 0.19 | 0.35 | 311.55 | 0.94 | 0.34 |
| Hex | A6 | 5 | 87 | 0 | 61 | 13 | 23 | 138 | 5E | 22 |
| Octal | 246 | 5 | 207 | 0 | 141 | 23 | 43 | 470 | 136 | 42 |
| Binary | 10100110 | 101 | 10000111 | 0 | 1100001 | 10011 | 100011 | 100111000 | 1011110 | 100010 |
Color Harmonies of #A60587
Complementary color
Monochromatic Colors of #A60587
Black with #A60587
Text Example
Text Example
White with #A60587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60587; }
p { color: rgb(166,5,135); }
H1.HeaderClassName
{
color: #A60587;
}
.AnyTagClassName
{
color: #A60587;
}
</style>
background-color css
<style>
a { background-color: #A60587; }
a { background-color: rgb(166,5,135); }
div.DivClassName
{
background-color: #A60587;
}
.BgClassName
{
background-color: #A60587;
}
</style>
border-color css
<style>
span { border-color: #A60587; }
span { border-color: rgb(166,5,135); }
td.TdClassName
{
border-color: #A60587;
}
.TagClassName
{
border-color: #A60587;
}
</style>