Shades of Dark Magenta #A00A8C
Tints of Dark Magenta #A00A8C
RGB
CMYK
RGB Variations
Color information
#A00A8C (or 0xA00A8C) is known color: Dark Magenta. HEX triplet: A0, 0A and 8C. RGB value is (160,10,140). Sum of RGB (Red+Green+Blue) = 160+10+140=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A8C is #5FF573. Grayscale: #454545. Windows color (decimal): -6288756 or 9177760. OLE color: 9177760.
HSL color Cylindrical-coordinate representation of color #A00A8C: hue angle of 308º 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 #A00A8C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 140 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.37 |
| HSL | 308º | 0.88% | 0.33% | - |
| HSV(B) | 308º | 0.94% | 0.63% | - |
| XYZ | 19.34 | 9.58 | 25.64 | - |
| YUV | 69.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 140 | 0 | 0.94 | 0.12 | 0.37 | 308 | 0.88 | 0.33 |
| Hex | A0 | A | 8C | 0 | 5E | C | 25 | 134 | 58 | 21 |
| Octal | 240 | 12 | 214 | 0 | 136 | 14 | 45 | 464 | 130 | 41 |
| Binary | 10100000 | 1010 | 10001100 | 0 | 1011110 | 1100 | 100101 | 100110100 | 1011000 | 100001 |
Color Harmonies of #A00A8C
Complementary color
Monochromatic Colors of #A00A8C
Black with #A00A8C
Text Example
Text Example
White with #A00A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A8C; }
p { color: rgb(160,10,140); }
H1.HeaderClassName
{
color: #A00A8C;
}
.AnyTagClassName
{
color: #A00A8C;
}
</style>
background-color css
<style>
a { background-color: #A00A8C; }
a { background-color: rgb(160,10,140); }
div.DivClassName
{
background-color: #A00A8C;
}
.BgClassName
{
background-color: #A00A8C;
}
</style>
border-color css
<style>
span { border-color: #A00A8C; }
span { border-color: rgb(160,10,140); }
td.TdClassName
{
border-color: #A00A8C;
}
.TagClassName
{
border-color: #A00A8C;
}
</style>