Shades of Dark Magenta #A80588
Tints of Dark Magenta #A80588
RGB
CMYK
RGB Variations
Color information
#A80588 (or 0xA80588) is known color: Dark Magenta. HEX triplet: A8, 05 and 88. RGB value is (168,5,136). Sum of RGB (Red+Green+Blue) = 168+5+136=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A80588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80588 is #57FA77. Grayscale: #444444. Windows color (decimal): -5765752 or 8914344. OLE color: 8914344.
HSL color Cylindrical-coordinate representation of color #A80588: hue angle of 311.78º 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 #A80588 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.34 |
| HSL | 311.78º | 0.94% | 0.34% | - |
| HSV(B) | 311.78º | 0.97% | 0.66% | - |
| XYZ | 20.65 | 10.21 | 24.18 | - |
| YUV | 68.67 | 166 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 136 | 0 | 0.97 | 0.19 | 0.34 | 311.78 | 0.94 | 0.34 |
| Hex | A8 | 5 | 88 | 0 | 61 | 13 | 22 | 138 | 5E | 22 |
| Octal | 250 | 5 | 210 | 0 | 141 | 23 | 42 | 470 | 136 | 42 |
| Binary | 10101000 | 101 | 10001000 | 0 | 1100001 | 10011 | 100010 | 100111000 | 1011110 | 100010 |
Color Harmonies of #A80588
Complementary color
Monochromatic Colors of #A80588
Black with #A80588
Text Example
Text Example
White with #A80588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80588; }
p { color: rgb(168,5,136); }
H1.HeaderClassName
{
color: #A80588;
}
.AnyTagClassName
{
color: #A80588;
}
</style>
background-color css
<style>
a { background-color: #A80588; }
a { background-color: rgb(168,5,136); }
div.DivClassName
{
background-color: #A80588;
}
.BgClassName
{
background-color: #A80588;
}
</style>
border-color css
<style>
span { border-color: #A80588; }
span { border-color: rgb(168,5,136); }
td.TdClassName
{
border-color: #A80588;
}
.TagClassName
{
border-color: #A80588;
}
</style>