Shades of Dark Magenta #A00588
Tints of Dark Magenta #A00588
RGB
CMYK
RGB Variations
Color information
#A00588 (or 0xA00588) is known color: Dark Magenta. HEX triplet: A0, 05 and 88. RGB value is (160,5,136). Sum of RGB (Red+Green+Blue) = 160+5+136=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00588 is #5FFA77. Grayscale: #414141. Windows color (decimal): -6290040 or 8914336. OLE color: 8914336.
HSL color Cylindrical-coordinate representation of color #A00588: hue angle of 309.29º 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 #A00588 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.37 |
| HSL | 309.29º | 0.94% | 0.32% | - |
| HSV(B) | 309.29º | 0.97% | 0.63% | - |
| XYZ | 19 | 9.36 | 24.1 | - |
| YUV | 66.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 136 | 0 | 0.97 | 0.15 | 0.37 | 309.29 | 0.94 | 0.32 |
| Hex | A0 | 5 | 88 | 0 | 61 | F | 25 | 135 | 5E | 20 |
| Octal | 240 | 5 | 210 | 0 | 141 | 17 | 45 | 465 | 136 | 40 |
| Binary | 10100000 | 101 | 10001000 | 0 | 1100001 | 1111 | 100101 | 100110101 | 1011110 | 100000 |
Color Harmonies of #A00588
Complementary color
Monochromatic Colors of #A00588
Black with #A00588
Text Example
Text Example
White with #A00588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00588; }
p { color: rgb(160,5,136); }
H1.HeaderClassName
{
color: #A00588;
}
.AnyTagClassName
{
color: #A00588;
}
</style>
background-color css
<style>
a { background-color: #A00588; }
a { background-color: rgb(160,5,136); }
div.DivClassName
{
background-color: #A00588;
}
.BgClassName
{
background-color: #A00588;
}
</style>
border-color css
<style>
span { border-color: #A00588; }
span { border-color: rgb(160,5,136); }
td.TdClassName
{
border-color: #A00588;
}
.TagClassName
{
border-color: #A00588;
}
</style>