Shades of Dark Magenta #A5048D
Tints of Dark Magenta #A5048D
RGB
CMYK
RGB Variations
Color information
#A5048D (or 0xA5048D) is known color: Dark Magenta. HEX triplet: A5, 04 and 8D. RGB value is (165,4,141). Sum of RGB (Red+Green+Blue) = 165+4+141=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5048D is #5AFB72. Grayscale: #434343. Windows color (decimal): -5962611 or 9241765. OLE color: 9241765.
HSL color Cylindrical-coordinate representation of color #A5048D: hue angle of 308.94º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5048D is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.35 |
| HSL | 308.94º | 0.95% | 0.33% | - |
| HSV(B) | 308.94º | 0.98% | 0.65% | - |
| XYZ | 20.37 | 10.01 | 26.06 | - |
| YUV | 67.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 141 | 0 | 0.98 | 0.15 | 0.35 | 308.94 | 0.95 | 0.33 |
| Hex | A5 | 4 | 8D | 0 | 62 | F | 23 | 135 | 5F | 21 |
| Octal | 245 | 4 | 215 | 0 | 142 | 17 | 43 | 465 | 137 | 41 |
| Binary | 10100101 | 100 | 10001101 | 0 | 1100010 | 1111 | 100011 | 100110101 | 1011111 | 100001 |
Color Harmonies of #A5048D
Complementary color
Monochromatic Colors of #A5048D
Black with #A5048D
Text Example
Text Example
White with #A5048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5048D; }
p { color: rgb(165,4,141); }
H1.HeaderClassName
{
color: #A5048D;
}
.AnyTagClassName
{
color: #A5048D;
}
</style>
background-color css
<style>
a { background-color: #A5048D; }
a { background-color: rgb(165,4,141); }
div.DivClassName
{
background-color: #A5048D;
}
.BgClassName
{
background-color: #A5048D;
}
</style>
border-color css
<style>
span { border-color: #A5048D; }
span { border-color: rgb(165,4,141); }
td.TdClassName
{
border-color: #A5048D;
}
.TagClassName
{
border-color: #A5048D;
}
</style>