Shades of Dark Magenta #A60596
Tints of Dark Magenta #A60596
RGB
CMYK
RGB Variations
Color information
#A60596 (or 0xA60596) is known color: Dark Magenta. HEX triplet: A6, 05 and 96. RGB value is (166,5,150). Sum of RGB (Red+Green+Blue) = 166+5+150=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A60596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60596 is #59FA69. Grayscale: #454545. Windows color (decimal): -5896810 or 9831846. OLE color: 9831846.
HSL color Cylindrical-coordinate representation of color #A60596: hue angle of 305.96º 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 #A60596 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 150 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.35 |
| HSL | 305.96º | 0.94% | 0.34% | - |
| HSV(B) | 305.96º | 0.97% | 0.65% | - |
| XYZ | 21.29 | 10.42 | 29.74 | - |
| YUV | 69.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 150 | 0 | 0.97 | 0.10 | 0.35 | 305.96 | 0.94 | 0.34 |
| Hex | A6 | 5 | 96 | 0 | 61 | A | 23 | 132 | 5E | 22 |
| Octal | 246 | 5 | 226 | 0 | 141 | 12 | 43 | 462 | 136 | 42 |
| Binary | 10100110 | 101 | 10010110 | 0 | 1100001 | 1010 | 100011 | 100110010 | 1011110 | 100010 |
Color Harmonies of #A60596
Complementary color
Monochromatic Colors of #A60596
Black with #A60596
Text Example
Text Example
White with #A60596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60596; }
p { color: rgb(166,5,150); }
H1.HeaderClassName
{
color: #A60596;
}
.AnyTagClassName
{
color: #A60596;
}
</style>
background-color css
<style>
a { background-color: #A60596; }
a { background-color: rgb(166,5,150); }
div.DivClassName
{
background-color: #A60596;
}
.BgClassName
{
background-color: #A60596;
}
</style>
border-color css
<style>
span { border-color: #A60596; }
span { border-color: rgb(166,5,150); }
td.TdClassName
{
border-color: #A60596;
}
.TagClassName
{
border-color: #A60596;
}
</style>