Shades of Dark Magenta #A50189
Tints of Dark Magenta #A50189
RGB
CMYK
RGB Variations
Color information
#A50189 (or 0xA50189) is known color: Dark Magenta. HEX triplet: A5, 01 and 89. RGB value is (165,1,137). Sum of RGB (Red+Green+Blue) = 165+1+137=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A50189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50189 is #5AFE76. Grayscale: #414141. Windows color (decimal): -5963383 or 8978853. OLE color: 8978853.
HSL color Cylindrical-coordinate representation of color #A50189: hue angle of 310.24º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50189 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.35 |
| HSL | 310.24º | 0.99% | 0.33% | - |
| HSV(B) | 310.24º | 0.99% | 0.65% | - |
| XYZ | 20.04 | 9.83 | 24.51 | - |
| YUV | 65.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 137 | 0 | 0.99 | 0.17 | 0.35 | 310.24 | 0.99 | 0.33 |
| Hex | A5 | 1 | 89 | 0 | 63 | 11 | 23 | 136 | 63 | 21 |
| Octal | 245 | 1 | 211 | 0 | 143 | 21 | 43 | 466 | 143 | 41 |
| Binary | 10100101 | 1 | 10001001 | 0 | 1100011 | 10001 | 100011 | 100110110 | 1100011 | 100001 |
Color Harmonies of #A50189
Complementary color
Monochromatic Colors of #A50189
Black with #A50189
Text Example
Text Example
White with #A50189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50189; }
p { color: rgb(165,1,137); }
H1.HeaderClassName
{
color: #A50189;
}
.AnyTagClassName
{
color: #A50189;
}
</style>
background-color css
<style>
a { background-color: #A50189; }
a { background-color: rgb(165,1,137); }
div.DivClassName
{
background-color: #A50189;
}
.BgClassName
{
background-color: #A50189;
}
</style>
border-color css
<style>
span { border-color: #A50189; }
span { border-color: rgb(165,1,137); }
td.TdClassName
{
border-color: #A50189;
}
.TagClassName
{
border-color: #A50189;
}
</style>