Shades of Dark Magenta #A80AAE
Tints of Dark Magenta #A80AAE
RGB
CMYK
RGB Variations
Color information
#A80AAE (or 0xA80AAE) is known color: Dark Magenta. HEX triplet: A8, 0A and AE. RGB value is (168,10,174). Sum of RGB (Red+Green+Blue) = 168+10+174=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A80AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAE is #57F551. Grayscale: #4B4B4B. Windows color (decimal): -5764434 or 11405992. OLE color: 11405992.
HSL color Cylindrical-coordinate representation of color #A80AAE: hue angle of 297.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80AAE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 10 | 174 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.32 |
| HSL | 297.8º | 0.89% | 0.36% | - |
| HSV(B) | 297.8º | 0.94% | 0.68% | - |
| XYZ | 23.9 | 11.6 | 41.02 | - |
| YUV | 75.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 174 | 0.03 | 0.94 | 0 | 0.32 | 297.8 | 0.89 | 0.36 |
| Hex | A8 | A | AE | 3 | 5E | 0 | 20 | 12A | 59 | 24 |
| Octal | 250 | 12 | 256 | 3 | 136 | 0 | 40 | 452 | 131 | 44 |
| Binary | 10101000 | 1010 | 10101110 | 11 | 1011110 | 0 | 100000 | 100101010 | 1011001 | 100100 |
Color Harmonies of #A80AAE
Complementary color
Monochromatic Colors of #A80AAE
Black with #A80AAE
Text Example
Text Example
White with #A80AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AAE; }
p { color: rgb(168,10,174); }
H1.HeaderClassName
{
color: #A80AAE;
}
.AnyTagClassName
{
color: #A80AAE;
}
</style>
background-color css
<style>
a { background-color: #A80AAE; }
a { background-color: rgb(168,10,174); }
div.DivClassName
{
background-color: #A80AAE;
}
.BgClassName
{
background-color: #A80AAE;
}
</style>
border-color css
<style>
span { border-color: #A80AAE; }
span { border-color: rgb(168,10,174); }
td.TdClassName
{
border-color: #A80AAE;
}
.TagClassName
{
border-color: #A80AAE;
}
</style>