Shades of Dark Magenta #A0059C
Tints of Dark Magenta #A0059C
RGB
CMYK
RGB Variations
Color information
#A0059C (or 0xA0059C) is known color: Dark Magenta. HEX triplet: A0, 05 and 9C. RGB value is (160,5,156). Sum of RGB (Red+Green+Blue) = 160+5+156=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0059C is #5FFA63. Grayscale: #444444. Windows color (decimal): -6290020 or 10225056. OLE color: 10225056.
HSL color Cylindrical-coordinate representation of color #A0059C: hue angle of 301.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0059C is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.37 |
| HSL | 301.55º | 0.94% | 0.32% | - |
| HSV(B) | 301.55º | 0.97% | 0.63% | - |
| XYZ | 20.55 | 9.98 | 32.3 | - |
| YUV | 68.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 156 | 0 | 0.97 | 0.02 | 0.37 | 301.55 | 0.94 | 0.32 |
| Hex | A0 | 5 | 9C | 0 | 61 | 2 | 25 | 12E | 5E | 20 |
| Octal | 240 | 5 | 234 | 0 | 141 | 2 | 45 | 456 | 136 | 40 |
| Binary | 10100000 | 101 | 10011100 | 0 | 1100001 | 10 | 100101 | 100101110 | 1011110 | 100000 |
Color Harmonies of #A0059C
Complementary color
Monochromatic Colors of #A0059C
Black with #A0059C
Text Example
Text Example
White with #A0059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0059C; }
p { color: rgb(160,5,156); }
H1.HeaderClassName
{
color: #A0059C;
}
.AnyTagClassName
{
color: #A0059C;
}
</style>
background-color css
<style>
a { background-color: #A0059C; }
a { background-color: rgb(160,5,156); }
div.DivClassName
{
background-color: #A0059C;
}
.BgClassName
{
background-color: #A0059C;
}
</style>
border-color css
<style>
span { border-color: #A0059C; }
span { border-color: rgb(160,5,156); }
td.TdClassName
{
border-color: #A0059C;
}
.TagClassName
{
border-color: #A0059C;
}
</style>