Shades of Dark Magenta #A50D8C
Tints of Dark Magenta #A50D8C
RGB
CMYK
RGB Variations
Color information
#A50D8C (or 0xA50D8C) is known color: Dark Magenta. HEX triplet: A5, 0D and 8C. RGB value is (165,13,140). Sum of RGB (Red+Green+Blue) = 165+13+140=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D8C is #5AF273. Grayscale: #484848. Windows color (decimal): -5960308 or 9178533. OLE color: 9178533.
HSL color Cylindrical-coordinate representation of color #A50D8C: hue angle of 309.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D8C is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 140 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.35 |
| HSL | 309.87º | 0.85% | 0.35% | - |
| HSV(B) | 309.87º | 0.92% | 0.65% | - |
| XYZ | 20.39 | 10.18 | 25.7 | - |
| YUV | 72.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 140 | 0 | 0.92 | 0.15 | 0.35 | 309.87 | 0.85 | 0.35 |
| Hex | A5 | D | 8C | 0 | 5C | F | 23 | 136 | 55 | 23 |
| Octal | 245 | 15 | 214 | 0 | 134 | 17 | 43 | 466 | 125 | 43 |
| Binary | 10100101 | 1101 | 10001100 | 0 | 1011100 | 1111 | 100011 | 100110110 | 1010101 | 100011 |
Color Harmonies of #A50D8C
Complementary color
Monochromatic Colors of #A50D8C
Black with #A50D8C
Text Example
Text Example
White with #A50D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50D8C; }
p { color: rgb(165,13,140); }
H1.HeaderClassName
{
color: #A50D8C;
}
.AnyTagClassName
{
color: #A50D8C;
}
</style>
background-color css
<style>
a { background-color: #A50D8C; }
a { background-color: rgb(165,13,140); }
div.DivClassName
{
background-color: #A50D8C;
}
.BgClassName
{
background-color: #A50D8C;
}
</style>
border-color css
<style>
span { border-color: #A50D8C; }
span { border-color: rgb(165,13,140); }
td.TdClassName
{
border-color: #A50D8C;
}
.TagClassName
{
border-color: #A50D8C;
}
</style>