Shades of Dark Magenta #A0058C
Tints of Dark Magenta #A0058C
RGB
CMYK
RGB Variations
Color information
#A0058C (or 0xA0058C) is known color: Dark Magenta. HEX triplet: A0, 05 and 8C. RGB value is (160,5,140). Sum of RGB (Red+Green+Blue) = 160+5+140=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058C is #5FFA73. Grayscale: #424242. Windows color (decimal): -6290036 or 9176480. OLE color: 9176480.
HSL color Cylindrical-coordinate representation of color #A0058C: hue angle of 307.74º 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 #A0058C is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.37 |
| HSL | 307.74º | 0.94% | 0.32% | - |
| HSV(B) | 307.74º | 0.97% | 0.63% | - |
| XYZ | 19.29 | 9.48 | 25.62 | - |
| YUV | 66.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 140 | 0 | 0.97 | 0.12 | 0.37 | 307.74 | 0.94 | 0.32 |
| Hex | A0 | 5 | 8C | 0 | 61 | C | 25 | 134 | 5E | 20 |
| Octal | 240 | 5 | 214 | 0 | 141 | 14 | 45 | 464 | 136 | 40 |
| Binary | 10100000 | 101 | 10001100 | 0 | 1100001 | 1100 | 100101 | 100110100 | 1011110 | 100000 |
Color Harmonies of #A0058C
Complementary color
Monochromatic Colors of #A0058C
Black with #A0058C
Text Example
Text Example
White with #A0058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0058C; }
p { color: rgb(160,5,140); }
H1.HeaderClassName
{
color: #A0058C;
}
.AnyTagClassName
{
color: #A0058C;
}
</style>
background-color css
<style>
a { background-color: #A0058C; }
a { background-color: rgb(160,5,140); }
div.DivClassName
{
background-color: #A0058C;
}
.BgClassName
{
background-color: #A0058C;
}
</style>
border-color css
<style>
span { border-color: #A0058C; }
span { border-color: rgb(160,5,140); }
td.TdClassName
{
border-color: #A0058C;
}
.TagClassName
{
border-color: #A0058C;
}
</style>