Shades of Dark Magenta #A80DAE
Tints of Dark Magenta #A80DAE
RGB
CMYK
RGB Variations
Color information
#A80DAE (or 0xA80DAE) is known color: Dark Magenta. HEX triplet: A8, 0D and AE. RGB value is (168,13,174). Sum of RGB (Red+Green+Blue) = 168+13+174=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #A80DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DAE is #57F251. Grayscale: #4D4D4D. Windows color (decimal): -5763666 or 11406760. OLE color: 11406760.
HSL color Cylindrical-coordinate representation of color #A80DAE: hue angle of 297.76º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DAE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 13 | 174 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.32 |
| HSL | 297.76º | 0.86% | 0.37% | - |
| HSV(B) | 297.76º | 0.93% | 0.68% | - |
| XYZ | 23.93 | 11.67 | 41.04 | - |
| YUV | 77.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 174 | 0.03 | 0.93 | 0 | 0.32 | 297.76 | 0.86 | 0.37 |
| Hex | A8 | D | AE | 3 | 5D | 0 | 20 | 12A | 56 | 25 |
| Octal | 250 | 15 | 256 | 3 | 135 | 0 | 40 | 452 | 126 | 45 |
| Binary | 10101000 | 1101 | 10101110 | 11 | 1011101 | 0 | 100000 | 100101010 | 1010110 | 100101 |
Color Harmonies of #A80DAE
Complementary color
Monochromatic Colors of #A80DAE
Black with #A80DAE
Text Example
Text Example
White with #A80DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DAE; }
p { color: rgb(168,13,174); }
H1.HeaderClassName
{
color: #A80DAE;
}
.AnyTagClassName
{
color: #A80DAE;
}
</style>
background-color css
<style>
a { background-color: #A80DAE; }
a { background-color: rgb(168,13,174); }
div.DivClassName
{
background-color: #A80DAE;
}
.BgClassName
{
background-color: #A80DAE;
}
</style>
border-color css
<style>
span { border-color: #A80DAE; }
span { border-color: rgb(168,13,174); }
td.TdClassName
{
border-color: #A80DAE;
}
.TagClassName
{
border-color: #A80DAE;
}
</style>