Shades of Dark Magenta #A6059D
Tints of Dark Magenta #A6059D
RGB
CMYK
RGB Variations
Color information
#A6059D (or 0xA6059D) is known color: Dark Magenta. HEX triplet: A6, 05 and 9D. RGB value is (166,5,157). Sum of RGB (Red+Green+Blue) = 166+5+157=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6059D is #59FA62. Grayscale: #464646. Windows color (decimal): -5896803 or 10290598. OLE color: 10290598.
HSL color Cylindrical-coordinate representation of color #A6059D: hue angle of 303.35º 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 #A6059D is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.35 |
| HSL | 303.35º | 0.94% | 0.34% | - |
| HSV(B) | 303.35º | 0.97% | 0.65% | - |
| XYZ | 21.87 | 10.65 | 32.8 | - |
| YUV | 70.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 157 | 0 | 0.97 | 0.05 | 0.35 | 303.35 | 0.94 | 0.34 |
| Hex | A6 | 5 | 9D | 0 | 61 | 5 | 23 | 12F | 5E | 22 |
| Octal | 246 | 5 | 235 | 0 | 141 | 5 | 43 | 457 | 136 | 42 |
| Binary | 10100110 | 101 | 10011101 | 0 | 1100001 | 101 | 100011 | 100101111 | 1011110 | 100010 |
Color Harmonies of #A6059D
Complementary color
Monochromatic Colors of #A6059D
Black with #A6059D
Text Example
Text Example
White with #A6059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6059D; }
p { color: rgb(166,5,157); }
H1.HeaderClassName
{
color: #A6059D;
}
.AnyTagClassName
{
color: #A6059D;
}
</style>
background-color css
<style>
a { background-color: #A6059D; }
a { background-color: rgb(166,5,157); }
div.DivClassName
{
background-color: #A6059D;
}
.BgClassName
{
background-color: #A6059D;
}
</style>
border-color css
<style>
span { border-color: #A6059D; }
span { border-color: rgb(166,5,157); }
td.TdClassName
{
border-color: #A6059D;
}
.TagClassName
{
border-color: #A6059D;
}
</style>