Shades of Dark Magenta #A00492
Tints of Dark Magenta #A00492
RGB
CMYK
RGB Variations
Color information
#A00492 (or 0xA00492) is known color: Dark Magenta. HEX triplet: A0, 04 and 92. RGB value is (160,4,146). Sum of RGB (Red+Green+Blue) = 160+4+146=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00492 is #5FFB6D. Grayscale: #424242. Windows color (decimal): -6290286 or 9569440. OLE color: 9569440.
HSL color Cylindrical-coordinate representation of color #A00492: hue angle of 305.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00492 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.37 |
| HSL | 305.38º | 0.95% | 0.32% | - |
| HSV(B) | 305.38º | 0.98% | 0.63% | - |
| XYZ | 19.73 | 9.64 | 28.01 | - |
| YUV | 66.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 146 | 0 | 0.98 | 0.09 | 0.37 | 305.38 | 0.95 | 0.32 |
| Hex | A0 | 4 | 92 | 0 | 62 | 9 | 25 | 131 | 5F | 20 |
| Octal | 240 | 4 | 222 | 0 | 142 | 11 | 45 | 461 | 137 | 40 |
| Binary | 10100000 | 100 | 10010010 | 0 | 1100010 | 1001 | 100101 | 100110001 | 1011111 | 100000 |
Color Harmonies of #A00492
Complementary color
Monochromatic Colors of #A00492
Black with #A00492
Text Example
Text Example
White with #A00492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00492; }
p { color: rgb(160,4,146); }
H1.HeaderClassName
{
color: #A00492;
}
.AnyTagClassName
{
color: #A00492;
}
</style>
background-color css
<style>
a { background-color: #A00492; }
a { background-color: rgb(160,4,146); }
div.DivClassName
{
background-color: #A00492;
}
.BgClassName
{
background-color: #A00492;
}
</style>
border-color css
<style>
span { border-color: #A00492; }
span { border-color: rgb(160,4,146); }
td.TdClassName
{
border-color: #A00492;
}
.TagClassName
{
border-color: #A00492;
}
</style>