Shades of Dark Magenta #A80B8C
Tints of Dark Magenta #A80B8C
RGB
CMYK
RGB Variations
Color information
#A80B8C (or 0xA80B8C) is known color: Dark Magenta. HEX triplet: A8, 0B and 8C. RGB value is (168,11,140). Sum of RGB (Red+Green+Blue) = 168+11+140=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B8C is #57F473. Grayscale: #484848. Windows color (decimal): -5764212 or 9178024. OLE color: 9178024.
HSL color Cylindrical-coordinate representation of color #A80B8C: hue angle of 310.7º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80B8C is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 140 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.34 |
| HSL | 310.7º | 0.88% | 0.35% | - |
| HSV(B) | 310.7º | 0.93% | 0.66% | - |
| XYZ | 21 | 10.46 | 25.72 | - |
| YUV | 72.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 140 | 0 | 0.93 | 0.17 | 0.34 | 310.7 | 0.88 | 0.35 |
| Hex | A8 | B | 8C | 0 | 5D | 11 | 22 | 137 | 58 | 23 |
| Octal | 250 | 13 | 214 | 0 | 135 | 21 | 42 | 467 | 130 | 43 |
| Binary | 10101000 | 1011 | 10001100 | 0 | 1011101 | 10001 | 100010 | 100110111 | 1011000 | 100011 |
Color Harmonies of #A80B8C
Complementary color
Monochromatic Colors of #A80B8C
Black with #A80B8C
Text Example
Text Example
White with #A80B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B8C; }
p { color: rgb(168,11,140); }
H1.HeaderClassName
{
color: #A80B8C;
}
.AnyTagClassName
{
color: #A80B8C;
}
</style>
background-color css
<style>
a { background-color: #A80B8C; }
a { background-color: rgb(168,11,140); }
div.DivClassName
{
background-color: #A80B8C;
}
.BgClassName
{
background-color: #A80B8C;
}
</style>
border-color css
<style>
span { border-color: #A80B8C; }
span { border-color: rgb(168,11,140); }
td.TdClassName
{
border-color: #A80B8C;
}
.TagClassName
{
border-color: #A80B8C;
}
</style>