Shades of Dark Magenta #A0058E
Tints of Dark Magenta #A0058E
RGB
CMYK
RGB Variations
Color information
#A0058E (or 0xA0058E) is known color: Dark Magenta. HEX triplet: A0, 05 and 8E. RGB value is (160,5,142). Sum of RGB (Red+Green+Blue) = 160+5+142=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058E is #5FFA71. Grayscale: #424242. Windows color (decimal): -6290034 or 9307552. OLE color: 9307552.
HSL color Cylindrical-coordinate representation of color #A0058E: hue angle of 306.97º 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 #A0058E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.37 |
| HSL | 306.97º | 0.94% | 0.32% | - |
| HSV(B) | 306.97º | 0.97% | 0.63% | - |
| XYZ | 19.43 | 9.54 | 26.41 | - |
| YUV | 66.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 142 | 0 | 0.97 | 0.11 | 0.37 | 306.97 | 0.94 | 0.32 |
| Hex | A0 | 5 | 8E | 0 | 61 | B | 25 | 133 | 5E | 20 |
| Octal | 240 | 5 | 216 | 0 | 141 | 13 | 45 | 463 | 136 | 40 |
| Binary | 10100000 | 101 | 10001110 | 0 | 1100001 | 1011 | 100101 | 100110011 | 1011110 | 100000 |
Color Harmonies of #A0058E
Complementary color
Monochromatic Colors of #A0058E
Black with #A0058E
Text Example
Text Example
White with #A0058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0058E; }
p { color: rgb(160,5,142); }
H1.HeaderClassName
{
color: #A0058E;
}
.AnyTagClassName
{
color: #A0058E;
}
</style>
background-color css
<style>
a { background-color: #A0058E; }
a { background-color: rgb(160,5,142); }
div.DivClassName
{
background-color: #A0058E;
}
.BgClassName
{
background-color: #A0058E;
}
</style>
border-color css
<style>
span { border-color: #A0058E; }
span { border-color: rgb(160,5,142); }
td.TdClassName
{
border-color: #A0058E;
}
.TagClassName
{
border-color: #A0058E;
}
</style>