Shades of Dark Magenta #A0048B
Tints of Dark Magenta #A0048B
RGB
CMYK
RGB Variations
Color information
#A0048B (or 0xA0048B) is known color: Dark Magenta. HEX triplet: A0, 04 and 8B. RGB value is (160,4,139). Sum of RGB (Red+Green+Blue) = 160+4+139=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0048B is #5FFB74. Grayscale: #414141. Windows color (decimal): -6290293 or 9110688. OLE color: 9110688.
HSL color Cylindrical-coordinate representation of color #A0048B: hue angle of 308.08º 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 #A0048B is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.37 |
| HSL | 308.08º | 0.95% | 0.32% | - |
| HSV(B) | 308.08º | 0.98% | 0.63% | - |
| XYZ | 19.2 | 9.42 | 25.23 | - |
| YUV | 66.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 139 | 0 | 0.98 | 0.13 | 0.37 | 308.08 | 0.95 | 0.32 |
| Hex | A0 | 4 | 8B | 0 | 62 | D | 25 | 134 | 5F | 20 |
| Octal | 240 | 4 | 213 | 0 | 142 | 15 | 45 | 464 | 137 | 40 |
| Binary | 10100000 | 100 | 10001011 | 0 | 1100010 | 1101 | 100101 | 100110100 | 1011111 | 100000 |
Color Harmonies of #A0048B
Complementary color
Monochromatic Colors of #A0048B
Black with #A0048B
Text Example
Text Example
White with #A0048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0048B; }
p { color: rgb(160,4,139); }
H1.HeaderClassName
{
color: #A0048B;
}
.AnyTagClassName
{
color: #A0048B;
}
</style>
background-color css
<style>
a { background-color: #A0048B; }
a { background-color: rgb(160,4,139); }
div.DivClassName
{
background-color: #A0048B;
}
.BgClassName
{
background-color: #A0048B;
}
</style>
border-color css
<style>
span { border-color: #A0048B; }
span { border-color: rgb(160,4,139); }
td.TdClassName
{
border-color: #A0048B;
}
.TagClassName
{
border-color: #A0048B;
}
</style>