Shades of Dark Magenta #A50784
Tints of Dark Magenta #A50784
RGB
CMYK
RGB Variations
Color information
#A50784 (or 0xA50784) is known color: Dark Magenta. HEX triplet: A5, 07 and 84. RGB value is (165,7,132). Sum of RGB (Red+Green+Blue) = 165+7+132=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A50784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50784 is #5AF87B. Grayscale: #444444. Windows color (decimal): -5961852 or 8652709. OLE color: 8652709.
HSL color Cylindrical-coordinate representation of color #A50784: hue angle of 312.53º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50784 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 132 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.35 |
| HSL | 312.53º | 0.92% | 0.34% | - |
| HSV(B) | 312.53º | 0.96% | 0.65% | - |
| XYZ | 19.76 | 9.82 | 22.68 | - |
| YUV | 68.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 132 | 0 | 0.96 | 0.20 | 0.35 | 312.53 | 0.92 | 0.34 |
| Hex | A5 | 7 | 84 | 0 | 60 | 14 | 23 | 139 | 5C | 22 |
| Octal | 245 | 7 | 204 | 0 | 140 | 24 | 43 | 471 | 134 | 42 |
| Binary | 10100101 | 111 | 10000100 | 0 | 1100000 | 10100 | 100011 | 100111001 | 1011100 | 100010 |
Color Harmonies of #A50784
Complementary color
Monochromatic Colors of #A50784
Black with #A50784
Text Example
Text Example
White with #A50784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50784; }
p { color: rgb(165,7,132); }
H1.HeaderClassName
{
color: #A50784;
}
.AnyTagClassName
{
color: #A50784;
}
</style>
background-color css
<style>
a { background-color: #A50784; }
a { background-color: rgb(165,7,132); }
div.DivClassName
{
background-color: #A50784;
}
.BgClassName
{
background-color: #A50784;
}
</style>
border-color css
<style>
span { border-color: #A50784; }
span { border-color: rgb(165,7,132); }
td.TdClassName
{
border-color: #A50784;
}
.TagClassName
{
border-color: #A50784;
}
</style>