Shades of Dark Magenta #A00584
Tints of Dark Magenta #A00584
RGB
CMYK
RGB Variations
Color information
#A00584 (or 0xA00584) is known color: Dark Magenta. HEX triplet: A0, 05 and 84. RGB value is (160,5,132). Sum of RGB (Red+Green+Blue) = 160+5+132=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00584 is #5FFA7B. Grayscale: #414141. Windows color (decimal): -6290044 or 8652192. OLE color: 8652192.
HSL color Cylindrical-coordinate representation of color #A00584: hue angle of 310.84º 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 #A00584 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.37 |
| HSL | 310.84º | 0.94% | 0.32% | - |
| HSV(B) | 310.84º | 0.97% | 0.63% | - |
| XYZ | 18.72 | 9.25 | 22.63 | - |
| YUV | 65.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 132 | 0 | 0.97 | 0.17 | 0.37 | 310.84 | 0.94 | 0.32 |
| Hex | A0 | 5 | 84 | 0 | 61 | 11 | 25 | 137 | 5E | 20 |
| Octal | 240 | 5 | 204 | 0 | 141 | 21 | 45 | 467 | 136 | 40 |
| Binary | 10100000 | 101 | 10000100 | 0 | 1100001 | 10001 | 100101 | 100110111 | 1011110 | 100000 |
Color Harmonies of #A00584
Complementary color
Monochromatic Colors of #A00584
Black with #A00584
Text Example
Text Example
White with #A00584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00584; }
p { color: rgb(160,5,132); }
H1.HeaderClassName
{
color: #A00584;
}
.AnyTagClassName
{
color: #A00584;
}
</style>
background-color css
<style>
a { background-color: #A00584; }
a { background-color: rgb(160,5,132); }
div.DivClassName
{
background-color: #A00584;
}
.BgClassName
{
background-color: #A00584;
}
</style>
border-color css
<style>
span { border-color: #A00584; }
span { border-color: rgb(160,5,132); }
td.TdClassName
{
border-color: #A00584;
}
.TagClassName
{
border-color: #A00584;
}
</style>