Shades of Dark Magenta #A50792
Tints of Dark Magenta #A50792
RGB
CMYK
RGB Variations
Color information
#A50792 (or 0xA50792) is known color: Dark Magenta. HEX triplet: A5, 07 and 92. RGB value is (165,7,146). Sum of RGB (Red+Green+Blue) = 165+7+146=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50792 is #5AF86D. Grayscale: #454545. Windows color (decimal): -5961838 or 9570213. OLE color: 9570213.
HSL color Cylindrical-coordinate representation of color #A50792: hue angle of 307.22º 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 #A50792 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.35 |
| HSL | 307.22º | 0.92% | 0.34% | - |
| HSV(B) | 307.22º | 0.96% | 0.65% | - |
| XYZ | 20.78 | 10.23 | 28.07 | - |
| YUV | 70.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 146 | 0 | 0.96 | 0.12 | 0.35 | 307.22 | 0.92 | 0.34 |
| Hex | A5 | 7 | 92 | 0 | 60 | C | 23 | 133 | 5C | 22 |
| Octal | 245 | 7 | 222 | 0 | 140 | 14 | 43 | 463 | 134 | 42 |
| Binary | 10100101 | 111 | 10010010 | 0 | 1100000 | 1100 | 100011 | 100110011 | 1011100 | 100010 |
Color Harmonies of #A50792
Complementary color
Monochromatic Colors of #A50792
Black with #A50792
Text Example
Text Example
White with #A50792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50792; }
p { color: rgb(165,7,146); }
H1.HeaderClassName
{
color: #A50792;
}
.AnyTagClassName
{
color: #A50792;
}
</style>
background-color css
<style>
a { background-color: #A50792; }
a { background-color: rgb(165,7,146); }
div.DivClassName
{
background-color: #A50792;
}
.BgClassName
{
background-color: #A50792;
}
</style>
border-color css
<style>
span { border-color: #A50792; }
span { border-color: rgb(165,7,146); }
td.TdClassName
{
border-color: #A50792;
}
.TagClassName
{
border-color: #A50792;
}
</style>