Shades of Dark Magenta #A80997
Tints of Dark Magenta #A80997
RGB
CMYK
RGB Variations
Color information
#A80997 (or 0xA80997) is known color: Dark Magenta. HEX triplet: A8, 09 and 97. RGB value is (168,9,151). Sum of RGB (Red+Green+Blue) = 168+9+151=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A80997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80997 is #57F668. Grayscale: #484848. Windows color (decimal): -5764713 or 9898408. OLE color: 9898408.
HSL color Cylindrical-coordinate representation of color #A80997: hue angle of 306.42º 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 #A80997 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.34 |
| HSL | 306.42º | 0.9% | 0.35% | - |
| HSV(B) | 306.42º | 0.95% | 0.66% | - |
| XYZ | 21.83 | 10.75 | 30.2 | - |
| YUV | 72.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 151 | 0 | 0.95 | 0.10 | 0.34 | 306.42 | 0.9 | 0.35 |
| Hex | A8 | 9 | 97 | 0 | 5F | A | 22 | 132 | 5A | 23 |
| Octal | 250 | 11 | 227 | 0 | 137 | 12 | 42 | 462 | 132 | 43 |
| Binary | 10101000 | 1001 | 10010111 | 0 | 1011111 | 1010 | 100010 | 100110010 | 1011010 | 100011 |
Color Harmonies of #A80997
Complementary color
Monochromatic Colors of #A80997
Black with #A80997
Text Example
Text Example
White with #A80997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80997; }
p { color: rgb(168,9,151); }
H1.HeaderClassName
{
color: #A80997;
}
.AnyTagClassName
{
color: #A80997;
}
</style>
background-color css
<style>
a { background-color: #A80997; }
a { background-color: rgb(168,9,151); }
div.DivClassName
{
background-color: #A80997;
}
.BgClassName
{
background-color: #A80997;
}
</style>
border-color css
<style>
span { border-color: #A80997; }
span { border-color: rgb(168,9,151); }
td.TdClassName
{
border-color: #A80997;
}
.TagClassName
{
border-color: #A80997;
}
</style>