Shades of Dark Magenta #A00796
Tints of Dark Magenta #A00796
RGB
CMYK
RGB Variations
Color information
#A00796 (or 0xA00796) is known color: Dark Magenta. HEX triplet: A0, 07 and 96. RGB value is (160,7,150). Sum of RGB (Red+Green+Blue) = 160+7+150=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A00796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00796 is #5FF869. Grayscale: #444444. Windows color (decimal): -6289514 or 9832352. OLE color: 9832352.
HSL color Cylindrical-coordinate representation of color #A00796: hue angle of 303.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00796 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.37 |
| HSL | 303.92º | 0.92% | 0.33% | - |
| HSV(B) | 303.92º | 0.96% | 0.63% | - |
| XYZ | 20.08 | 9.83 | 29.69 | - |
| YUV | 69.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 150 | 0 | 0.96 | 0.06 | 0.37 | 303.92 | 0.92 | 0.33 |
| Hex | A0 | 7 | 96 | 0 | 60 | 6 | 25 | 130 | 5C | 21 |
| Octal | 240 | 7 | 226 | 0 | 140 | 6 | 45 | 460 | 134 | 41 |
| Binary | 10100000 | 111 | 10010110 | 0 | 1100000 | 110 | 100101 | 100110000 | 1011100 | 100001 |
Color Harmonies of #A00796
Complementary color
Monochromatic Colors of #A00796
Black with #A00796
Text Example
Text Example
White with #A00796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00796; }
p { color: rgb(160,7,150); }
H1.HeaderClassName
{
color: #A00796;
}
.AnyTagClassName
{
color: #A00796;
}
</style>
background-color css
<style>
a { background-color: #A00796; }
a { background-color: rgb(160,7,150); }
div.DivClassName
{
background-color: #A00796;
}
.BgClassName
{
background-color: #A00796;
}
</style>
border-color css
<style>
span { border-color: #A00796; }
span { border-color: rgb(160,7,150); }
td.TdClassName
{
border-color: #A00796;
}
.TagClassName
{
border-color: #A00796;
}
</style>