Shades of Dark Magenta #A00A87
Tints of Dark Magenta #A00A87
RGB
CMYK
RGB Variations
Color information
#A00A87 (or 0xA00A87) is known color: Dark Magenta. HEX triplet: A0, 0A and 87. RGB value is (160,10,135). Sum of RGB (Red+Green+Blue) = 160+10+135=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A87 is #5FF578. Grayscale: #444444. Windows color (decimal): -6288761 or 8850080. OLE color: 8850080.
HSL color Cylindrical-coordinate representation of color #A00A87: hue angle of 310º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A87 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 135 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.37 |
| HSL | 310º | 0.88% | 0.33% | - |
| HSV(B) | 310º | 0.94% | 0.63% | - |
| XYZ | 18.98 | 9.44 | 23.74 | - |
| YUV | 69.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 135 | 0 | 0.94 | 0.16 | 0.37 | 310 | 0.88 | 0.33 |
| Hex | A0 | A | 87 | 0 | 5E | 10 | 25 | 136 | 58 | 21 |
| Octal | 240 | 12 | 207 | 0 | 136 | 20 | 45 | 466 | 130 | 41 |
| Binary | 10100000 | 1010 | 10000111 | 0 | 1011110 | 10000 | 100101 | 100110110 | 1011000 | 100001 |
Color Harmonies of #A00A87
Complementary color
Monochromatic Colors of #A00A87
Black with #A00A87
Text Example
Text Example
White with #A00A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A87; }
p { color: rgb(160,10,135); }
H1.HeaderClassName
{
color: #A00A87;
}
.AnyTagClassName
{
color: #A00A87;
}
</style>
background-color css
<style>
a { background-color: #A00A87; }
a { background-color: rgb(160,10,135); }
div.DivClassName
{
background-color: #A00A87;
}
.BgClassName
{
background-color: #A00A87;
}
</style>
border-color css
<style>
span { border-color: #A00A87; }
span { border-color: rgb(160,10,135); }
td.TdClassName
{
border-color: #A00A87;
}
.TagClassName
{
border-color: #A00A87;
}
</style>