Shades of Dark Magenta #A60786
Tints of Dark Magenta #A60786
RGB
CMYK
RGB Variations
Color information
#A60786 (or 0xA60786) is known color: Dark Magenta. HEX triplet: A6, 07 and 86. RGB value is (166,7,134). Sum of RGB (Red+Green+Blue) = 166+7+134=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A60786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60786 is #59F879. Grayscale: #444444. Windows color (decimal): -5896314 or 8783782. OLE color: 8783782.
HSL color Cylindrical-coordinate representation of color #A60786: hue angle of 312.08º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60786 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.35 |
| HSL | 312.08º | 0.92% | 0.34% | - |
| HSV(B) | 312.08º | 0.96% | 0.65% | - |
| XYZ | 20.1 | 9.98 | 23.42 | - |
| YUV | 69.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 134 | 0 | 0.96 | 0.19 | 0.35 | 312.08 | 0.92 | 0.34 |
| Hex | A6 | 7 | 86 | 0 | 60 | 13 | 23 | 138 | 5C | 22 |
| Octal | 246 | 7 | 206 | 0 | 140 | 23 | 43 | 470 | 134 | 42 |
| Binary | 10100110 | 111 | 10000110 | 0 | 1100000 | 10011 | 100011 | 100111000 | 1011100 | 100010 |
Color Harmonies of #A60786
Complementary color
Monochromatic Colors of #A60786
Black with #A60786
Text Example
Text Example
White with #A60786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60786; }
p { color: rgb(166,7,134); }
H1.HeaderClassName
{
color: #A60786;
}
.AnyTagClassName
{
color: #A60786;
}
</style>
background-color css
<style>
a { background-color: #A60786; }
a { background-color: rgb(166,7,134); }
div.DivClassName
{
background-color: #A60786;
}
.BgClassName
{
background-color: #A60786;
}
</style>
border-color css
<style>
span { border-color: #A60786; }
span { border-color: rgb(166,7,134); }
td.TdClassName
{
border-color: #A60786;
}
.TagClassName
{
border-color: #A60786;
}
</style>