Shades of Dark Magenta #A80599
Tints of Dark Magenta #A80599
RGB
CMYK
RGB Variations
Color information
#A80599 (or 0xA80599) is known color: Dark Magenta. HEX triplet: A8, 05 and 99. RGB value is (168,5,153). Sum of RGB (Red+Green+Blue) = 168+5+153=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A80599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80599 is #57FA66. Grayscale: #464646. Windows color (decimal): -5765735 or 10028456. OLE color: 10028456.
HSL color Cylindrical-coordinate representation of color #A80599: hue angle of 305.52º 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 #A80599 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.34 |
| HSL | 305.52º | 0.94% | 0.34% | - |
| HSV(B) | 305.52º | 0.97% | 0.66% | - |
| XYZ | 21.95 | 10.73 | 31.05 | - |
| YUV | 70.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 153 | 0 | 0.97 | 0.09 | 0.34 | 305.52 | 0.94 | 0.34 |
| Hex | A8 | 5 | 99 | 0 | 61 | 9 | 22 | 132 | 5E | 22 |
| Octal | 250 | 5 | 231 | 0 | 141 | 11 | 42 | 462 | 136 | 42 |
| Binary | 10101000 | 101 | 10011001 | 0 | 1100001 | 1001 | 100010 | 100110010 | 1011110 | 100010 |
Color Harmonies of #A80599
Complementary color
Monochromatic Colors of #A80599
Black with #A80599
Text Example
Text Example
White with #A80599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80599; }
p { color: rgb(168,5,153); }
H1.HeaderClassName
{
color: #A80599;
}
.AnyTagClassName
{
color: #A80599;
}
</style>
background-color css
<style>
a { background-color: #A80599; }
a { background-color: rgb(168,5,153); }
div.DivClassName
{
background-color: #A80599;
}
.BgClassName
{
background-color: #A80599;
}
</style>
border-color css
<style>
span { border-color: #A80599; }
span { border-color: rgb(168,5,153); }
td.TdClassName
{
border-color: #A80599;
}
.TagClassName
{
border-color: #A80599;
}
</style>