Shades of Dark Magenta #A00C81
Tints of Dark Magenta #A00C81
RGB
CMYK
RGB Variations
Color information
#A00C81 (or 0xA00C81) is known color: Dark Magenta. HEX triplet: A0, 0C and 81. RGB value is (160,12,129). Sum of RGB (Red+Green+Blue) = 160+12+129=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C81 is #5FF37E. Grayscale: #454545. Windows color (decimal): -6288255 or 8457376. OLE color: 8457376.
HSL color Cylindrical-coordinate representation of color #A00C81: hue angle of 312.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C81 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 129 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.37 |
| HSL | 312.57º | 0.86% | 0.34% | - |
| HSV(B) | 312.57º | 0.93% | 0.63% | - |
| XYZ | 18.59 | 9.32 | 21.59 | - |
| YUV | 69.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 129 | 0 | 0.93 | 0.19 | 0.37 | 312.57 | 0.86 | 0.34 |
| Hex | A0 | C | 81 | 0 | 5D | 13 | 25 | 139 | 56 | 22 |
| Octal | 240 | 14 | 201 | 0 | 135 | 23 | 45 | 471 | 126 | 42 |
| Binary | 10100000 | 1100 | 10000001 | 0 | 1011101 | 10011 | 100101 | 100111001 | 1010110 | 100010 |
Color Harmonies of #A00C81
Complementary color
Monochromatic Colors of #A00C81
Black with #A00C81
Text Example
Text Example
White with #A00C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C81; }
p { color: rgb(160,12,129); }
H1.HeaderClassName
{
color: #A00C81;
}
.AnyTagClassName
{
color: #A00C81;
}
</style>
background-color css
<style>
a { background-color: #A00C81; }
a { background-color: rgb(160,12,129); }
div.DivClassName
{
background-color: #A00C81;
}
.BgClassName
{
background-color: #A00C81;
}
</style>
border-color css
<style>
span { border-color: #A00C81; }
span { border-color: rgb(160,12,129); }
td.TdClassName
{
border-color: #A00C81;
}
.TagClassName
{
border-color: #A00C81;
}
</style>