Shades of Dark Magenta #A0149D
Tints of Dark Magenta #A0149D
RGB
CMYK
RGB Variations
Color information
#A0149D (or 0xA0149D) is known color: Dark Magenta. HEX triplet: A0, 14 and 9D. RGB value is (160,20,157). Sum of RGB (Red+Green+Blue) = 160+20+157=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0149D is #5FEB62. Grayscale: #4D4D4D. Windows color (decimal): -6286179 or 10294432. OLE color: 10294432.
HSL color Cylindrical-coordinate representation of color #A0149D: hue angle of 301.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0149D is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.37 |
| HSL | 301.29º | 0.78% | 0.35% | - |
| HSV(B) | 301.29º | 0.88% | 0.63% | - |
| XYZ | 20.83 | 10.41 | 32.81 | - |
| YUV | 77.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 157 | 0 | 0.88 | 0.02 | 0.37 | 301.29 | 0.78 | 0.35 |
| Hex | A0 | 14 | 9D | 0 | 58 | 2 | 25 | 12D | 4E | 23 |
| Octal | 240 | 24 | 235 | 0 | 130 | 2 | 45 | 455 | 116 | 43 |
| Binary | 10100000 | 10100 | 10011101 | 0 | 1011000 | 10 | 100101 | 100101101 | 1001110 | 100011 |
Color Harmonies of #A0149D
Complementary color
Monochromatic Colors of #A0149D
Black with #A0149D
Text Example
Text Example
White with #A0149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0149D; }
p { color: rgb(160,20,157); }
H1.HeaderClassName
{
color: #A0149D;
}
.AnyTagClassName
{
color: #A0149D;
}
</style>
background-color css
<style>
a { background-color: #A0149D; }
a { background-color: rgb(160,20,157); }
div.DivClassName
{
background-color: #A0149D;
}
.BgClassName
{
background-color: #A0149D;
}
</style>
border-color css
<style>
span { border-color: #A0149D; }
span { border-color: rgb(160,20,157); }
td.TdClassName
{
border-color: #A0149D;
}
.TagClassName
{
border-color: #A0149D;
}
</style>