Shades of Dark Magenta #A50499
Tints of Dark Magenta #A50499
RGB
CMYK
RGB Variations
Color information
#A50499 (or 0xA50499) is known color: Dark Magenta. HEX triplet: A5, 04 and 99. RGB value is (165,4,153). Sum of RGB (Red+Green+Blue) = 165+4+153=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A50499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50499 is #5AFB66. Grayscale: #444444. Windows color (decimal): -5962599 or 10028197. OLE color: 10028197.
HSL color Cylindrical-coordinate representation of color #A50499: hue angle of 304.47º 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 #A50499 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.35 |
| HSL | 304.47º | 0.95% | 0.33% | - |
| HSV(B) | 304.47º | 0.98% | 0.65% | - |
| XYZ | 21.31 | 10.39 | 31.02 | - |
| YUV | 69.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 153 | 0 | 0.98 | 0.07 | 0.35 | 304.47 | 0.95 | 0.33 |
| Hex | A5 | 4 | 99 | 0 | 62 | 7 | 23 | 130 | 5F | 21 |
| Octal | 245 | 4 | 231 | 0 | 142 | 7 | 43 | 460 | 137 | 41 |
| Binary | 10100101 | 100 | 10011001 | 0 | 1100010 | 111 | 100011 | 100110000 | 1011111 | 100001 |
Color Harmonies of #A50499
Complementary color
Monochromatic Colors of #A50499
Black with #A50499
Text Example
Text Example
White with #A50499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50499; }
p { color: rgb(165,4,153); }
H1.HeaderClassName
{
color: #A50499;
}
.AnyTagClassName
{
color: #A50499;
}
</style>
background-color css
<style>
a { background-color: #A50499; }
a { background-color: rgb(165,4,153); }
div.DivClassName
{
background-color: #A50499;
}
.BgClassName
{
background-color: #A50499;
}
</style>
border-color css
<style>
span { border-color: #A50499; }
span { border-color: rgb(165,4,153); }
td.TdClassName
{
border-color: #A50499;
}
.TagClassName
{
border-color: #A50499;
}
</style>