Shades of Dark Magenta #A5049A
Tints of Dark Magenta #A5049A
RGB
CMYK
RGB Variations
Color information
#A5049A (or 0xA5049A) is known color: Dark Magenta. HEX triplet: A5, 04 and 9A. RGB value is (165,4,154). Sum of RGB (Red+Green+Blue) = 165+4+154=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5049A is #5AFB65. Grayscale: #444444. Windows color (decimal): -5962598 or 10093733. OLE color: 10093733.
HSL color Cylindrical-coordinate representation of color #A5049A: hue angle of 304.1º 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 #A5049A is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.35 |
| HSL | 304.1º | 0.95% | 0.33% | - |
| HSV(B) | 304.1º | 0.98% | 0.65% | - |
| XYZ | 21.39 | 10.42 | 31.46 | - |
| YUV | 69.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 154 | 0 | 0.98 | 0.07 | 0.35 | 304.1 | 0.95 | 0.33 |
| Hex | A5 | 4 | 9A | 0 | 62 | 7 | 23 | 130 | 5F | 21 |
| Octal | 245 | 4 | 232 | 0 | 142 | 7 | 43 | 460 | 137 | 41 |
| Binary | 10100101 | 100 | 10011010 | 0 | 1100010 | 111 | 100011 | 100110000 | 1011111 | 100001 |
Color Harmonies of #A5049A
Complementary color
Monochromatic Colors of #A5049A
Black with #A5049A
Text Example
Text Example
White with #A5049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5049A; }
p { color: rgb(165,4,154); }
H1.HeaderClassName
{
color: #A5049A;
}
.AnyTagClassName
{
color: #A5049A;
}
</style>
background-color css
<style>
a { background-color: #A5049A; }
a { background-color: rgb(165,4,154); }
div.DivClassName
{
background-color: #A5049A;
}
.BgClassName
{
background-color: #A5049A;
}
</style>
border-color css
<style>
span { border-color: #A5049A; }
span { border-color: rgb(165,4,154); }
td.TdClassName
{
border-color: #A5049A;
}
.TagClassName
{
border-color: #A5049A;
}
</style>