Shades of Dark Magenta #A80987
Tints of Dark Magenta #A80987
RGB
CMYK
RGB Variations
Color information
#A80987 (or 0xA80987) is known color: Dark Magenta. HEX triplet: A8, 09 and 87. RGB value is (168,9,135). Sum of RGB (Red+Green+Blue) = 168+9+135=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80987 is #57F678. Grayscale: #464646. Windows color (decimal): -5764729 or 8849832. OLE color: 8849832.
HSL color Cylindrical-coordinate representation of color #A80987: hue angle of 312.45º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80987 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 135 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.34 |
| HSL | 312.45º | 0.9% | 0.35% | - |
| HSV(B) | 312.45º | 0.95% | 0.66% | - |
| XYZ | 20.62 | 10.27 | 23.82 | - |
| YUV | 70.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 135 | 0 | 0.95 | 0.20 | 0.34 | 312.45 | 0.9 | 0.35 |
| Hex | A8 | 9 | 87 | 0 | 5F | 14 | 22 | 138 | 5A | 23 |
| Octal | 250 | 11 | 207 | 0 | 137 | 24 | 42 | 470 | 132 | 43 |
| Binary | 10101000 | 1001 | 10000111 | 0 | 1011111 | 10100 | 100010 | 100111000 | 1011010 | 100011 |
Color Harmonies of #A80987
Complementary color
Monochromatic Colors of #A80987
Black with #A80987
Text Example
Text Example
White with #A80987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80987; }
p { color: rgb(168,9,135); }
H1.HeaderClassName
{
color: #A80987;
}
.AnyTagClassName
{
color: #A80987;
}
</style>
background-color css
<style>
a { background-color: #A80987; }
a { background-color: rgb(168,9,135); }
div.DivClassName
{
background-color: #A80987;
}
.BgClassName
{
background-color: #A80987;
}
</style>
border-color css
<style>
span { border-color: #A80987; }
span { border-color: rgb(168,9,135); }
td.TdClassName
{
border-color: #A80987;
}
.TagClassName
{
border-color: #A80987;
}
</style>