Shades of Dark Magenta #A0049C
Tints of Dark Magenta #A0049C
RGB
CMYK
RGB Variations
Color information
#A0049C (or 0xA0049C) is known color: Dark Magenta. HEX triplet: A0, 04 and 9C. RGB value is (160,4,156). Sum of RGB (Red+Green+Blue) = 160+4+156=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0049C is #5FFB63. Grayscale: #434343. Windows color (decimal): -6290276 or 10224800. OLE color: 10224800.
HSL color Cylindrical-coordinate representation of color #A0049C: hue angle of 301.54º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0049C is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.37 |
| HSL | 301.54º | 0.95% | 0.32% | - |
| HSV(B) | 301.54º | 0.98% | 0.63% | - |
| XYZ | 20.54 | 9.96 | 32.29 | - |
| YUV | 67.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 156 | 0 | 0.98 | 0.02 | 0.37 | 301.54 | 0.95 | 0.32 |
| Hex | A0 | 4 | 9C | 0 | 62 | 2 | 25 | 12E | 5F | 20 |
| Octal | 240 | 4 | 234 | 0 | 142 | 2 | 45 | 456 | 137 | 40 |
| Binary | 10100000 | 100 | 10011100 | 0 | 1100010 | 10 | 100101 | 100101110 | 1011111 | 100000 |
Color Harmonies of #A0049C
Complementary color
Monochromatic Colors of #A0049C
Black with #A0049C
Text Example
Text Example
White with #A0049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0049C; }
p { color: rgb(160,4,156); }
H1.HeaderClassName
{
color: #A0049C;
}
.AnyTagClassName
{
color: #A0049C;
}
</style>
background-color css
<style>
a { background-color: #A0049C; }
a { background-color: rgb(160,4,156); }
div.DivClassName
{
background-color: #A0049C;
}
.BgClassName
{
background-color: #A0049C;
}
</style>
border-color css
<style>
span { border-color: #A0049C; }
span { border-color: rgb(160,4,156); }
td.TdClassName
{
border-color: #A0049C;
}
.TagClassName
{
border-color: #A0049C;
}
</style>