Shades of Dark Magenta #A0048F
Tints of Dark Magenta #A0048F
RGB
CMYK
RGB Variations
Color information
#A0048F (or 0xA0048F) is known color: Dark Magenta. HEX triplet: A0, 04 and 8F. RGB value is (160,4,143). Sum of RGB (Red+Green+Blue) = 160+4+143=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0048F is #5FFB70. Grayscale: #424242. Windows color (decimal): -6290289 or 9372832. OLE color: 9372832.
HSL color Cylindrical-coordinate representation of color #A0048F: hue angle of 306.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 #A0048F is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.37 |
| HSL | 306.54º | 0.95% | 0.32% | - |
| HSV(B) | 306.54º | 0.98% | 0.63% | - |
| XYZ | 19.5 | 9.54 | 26.8 | - |
| YUV | 66.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 143 | 0 | 0.98 | 0.11 | 0.37 | 306.54 | 0.95 | 0.32 |
| Hex | A0 | 4 | 8F | 0 | 62 | B | 25 | 133 | 5F | 20 |
| Octal | 240 | 4 | 217 | 0 | 142 | 13 | 45 | 463 | 137 | 40 |
| Binary | 10100000 | 100 | 10001111 | 0 | 1100010 | 1011 | 100101 | 100110011 | 1011111 | 100000 |
Color Harmonies of #A0048F
Complementary color
Monochromatic Colors of #A0048F
Black with #A0048F
Text Example
Text Example
White with #A0048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0048F; }
p { color: rgb(160,4,143); }
H1.HeaderClassName
{
color: #A0048F;
}
.AnyTagClassName
{
color: #A0048F;
}
</style>
background-color css
<style>
a { background-color: #A0048F; }
a { background-color: rgb(160,4,143); }
div.DivClassName
{
background-color: #A0048F;
}
.BgClassName
{
background-color: #A0048F;
}
</style>
border-color css
<style>
span { border-color: #A0048F; }
span { border-color: rgb(160,4,143); }
td.TdClassName
{
border-color: #A0048F;
}
.TagClassName
{
border-color: #A0048F;
}
</style>