Shades of Dark Magenta #A50B8C
Tints of Dark Magenta #A50B8C
RGB
CMYK
RGB Variations
Color information
#A50B8C (or 0xA50B8C) is known color: Dark Magenta. HEX triplet: A5, 0B and 8C. RGB value is (165,11,140). Sum of RGB (Red+Green+Blue) = 165+11+140=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B8C is #5AF473. Grayscale: #474747. Windows color (decimal): -5960820 or 9178021. OLE color: 9178021.
HSL color Cylindrical-coordinate representation of color #A50B8C: hue angle of 309.74º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50B8C is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 11 | 140 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.35 |
| HSL | 309.74º | 0.88% | 0.35% | - |
| HSV(B) | 309.74º | 0.93% | 0.65% | - |
| XYZ | 20.37 | 10.13 | 25.69 | - |
| YUV | 71.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 140 | 0 | 0.93 | 0.15 | 0.35 | 309.74 | 0.88 | 0.35 |
| Hex | A5 | B | 8C | 0 | 5D | F | 23 | 136 | 58 | 23 |
| Octal | 245 | 13 | 214 | 0 | 135 | 17 | 43 | 466 | 130 | 43 |
| Binary | 10100101 | 1011 | 10001100 | 0 | 1011101 | 1111 | 100011 | 100110110 | 1011000 | 100011 |
Color Harmonies of #A50B8C
Complementary color
Monochromatic Colors of #A50B8C
Black with #A50B8C
Text Example
Text Example
White with #A50B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50B8C; }
p { color: rgb(165,11,140); }
H1.HeaderClassName
{
color: #A50B8C;
}
.AnyTagClassName
{
color: #A50B8C;
}
</style>
background-color css
<style>
a { background-color: #A50B8C; }
a { background-color: rgb(165,11,140); }
div.DivClassName
{
background-color: #A50B8C;
}
.BgClassName
{
background-color: #A50B8C;
}
</style>
border-color css
<style>
span { border-color: #A50B8C; }
span { border-color: rgb(165,11,140); }
td.TdClassName
{
border-color: #A50B8C;
}
.TagClassName
{
border-color: #A50B8C;
}
</style>