Shades of Dark Magenta #A80DA8
Tints of Dark Magenta #A80DA8
RGB
CMYK
RGB Variations
Color information
#A80DA8 (or 0xA80DA8) is known color: Dark Magenta. HEX triplet: A8, 0D and A8. RGB value is (168,13,168). Sum of RGB (Red+Green+Blue) = 168+13+168=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A80DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DA8 is #57F257. Grayscale: #4C4C4C. Windows color (decimal): -5763672 or 11013544. OLE color: 11013544.
HSL color Cylindrical-coordinate representation of color #A80DA8: hue angle of 300º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80DA8 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 168 | - |
| CMYK | 0 | 0.92 | 0 | 0.34 |
| HSL | 300º | 0.86% | 0.35% | - |
| HSV(B) | 300º | 0.92% | 0.66% | - |
| XYZ | 23.36 | 11.44 | 38.02 | - |
| YUV | 77.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 168 | 0 | 0.92 | 0 | 0.34 | 300 | 0.86 | 0.35 |
| Hex | A8 | D | A8 | 0 | 5C | 0 | 22 | 12C | 56 | 23 |
| Octal | 250 | 15 | 250 | 0 | 134 | 0 | 42 | 454 | 126 | 43 |
| Binary | 10101000 | 1101 | 10101000 | 0 | 1011100 | 0 | 100010 | 100101100 | 1010110 | 100011 |
Color Harmonies of #A80DA8
Complementary color
Monochromatic Colors of #A80DA8
Black with #A80DA8
Text Example
Text Example
White with #A80DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DA8; }
p { color: rgb(168,13,168); }
H1.HeaderClassName
{
color: #A80DA8;
}
.AnyTagClassName
{
color: #A80DA8;
}
</style>
background-color css
<style>
a { background-color: #A80DA8; }
a { background-color: rgb(168,13,168); }
div.DivClassName
{
background-color: #A80DA8;
}
.BgClassName
{
background-color: #A80DA8;
}
</style>
border-color css
<style>
span { border-color: #A80DA8; }
span { border-color: rgb(168,13,168); }
td.TdClassName
{
border-color: #A80DA8;
}
.TagClassName
{
border-color: #A80DA8;
}
</style>