Shades of Dark Magenta #A00C9E
Tints of Dark Magenta #A00C9E
RGB
CMYK
RGB Variations
Color information
#A00C9E (or 0xA00C9E) is known color: Dark Magenta. HEX triplet: A0, 0C and 9E. RGB value is (160,12,158). Sum of RGB (Red+Green+Blue) = 160+12+158=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00C9E is #5FF361. Grayscale: #484848. Windows color (decimal): -6288226 or 10357920. OLE color: 10357920.
HSL color Cylindrical-coordinate representation of color #A00C9E: hue angle of 300.81º 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 #A00C9E is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 158 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.37 |
| HSL | 300.81º | 0.86% | 0.34% | - |
| HSV(B) | 300.81º | 0.93% | 0.63% | - |
| XYZ | 20.8 | 10.21 | 33.22 | - |
| YUV | 72.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 158 | 0 | 0.93 | 0.01 | 0.37 | 300.81 | 0.86 | 0.34 |
| Hex | A0 | C | 9E | 0 | 5D | 1 | 25 | 12D | 56 | 22 |
| Octal | 240 | 14 | 236 | 0 | 135 | 1 | 45 | 455 | 126 | 42 |
| Binary | 10100000 | 1100 | 10011110 | 0 | 1011101 | 1 | 100101 | 100101101 | 1010110 | 100010 |
Color Harmonies of #A00C9E
Complementary color
Monochromatic Colors of #A00C9E
Black with #A00C9E
Text Example
Text Example
White with #A00C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C9E; }
p { color: rgb(160,12,158); }
H1.HeaderClassName
{
color: #A00C9E;
}
.AnyTagClassName
{
color: #A00C9E;
}
</style>
background-color css
<style>
a { background-color: #A00C9E; }
a { background-color: rgb(160,12,158); }
div.DivClassName
{
background-color: #A00C9E;
}
.BgClassName
{
background-color: #A00C9E;
}
</style>
border-color css
<style>
span { border-color: #A00C9E; }
span { border-color: rgb(160,12,158); }
td.TdClassName
{
border-color: #A00C9E;
}
.TagClassName
{
border-color: #A00C9E;
}
</style>