Shades of Dark Magenta #A50087
Tints of Dark Magenta #A50087
RGB
CMYK
RGB Variations
Color information
#A50087 (or 0xA50087) is known color: Dark Magenta. HEX triplet: A5, 00 and 87. RGB value is (165,0,135). Sum of RGB (Red+Green+Blue) = 165+0+135=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A50087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50087 is #5AFF78. Grayscale: #404040. Windows color (decimal): -5963641 or 8847525. OLE color: 8847525.
HSL color Cylindrical-coordinate representation of color #A50087: hue angle of 310.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50087 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.18 | 0.35 |
| HSL | 310.91º | 1% | 0.32% | - |
| HSV(B) | 310.91º | 1% | 0.65% | - |
| XYZ | 19.89 | 9.75 | 23.76 | - |
| YUV | 64.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 135 | 0 | 1 | 0.18 | 0.35 | 310.91 | 1 | 0.32 |
| Hex | A5 | 0 | 87 | 0 | 64 | 12 | 23 | 137 | 64 | 20 |
| Octal | 245 | 0 | 207 | 0 | 144 | 22 | 43 | 467 | 144 | 40 |
| Binary | 10100101 | 0 | 10000111 | 0 | 1100100 | 10010 | 100011 | 100110111 | 1100100 | 100000 |
Color Harmonies of #A50087
Complementary color
Monochromatic Colors of #A50087
Black with #A50087
Text Example
Text Example
White with #A50087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50087; }
p { color: rgb(165,0,135); }
H1.HeaderClassName
{
color: #A50087;
}
.AnyTagClassName
{
color: #A50087;
}
</style>
background-color css
<style>
a { background-color: #A50087; }
a { background-color: rgb(165,0,135); }
div.DivClassName
{
background-color: #A50087;
}
.BgClassName
{
background-color: #A50087;
}
</style>
border-color css
<style>
span { border-color: #A50087; }
span { border-color: rgb(165,0,135); }
td.TdClassName
{
border-color: #A50087;
}
.TagClassName
{
border-color: #A50087;
}
</style>