Shades of Dark Magenta #A9048D
Tints of Dark Magenta #A9048D
RGB
CMYK
RGB Variations
Color information
#A9048D (or 0xA9048D) is known color: Dark Magenta. HEX triplet: A9, 04 and 8D. RGB value is (169,4,141). Sum of RGB (Red+Green+Blue) = 169+4+141=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9048D is #56FB72. Grayscale: #444444. Windows color (decimal): -5700467 or 9241769. OLE color: 9241769.
HSL color Cylindrical-coordinate representation of color #A9048D: hue angle of 310.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9048D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.34 |
| HSL | 310.18º | 0.95% | 0.34% | - |
| HSV(B) | 310.18º | 0.98% | 0.66% | - |
| XYZ | 21.21 | 10.44 | 26.1 | - |
| YUV | 68.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 141 | 0 | 0.98 | 0.17 | 0.34 | 310.18 | 0.95 | 0.34 |
| Hex | A9 | 4 | 8D | 0 | 62 | 11 | 22 | 136 | 5F | 22 |
| Octal | 251 | 4 | 215 | 0 | 142 | 21 | 42 | 466 | 137 | 42 |
| Binary | 10101001 | 100 | 10001101 | 0 | 1100010 | 10001 | 100010 | 100110110 | 1011111 | 100010 |
Color Harmonies of #A9048D
Complementary color
Monochromatic Colors of #A9048D
Black with #A9048D
Text Example
Text Example
White with #A9048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9048D; }
p { color: rgb(169,4,141); }
H1.HeaderClassName
{
color: #A9048D;
}
.AnyTagClassName
{
color: #A9048D;
}
</style>
background-color css
<style>
a { background-color: #A9048D; }
a { background-color: rgb(169,4,141); }
div.DivClassName
{
background-color: #A9048D;
}
.BgClassName
{
background-color: #A9048D;
}
</style>
border-color css
<style>
span { border-color: #A9048D; }
span { border-color: rgb(169,4,141); }
td.TdClassName
{
border-color: #A9048D;
}
.TagClassName
{
border-color: #A9048D;
}
</style>