Shades of Dark Magenta #A00496
Tints of Dark Magenta #A00496
RGB
CMYK
RGB Variations
Color information
#A00496 (or 0xA00496) is known color: Dark Magenta. HEX triplet: A0, 04 and 96. RGB value is (160,4,150). Sum of RGB (Red+Green+Blue) = 160+4+150=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A00496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00496 is #5FFB69. Grayscale: #424242. Windows color (decimal): -6290282 or 9831584. OLE color: 9831584.
HSL color Cylindrical-coordinate representation of color #A00496: hue angle of 303.85º 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 #A00496 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 150 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.37 |
| HSL | 303.85º | 0.95% | 0.32% | - |
| HSV(B) | 303.85º | 0.98% | 0.63% | - |
| XYZ | 20.05 | 9.76 | 29.68 | - |
| YUV | 67.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 150 | 0 | 0.98 | 0.06 | 0.37 | 303.85 | 0.95 | 0.32 |
| Hex | A0 | 4 | 96 | 0 | 62 | 6 | 25 | 130 | 5F | 20 |
| Octal | 240 | 4 | 226 | 0 | 142 | 6 | 45 | 460 | 137 | 40 |
| Binary | 10100000 | 100 | 10010110 | 0 | 1100010 | 110 | 100101 | 100110000 | 1011111 | 100000 |
Color Harmonies of #A00496
Complementary color
Monochromatic Colors of #A00496
Black with #A00496
Text Example
Text Example
White with #A00496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00496; }
p { color: rgb(160,4,150); }
H1.HeaderClassName
{
color: #A00496;
}
.AnyTagClassName
{
color: #A00496;
}
</style>
background-color css
<style>
a { background-color: #A00496; }
a { background-color: rgb(160,4,150); }
div.DivClassName
{
background-color: #A00496;
}
.BgClassName
{
background-color: #A00496;
}
</style>
border-color css
<style>
span { border-color: #A00496; }
span { border-color: rgb(160,4,150); }
td.TdClassName
{
border-color: #A00496;
}
.TagClassName
{
border-color: #A00496;
}
</style>