Shades of Dark Magenta #A00CA0
Tints of Dark Magenta #A00CA0
RGB
CMYK
RGB Variations
Color information
#A00CA0 (or 0xA00CA0) is known color: Dark Magenta. HEX triplet: A0, 0C and A0. RGB value is (160,12,160). Sum of RGB (Red+Green+Blue) = 160+12+160=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A00CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00CA0 is #5FF35F. Grayscale: #484848. Windows color (decimal): -6288224 or 10488992. OLE color: 10488992.
HSL color Cylindrical-coordinate representation of color #A00CA0: hue angle of 300º 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 #A00CA0 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 160 | - |
| CMYK | 0 | 0.93 | 0 | 0.37 |
| HSL | 300º | 0.86% | 0.34% | - |
| HSV(B) | 300º | 0.93% | 0.63% | - |
| XYZ | 20.97 | 10.27 | 34.14 | - |
| YUV | 73.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 160 | 0 | 0.93 | 0 | 0.37 | 300 | 0.86 | 0.34 |
| Hex | A0 | C | A0 | 0 | 5D | 0 | 25 | 12C | 56 | 22 |
| Octal | 240 | 14 | 240 | 0 | 135 | 0 | 45 | 454 | 126 | 42 |
| Binary | 10100000 | 1100 | 10100000 | 0 | 1011101 | 0 | 100101 | 100101100 | 1010110 | 100010 |
Color Harmonies of #A00CA0
Complementary color
Monochromatic Colors of #A00CA0
Black with #A00CA0
Text Example
Text Example
White with #A00CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CA0; }
p { color: rgb(160,12,160); }
H1.HeaderClassName
{
color: #A00CA0;
}
.AnyTagClassName
{
color: #A00CA0;
}
</style>
background-color css
<style>
a { background-color: #A00CA0; }
a { background-color: rgb(160,12,160); }
div.DivClassName
{
background-color: #A00CA0;
}
.BgClassName
{
background-color: #A00CA0;
}
</style>
border-color css
<style>
span { border-color: #A00CA0; }
span { border-color: rgb(160,12,160); }
td.TdClassName
{
border-color: #A00CA0;
}
.TagClassName
{
border-color: #A00CA0;
}
</style>