Shades of Dark Magenta #A80789
Tints of Dark Magenta #A80789
RGB
CMYK
RGB Variations
Color information
#A80789 (or 0xA80789) is known color: Dark Magenta. HEX triplet: A8, 07 and 89. RGB value is (168,7,137). Sum of RGB (Red+Green+Blue) = 168+7+137=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80789 is #57F876. Grayscale: #454545. Windows color (decimal): -5765239 or 8980392. OLE color: 8980392.
HSL color Cylindrical-coordinate representation of color #A80789: hue angle of 311.55º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80789 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.34 |
| HSL | 311.55º | 0.92% | 0.34% | - |
| HSV(B) | 311.55º | 0.96% | 0.66% | - |
| XYZ | 20.74 | 10.28 | 24.56 | - |
| YUV | 69.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 137 | 0 | 0.96 | 0.18 | 0.34 | 311.55 | 0.92 | 0.34 |
| Hex | A8 | 7 | 89 | 0 | 60 | 12 | 22 | 138 | 5C | 22 |
| Octal | 250 | 7 | 211 | 0 | 140 | 22 | 42 | 470 | 134 | 42 |
| Binary | 10101000 | 111 | 10001001 | 0 | 1100000 | 10010 | 100010 | 100111000 | 1011100 | 100010 |
Color Harmonies of #A80789
Complementary color
Monochromatic Colors of #A80789
Black with #A80789
Text Example
Text Example
White with #A80789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80789; }
p { color: rgb(168,7,137); }
H1.HeaderClassName
{
color: #A80789;
}
.AnyTagClassName
{
color: #A80789;
}
</style>
background-color css
<style>
a { background-color: #A80789; }
a { background-color: rgb(168,7,137); }
div.DivClassName
{
background-color: #A80789;
}
.BgClassName
{
background-color: #A80789;
}
</style>
border-color css
<style>
span { border-color: #A80789; }
span { border-color: rgb(168,7,137); }
td.TdClassName
{
border-color: #A80789;
}
.TagClassName
{
border-color: #A80789;
}
</style>