Shades of Dark Magenta #A80A8D
Tints of Dark Magenta #A80A8D
RGB
CMYK
RGB Variations
Color information
#A80A8D (or 0xA80A8D) is known color: Dark Magenta. HEX triplet: A8, 0A and 8D. RGB value is (168,10,141). Sum of RGB (Red+Green+Blue) = 168+10+141=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80A8D is #57F572. Grayscale: #474747. Windows color (decimal): -5764467 or 9243304. OLE color: 9243304.
HSL color Cylindrical-coordinate representation of color #A80A8D: hue angle of 310.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A8D is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 141 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.34 |
| HSL | 310.25º | 0.89% | 0.35% | - |
| HSV(B) | 310.25º | 0.94% | 0.66% | - |
| XYZ | 21.06 | 10.47 | 26.11 | - |
| YUV | 72.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 141 | 0 | 0.94 | 0.16 | 0.34 | 310.25 | 0.89 | 0.35 |
| Hex | A8 | A | 8D | 0 | 5E | 10 | 22 | 136 | 59 | 23 |
| Octal | 250 | 12 | 215 | 0 | 136 | 20 | 42 | 466 | 131 | 43 |
| Binary | 10101000 | 1010 | 10001101 | 0 | 1011110 | 10000 | 100010 | 100110110 | 1011001 | 100011 |
Color Harmonies of #A80A8D
Complementary color
Monochromatic Colors of #A80A8D
Black with #A80A8D
Text Example
Text Example
White with #A80A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A8D; }
p { color: rgb(168,10,141); }
H1.HeaderClassName
{
color: #A80A8D;
}
.AnyTagClassName
{
color: #A80A8D;
}
</style>
background-color css
<style>
a { background-color: #A80A8D; }
a { background-color: rgb(168,10,141); }
div.DivClassName
{
background-color: #A80A8D;
}
.BgClassName
{
background-color: #A80A8D;
}
</style>
border-color css
<style>
span { border-color: #A80A8D; }
span { border-color: rgb(168,10,141); }
td.TdClassName
{
border-color: #A80A8D;
}
.TagClassName
{
border-color: #A80A8D;
}
</style>