Shades of Dark Magenta #A50A90
Tints of Dark Magenta #A50A90
RGB
CMYK
RGB Variations
Color information
#A50A90 (or 0xA50A90) is known color: Dark Magenta. HEX triplet: A5, 0A and 90. RGB value is (165,10,144). Sum of RGB (Red+Green+Blue) = 165+10+144=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50A90 is #5AF56F. Grayscale: #474747. Windows color (decimal): -5961072 or 9439909. OLE color: 9439909.
HSL color Cylindrical-coordinate representation of color #A50A90: hue angle of 308.13º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A90 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 144 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.35 |
| HSL | 308.13º | 0.89% | 0.34% | - |
| HSV(B) | 308.13º | 0.94% | 0.65% | - |
| XYZ | 20.66 | 10.23 | 27.27 | - |
| YUV | 71.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 144 | 0 | 0.94 | 0.13 | 0.35 | 308.13 | 0.89 | 0.34 |
| Hex | A5 | A | 90 | 0 | 5E | D | 23 | 134 | 59 | 22 |
| Octal | 245 | 12 | 220 | 0 | 136 | 15 | 43 | 464 | 131 | 42 |
| Binary | 10100101 | 1010 | 10010000 | 0 | 1011110 | 1101 | 100011 | 100110100 | 1011001 | 100010 |
Color Harmonies of #A50A90
Complementary color
Monochromatic Colors of #A50A90
Black with #A50A90
Text Example
Text Example
White with #A50A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A90; }
p { color: rgb(165,10,144); }
H1.HeaderClassName
{
color: #A50A90;
}
.AnyTagClassName
{
color: #A50A90;
}
</style>
background-color css
<style>
a { background-color: #A50A90; }
a { background-color: rgb(165,10,144); }
div.DivClassName
{
background-color: #A50A90;
}
.BgClassName
{
background-color: #A50A90;
}
</style>
border-color css
<style>
span { border-color: #A50A90; }
span { border-color: rgb(165,10,144); }
td.TdClassName
{
border-color: #A50A90;
}
.TagClassName
{
border-color: #A50A90;
}
</style>