Shades of Dark Magenta #A5048A
Tints of Dark Magenta #A5048A
RGB
CMYK
RGB Variations
Color information
#A5048A (or 0xA5048A) is known color: Dark Magenta. HEX triplet: A5, 04 and 8A. RGB value is (165,4,138). Sum of RGB (Red+Green+Blue) = 165+4+138=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5048A is #5AFB75. Grayscale: #434343. Windows color (decimal): -5962614 or 9045157. OLE color: 9045157.
HSL color Cylindrical-coordinate representation of color #A5048A: hue angle of 310.06º 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 #A5048A is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.35 |
| HSL | 310.06º | 0.95% | 0.33% | - |
| HSV(B) | 310.06º | 0.98% | 0.65% | - |
| XYZ | 20.15 | 9.92 | 24.9 | - |
| YUV | 67.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 138 | 0 | 0.98 | 0.16 | 0.35 | 310.06 | 0.95 | 0.33 |
| Hex | A5 | 4 | 8A | 0 | 62 | 10 | 23 | 136 | 5F | 21 |
| Octal | 245 | 4 | 212 | 0 | 142 | 20 | 43 | 466 | 137 | 41 |
| Binary | 10100101 | 100 | 10001010 | 0 | 1100010 | 10000 | 100011 | 100110110 | 1011111 | 100001 |
Color Harmonies of #A5048A
Complementary color
Monochromatic Colors of #A5048A
Black with #A5048A
Text Example
Text Example
White with #A5048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5048A; }
p { color: rgb(165,4,138); }
H1.HeaderClassName
{
color: #A5048A;
}
.AnyTagClassName
{
color: #A5048A;
}
</style>
background-color css
<style>
a { background-color: #A5048A; }
a { background-color: rgb(165,4,138); }
div.DivClassName
{
background-color: #A5048A;
}
.BgClassName
{
background-color: #A5048A;
}
</style>
border-color css
<style>
span { border-color: #A5048A; }
span { border-color: rgb(165,4,138); }
td.TdClassName
{
border-color: #A5048A;
}
.TagClassName
{
border-color: #A5048A;
}
</style>