Shades of Dark Magenta #A50488
Tints of Dark Magenta #A50488
RGB
CMYK
RGB Variations
Color information
#A50488 (or 0xA50488) is known color: Dark Magenta. HEX triplet: A5, 04 and 88. RGB value is (165,4,136). Sum of RGB (Red+Green+Blue) = 165+4+136=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A50488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50488 is #5AFB77. Grayscale: #424242. Windows color (decimal): -5962616 or 8914085. OLE color: 8914085.
HSL color Cylindrical-coordinate representation of color #A50488: hue angle of 310.81º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50488 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.35 |
| HSL | 310.81º | 0.95% | 0.33% | - |
| HSV(B) | 310.81º | 0.98% | 0.65% | - |
| XYZ | 20 | 9.86 | 24.14 | - |
| YUV | 67.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 136 | 0 | 0.98 | 0.18 | 0.35 | 310.81 | 0.95 | 0.33 |
| Hex | A5 | 4 | 88 | 0 | 62 | 12 | 23 | 137 | 5F | 21 |
| Octal | 245 | 4 | 210 | 0 | 142 | 22 | 43 | 467 | 137 | 41 |
| Binary | 10100101 | 100 | 10001000 | 0 | 1100010 | 10010 | 100011 | 100110111 | 1011111 | 100001 |
Color Harmonies of #A50488
Complementary color
Monochromatic Colors of #A50488
Black with #A50488
Text Example
Text Example
White with #A50488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50488; }
p { color: rgb(165,4,136); }
H1.HeaderClassName
{
color: #A50488;
}
.AnyTagClassName
{
color: #A50488;
}
</style>
background-color css
<style>
a { background-color: #A50488; }
a { background-color: rgb(165,4,136); }
div.DivClassName
{
background-color: #A50488;
}
.BgClassName
{
background-color: #A50488;
}
</style>
border-color css
<style>
span { border-color: #A50488; }
span { border-color: rgb(165,4,136); }
td.TdClassName
{
border-color: #A50488;
}
.TagClassName
{
border-color: #A50488;
}
</style>