Shades of Dark Magenta #A00A88
Tints of Dark Magenta #A00A88
RGB
CMYK
RGB Variations
Color information
#A00A88 (or 0xA00A88) is known color: Dark Magenta. HEX triplet: A0, 0A and 88. RGB value is (160,10,136). Sum of RGB (Red+Green+Blue) = 160+10+136=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A88 is #5FF577. Grayscale: #444444. Windows color (decimal): -6288760 or 8915616. OLE color: 8915616.
HSL color Cylindrical-coordinate representation of color #A00A88: hue angle of 309.6º 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 #A00A88 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 136 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.37 |
| HSL | 309.6º | 0.88% | 0.33% | - |
| HSV(B) | 309.6º | 0.94% | 0.63% | - |
| XYZ | 19.05 | 9.47 | 24.12 | - |
| YUV | 69.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 136 | 0 | 0.94 | 0.15 | 0.37 | 309.6 | 0.88 | 0.33 |
| Hex | A0 | A | 88 | 0 | 5E | F | 25 | 136 | 58 | 21 |
| Octal | 240 | 12 | 210 | 0 | 136 | 17 | 45 | 466 | 130 | 41 |
| Binary | 10100000 | 1010 | 10001000 | 0 | 1011110 | 1111 | 100101 | 100110110 | 1011000 | 100001 |
Color Harmonies of #A00A88
Complementary color
Monochromatic Colors of #A00A88
Black with #A00A88
Text Example
Text Example
White with #A00A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A88; }
p { color: rgb(160,10,136); }
H1.HeaderClassName
{
color: #A00A88;
}
.AnyTagClassName
{
color: #A00A88;
}
</style>
background-color css
<style>
a { background-color: #A00A88; }
a { background-color: rgb(160,10,136); }
div.DivClassName
{
background-color: #A00A88;
}
.BgClassName
{
background-color: #A00A88;
}
</style>
border-color css
<style>
span { border-color: #A00A88; }
span { border-color: rgb(160,10,136); }
td.TdClassName
{
border-color: #A00A88;
}
.TagClassName
{
border-color: #A00A88;
}
</style>