Shades of Dark Magenta #A0149B
Tints of Dark Magenta #A0149B
RGB
CMYK
RGB Variations
Color information
#A0149B (or 0xA0149B) is known color: Dark Magenta. HEX triplet: A0, 14 and 9B. RGB value is (160,20,155). Sum of RGB (Red+Green+Blue) = 160+20+155=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0149B is #5FEB64. Grayscale: #4C4C4C. Windows color (decimal): -6286181 or 10163360. OLE color: 10163360.
HSL color Cylindrical-coordinate representation of color #A0149B: hue angle of 302.14º 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 #A0149B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 155 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.37 |
| HSL | 302.14º | 0.78% | 0.35% | - |
| HSV(B) | 302.14º | 0.88% | 0.63% | - |
| XYZ | 20.66 | 10.34 | 31.92 | - |
| YUV | 77.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 155 | 0 | 0.88 | 0.03 | 0.37 | 302.14 | 0.78 | 0.35 |
| Hex | A0 | 14 | 9B | 0 | 58 | 3 | 25 | 12E | 4E | 23 |
| Octal | 240 | 24 | 233 | 0 | 130 | 3 | 45 | 456 | 116 | 43 |
| Binary | 10100000 | 10100 | 10011011 | 0 | 1011000 | 11 | 100101 | 100101110 | 1001110 | 100011 |
Color Harmonies of #A0149B
Complementary color
Monochromatic Colors of #A0149B
Black with #A0149B
Text Example
Text Example
White with #A0149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0149B; }
p { color: rgb(160,20,155); }
H1.HeaderClassName
{
color: #A0149B;
}
.AnyTagClassName
{
color: #A0149B;
}
</style>
background-color css
<style>
a { background-color: #A0149B; }
a { background-color: rgb(160,20,155); }
div.DivClassName
{
background-color: #A0149B;
}
.BgClassName
{
background-color: #A0149B;
}
</style>
border-color css
<style>
span { border-color: #A0149B; }
span { border-color: rgb(160,20,155); }
td.TdClassName
{
border-color: #A0149B;
}
.TagClassName
{
border-color: #A0149B;
}
</style>