Shades of Dark Magenta #A50992
Tints of Dark Magenta #A50992
RGB
CMYK
RGB Variations
Color information
#A50992 (or 0xA50992) is known color: Dark Magenta. HEX triplet: A5, 09 and 92. RGB value is (165,9,146). Sum of RGB (Red+Green+Blue) = 165+9+146=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A50992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50992 is #5AF66D. Grayscale: #464646. Windows color (decimal): -5961326 or 9570725. OLE color: 9570725.
HSL color Cylindrical-coordinate representation of color #A50992: hue angle of 307.31º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50992 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.35 |
| HSL | 307.31º | 0.9% | 0.34% | - |
| HSV(B) | 307.31º | 0.95% | 0.65% | - |
| XYZ | 20.8 | 10.27 | 28.08 | - |
| YUV | 71.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 9 | 146 | 0 | 0.95 | 0.12 | 0.35 | 307.31 | 0.9 | 0.34 |
| Hex | A5 | 9 | 92 | 0 | 5F | C | 23 | 133 | 5A | 22 |
| Octal | 245 | 11 | 222 | 0 | 137 | 14 | 43 | 463 | 132 | 42 |
| Binary | 10100101 | 1001 | 10010010 | 0 | 1011111 | 1100 | 100011 | 100110011 | 1011010 | 100010 |
Color Harmonies of #A50992
Complementary color
Monochromatic Colors of #A50992
Black with #A50992
Text Example
Text Example
White with #A50992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50992; }
p { color: rgb(165,9,146); }
H1.HeaderClassName
{
color: #A50992;
}
.AnyTagClassName
{
color: #A50992;
}
</style>
background-color css
<style>
a { background-color: #A50992; }
a { background-color: rgb(165,9,146); }
div.DivClassName
{
background-color: #A50992;
}
.BgClassName
{
background-color: #A50992;
}
</style>
border-color css
<style>
span { border-color: #A50992; }
span { border-color: rgb(165,9,146); }
td.TdClassName
{
border-color: #A50992;
}
.TagClassName
{
border-color: #A50992;
}
</style>