Shades of Dark Magenta #A00592
Tints of Dark Magenta #A00592
RGB
CMYK
RGB Variations
Color information
#A00592 (or 0xA00592) is known color: Dark Magenta. HEX triplet: A0, 05 and 92. RGB value is (160,5,146). Sum of RGB (Red+Green+Blue) = 160+5+146=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00592 is #5FFA6D. Grayscale: #434343. Windows color (decimal): -6290030 or 9569696. OLE color: 9569696.
HSL color Cylindrical-coordinate representation of color #A00592: hue angle of 305.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00592 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.37 |
| HSL | 305.42º | 0.94% | 0.32% | - |
| HSV(B) | 305.42º | 0.97% | 0.63% | - |
| XYZ | 19.74 | 9.66 | 28.02 | - |
| YUV | 67.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 146 | 0 | 0.97 | 0.09 | 0.37 | 305.42 | 0.94 | 0.32 |
| Hex | A0 | 5 | 92 | 0 | 61 | 9 | 25 | 131 | 5E | 20 |
| Octal | 240 | 5 | 222 | 0 | 141 | 11 | 45 | 461 | 136 | 40 |
| Binary | 10100000 | 101 | 10010010 | 0 | 1100001 | 1001 | 100101 | 100110001 | 1011110 | 100000 |
Color Harmonies of #A00592
Complementary color
Monochromatic Colors of #A00592
Black with #A00592
Text Example
Text Example
White with #A00592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00592; }
p { color: rgb(160,5,146); }
H1.HeaderClassName
{
color: #A00592;
}
.AnyTagClassName
{
color: #A00592;
}
</style>
background-color css
<style>
a { background-color: #A00592; }
a { background-color: rgb(160,5,146); }
div.DivClassName
{
background-color: #A00592;
}
.BgClassName
{
background-color: #A00592;
}
</style>
border-color css
<style>
span { border-color: #A00592; }
span { border-color: rgb(160,5,146); }
td.TdClassName
{
border-color: #A00592;
}
.TagClassName
{
border-color: #A00592;
}
</style>