Shades of Dark Magenta #A01199
Tints of Dark Magenta #A01199
RGB
CMYK
RGB Variations
Color information
#A01199 (or 0xA01199) is known color: Dark Magenta. HEX triplet: A0, 11 and 99. RGB value is (160,17,153). Sum of RGB (Red+Green+Blue) = 160+17+153=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A01199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01199 is #5FEE66. Grayscale: #4A4A4A. Windows color (decimal): -6286951 or 10031520. OLE color: 10031520.
HSL color Cylindrical-coordinate representation of color #A01199: hue angle of 302.94º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01199 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 153 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.37 |
| HSL | 302.94º | 0.81% | 0.35% | - |
| HSV(B) | 302.94º | 0.89% | 0.63% | - |
| XYZ | 20.45 | 10.17 | 31.02 | - |
| YUV | 75.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 153 | 0 | 0.89 | 0.04 | 0.37 | 302.94 | 0.81 | 0.35 |
| Hex | A0 | 11 | 99 | 0 | 59 | 4 | 25 | 12F | 51 | 23 |
| Octal | 240 | 21 | 231 | 0 | 131 | 4 | 45 | 457 | 121 | 43 |
| Binary | 10100000 | 10001 | 10011001 | 0 | 1011001 | 100 | 100101 | 100101111 | 1010001 | 100011 |
Color Harmonies of #A01199
Complementary color
Monochromatic Colors of #A01199
Black with #A01199
Text Example
Text Example
White with #A01199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01199; }
p { color: rgb(160,17,153); }
H1.HeaderClassName
{
color: #A01199;
}
.AnyTagClassName
{
color: #A01199;
}
</style>
background-color css
<style>
a { background-color: #A01199; }
a { background-color: rgb(160,17,153); }
div.DivClassName
{
background-color: #A01199;
}
.BgClassName
{
background-color: #A01199;
}
</style>
border-color css
<style>
span { border-color: #A01199; }
span { border-color: rgb(160,17,153); }
td.TdClassName
{
border-color: #A01199;
}
.TagClassName
{
border-color: #A01199;
}
</style>