Shades of Dark Magenta #A80598
Tints of Dark Magenta #A80598
RGB
CMYK
RGB Variations
Color information
#A80598 (or 0xA80598) is known color: Dark Magenta. HEX triplet: A8, 05 and 98. RGB value is (168,5,152). Sum of RGB (Red+Green+Blue) = 168+5+152=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A80598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80598 is #57FA67. Grayscale: #464646. Windows color (decimal): -5765736 or 9962920. OLE color: 9962920.
HSL color Cylindrical-coordinate representation of color #A80598: hue angle of 305.89º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80598 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.34 |
| HSL | 305.89º | 0.94% | 0.34% | - |
| HSV(B) | 305.89º | 0.97% | 0.66% | - |
| XYZ | 21.87 | 10.7 | 30.62 | - |
| YUV | 70.5 | 174 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 152 | 0 | 0.97 | 0.10 | 0.34 | 305.89 | 0.94 | 0.34 |
| Hex | A8 | 5 | 98 | 0 | 61 | A | 22 | 132 | 5E | 22 |
| Octal | 250 | 5 | 230 | 0 | 141 | 12 | 42 | 462 | 136 | 42 |
| Binary | 10101000 | 101 | 10011000 | 0 | 1100001 | 1010 | 100010 | 100110010 | 1011110 | 100010 |
Color Harmonies of #A80598
Complementary color
Monochromatic Colors of #A80598
Black with #A80598
Text Example
Text Example
White with #A80598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80598; }
p { color: rgb(168,5,152); }
H1.HeaderClassName
{
color: #A80598;
}
.AnyTagClassName
{
color: #A80598;
}
</style>
background-color css
<style>
a { background-color: #A80598; }
a { background-color: rgb(168,5,152); }
div.DivClassName
{
background-color: #A80598;
}
.BgClassName
{
background-color: #A80598;
}
</style>
border-color css
<style>
span { border-color: #A80598; }
span { border-color: rgb(168,5,152); }
td.TdClassName
{
border-color: #A80598;
}
.TagClassName
{
border-color: #A80598;
}
</style>