Shades of Dark Magenta #A80888
Tints of Dark Magenta #A80888
RGB
CMYK
RGB Variations
Color information
#A80888 (or 0xA80888) is known color: Dark Magenta. HEX triplet: A8, 08 and 88. RGB value is (168,8,136). Sum of RGB (Red+Green+Blue) = 168+8+136=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A80888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80888 is #57F777. Grayscale: #464646. Windows color (decimal): -5764984 or 8915112. OLE color: 8915112.
HSL color Cylindrical-coordinate representation of color #A80888: hue angle of 312º degrees, saturation: 0.91, 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 #A80888 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.34 |
| HSL | 312º | 0.91% | 0.35% | - |
| HSV(B) | 312º | 0.95% | 0.66% | - |
| XYZ | 20.68 | 10.28 | 24.19 | - |
| YUV | 70.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 136 | 0 | 0.95 | 0.19 | 0.34 | 312 | 0.91 | 0.35 |
| Hex | A8 | 8 | 88 | 0 | 5F | 13 | 22 | 138 | 5B | 23 |
| Octal | 250 | 10 | 210 | 0 | 137 | 23 | 42 | 470 | 133 | 43 |
| Binary | 10101000 | 1000 | 10001000 | 0 | 1011111 | 10011 | 100010 | 100111000 | 1011011 | 100011 |
Color Harmonies of #A80888
Complementary color
Monochromatic Colors of #A80888
Black with #A80888
Text Example
Text Example
White with #A80888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80888; }
p { color: rgb(168,8,136); }
H1.HeaderClassName
{
color: #A80888;
}
.AnyTagClassName
{
color: #A80888;
}
</style>
background-color css
<style>
a { background-color: #A80888; }
a { background-color: rgb(168,8,136); }
div.DivClassName
{
background-color: #A80888;
}
.BgClassName
{
background-color: #A80888;
}
</style>
border-color css
<style>
span { border-color: #A80888; }
span { border-color: rgb(168,8,136); }
td.TdClassName
{
border-color: #A80888;
}
.TagClassName
{
border-color: #A80888;
}
</style>