Shades of Dark Magenta #A80EAA
Tints of Dark Magenta #A80EAA
RGB
CMYK
RGB Variations
Color information
#A80EAA (or 0xA80EAA) is known color: Dark Magenta. HEX triplet: A8, 0E and AA. RGB value is (168,14,170). Sum of RGB (Red+Green+Blue) = 168+14+170=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80EAA is #57F155. Grayscale: #4D4D4D. Windows color (decimal): -5763414 or 11144872. OLE color: 11144872.
HSL color Cylindrical-coordinate representation of color #A80EAA: hue angle of 299.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EAA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 14 | 170 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.33 |
| HSL | 299.23º | 0.85% | 0.36% | - |
| HSV(B) | 299.23º | 0.92% | 0.67% | - |
| XYZ | 23.56 | 11.54 | 39.02 | - |
| YUV | 77.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 170 | 0.01 | 0.92 | 0 | 0.33 | 299.23 | 0.85 | 0.36 |
| Hex | A8 | E | AA | 1 | 5C | 0 | 21 | 12B | 55 | 24 |
| Octal | 250 | 16 | 252 | 1 | 134 | 0 | 41 | 453 | 125 | 44 |
| Binary | 10101000 | 1110 | 10101010 | 1 | 1011100 | 0 | 100001 | 100101011 | 1010101 | 100100 |
Color Harmonies of #A80EAA
Complementary color
Monochromatic Colors of #A80EAA
Black with #A80EAA
Text Example
Text Example
White with #A80EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EAA; }
p { color: rgb(168,14,170); }
H1.HeaderClassName
{
color: #A80EAA;
}
.AnyTagClassName
{
color: #A80EAA;
}
</style>
background-color css
<style>
a { background-color: #A80EAA; }
a { background-color: rgb(168,14,170); }
div.DivClassName
{
background-color: #A80EAA;
}
.BgClassName
{
background-color: #A80EAA;
}
</style>
border-color css
<style>
span { border-color: #A80EAA; }
span { border-color: rgb(168,14,170); }
td.TdClassName
{
border-color: #A80EAA;
}
.TagClassName
{
border-color: #A80EAA;
}
</style>