Shades of Dark Magenta #A80994
Tints of Dark Magenta #A80994
RGB
CMYK
RGB Variations
Color information
#A80994 (or 0xA80994) is known color: Dark Magenta. HEX triplet: A8, 09 and 94. RGB value is (168,9,148). Sum of RGB (Red+Green+Blue) = 168+9+148=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A80994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80994 is #57F66B. Grayscale: #474747. Windows color (decimal): -5764716 or 9701800. OLE color: 9701800.
HSL color Cylindrical-coordinate representation of color #A80994: hue angle of 307.55º 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 #A80994 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 148 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.34 |
| HSL | 307.55º | 0.9% | 0.35% | - |
| HSV(B) | 307.55º | 0.95% | 0.66% | - |
| XYZ | 21.59 | 10.66 | 28.94 | - |
| YUV | 72.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 148 | 0 | 0.95 | 0.12 | 0.34 | 307.55 | 0.9 | 0.35 |
| Hex | A8 | 9 | 94 | 0 | 5F | C | 22 | 134 | 5A | 23 |
| Octal | 250 | 11 | 224 | 0 | 137 | 14 | 42 | 464 | 132 | 43 |
| Binary | 10101000 | 1001 | 10010100 | 0 | 1011111 | 1100 | 100010 | 100110100 | 1011010 | 100011 |
Color Harmonies of #A80994
Complementary color
Monochromatic Colors of #A80994
Black with #A80994
Text Example
Text Example
White with #A80994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80994; }
p { color: rgb(168,9,148); }
H1.HeaderClassName
{
color: #A80994;
}
.AnyTagClassName
{
color: #A80994;
}
</style>
background-color css
<style>
a { background-color: #A80994; }
a { background-color: rgb(168,9,148); }
div.DivClassName
{
background-color: #A80994;
}
.BgClassName
{
background-color: #A80994;
}
</style>
border-color css
<style>
span { border-color: #A80994; }
span { border-color: rgb(168,9,148); }
td.TdClassName
{
border-color: #A80994;
}
.TagClassName
{
border-color: #A80994;
}
</style>