Shades of Dark Magenta #A0048D
Tints of Dark Magenta #A0048D
RGB
CMYK
RGB Variations
Color information
#A0048D (or 0xA0048D) is known color: Dark Magenta. HEX triplet: A0, 04 and 8D. RGB value is (160,4,141). Sum of RGB (Red+Green+Blue) = 160+4+141=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0048D is #5FFB72. Grayscale: #414141. Windows color (decimal): -6290291 or 9241760. OLE color: 9241760.
HSL color Cylindrical-coordinate representation of color #A0048D: hue angle of 307.31º 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 #A0048D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.37 |
| HSL | 307.31º | 0.95% | 0.32% | - |
| HSV(B) | 307.31º | 0.98% | 0.63% | - |
| XYZ | 19.35 | 9.48 | 26.01 | - |
| YUV | 66.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 141 | 0 | 0.98 | 0.12 | 0.37 | 307.31 | 0.95 | 0.32 |
| Hex | A0 | 4 | 8D | 0 | 62 | C | 25 | 133 | 5F | 20 |
| Octal | 240 | 4 | 215 | 0 | 142 | 14 | 45 | 463 | 137 | 40 |
| Binary | 10100000 | 100 | 10001101 | 0 | 1100010 | 1100 | 100101 | 100110011 | 1011111 | 100000 |
Color Harmonies of #A0048D
Complementary color
Monochromatic Colors of #A0048D
Black with #A0048D
Text Example
Text Example
White with #A0048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0048D; }
p { color: rgb(160,4,141); }
H1.HeaderClassName
{
color: #A0048D;
}
.AnyTagClassName
{
color: #A0048D;
}
</style>
background-color css
<style>
a { background-color: #A0048D; }
a { background-color: rgb(160,4,141); }
div.DivClassName
{
background-color: #A0048D;
}
.BgClassName
{
background-color: #A0048D;
}
</style>
border-color css
<style>
span { border-color: #A0048D; }
span { border-color: rgb(160,4,141); }
td.TdClassName
{
border-color: #A0048D;
}
.TagClassName
{
border-color: #A0048D;
}
</style>