Shades of Dark Magenta #A00C96
Tints of Dark Magenta #A00C96
RGB
CMYK
RGB Variations
Color information
#A00C96 (or 0xA00C96) is known color: Dark Magenta. HEX triplet: A0, 0C and 96. RGB value is (160,12,150). Sum of RGB (Red+Green+Blue) = 160+12+150=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C96 is #5FF369. Grayscale: #474747. Windows color (decimal): -6288234 or 9833632. OLE color: 9833632.
HSL color Cylindrical-coordinate representation of color #A00C96: hue angle of 304.05º 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 #A00C96 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 150 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.37 |
| HSL | 304.05º | 0.86% | 0.34% | - |
| HSV(B) | 304.05º | 0.93% | 0.63% | - |
| XYZ | 20.13 | 9.94 | 29.71 | - |
| YUV | 71.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 150 | 0 | 0.93 | 0.06 | 0.37 | 304.05 | 0.86 | 0.34 |
| Hex | A0 | C | 96 | 0 | 5D | 6 | 25 | 130 | 56 | 22 |
| Octal | 240 | 14 | 226 | 0 | 135 | 6 | 45 | 460 | 126 | 42 |
| Binary | 10100000 | 1100 | 10010110 | 0 | 1011101 | 110 | 100101 | 100110000 | 1010110 | 100010 |
Color Harmonies of #A00C96
Complementary color
Monochromatic Colors of #A00C96
Black with #A00C96
Text Example
Text Example
White with #A00C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C96; }
p { color: rgb(160,12,150); }
H1.HeaderClassName
{
color: #A00C96;
}
.AnyTagClassName
{
color: #A00C96;
}
</style>
background-color css
<style>
a { background-color: #A00C96; }
a { background-color: rgb(160,12,150); }
div.DivClassName
{
background-color: #A00C96;
}
.BgClassName
{
background-color: #A00C96;
}
</style>
border-color css
<style>
span { border-color: #A00C96; }
span { border-color: rgb(160,12,150); }
td.TdClassName
{
border-color: #A00C96;
}
.TagClassName
{
border-color: #A00C96;
}
</style>