Shades of Dark Magenta #A80DAA
Tints of Dark Magenta #A80DAA
RGB
CMYK
RGB Variations
Color information
#A80DAA (or 0xA80DAA) is known color: Dark Magenta. HEX triplet: A8, 0D and AA. RGB value is (168,13,170). Sum of RGB (Red+Green+Blue) = 168+13+170=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DAA is #57F255. Grayscale: #4C4C4C. Windows color (decimal): -5763670 or 11144616. OLE color: 11144616.
HSL color Cylindrical-coordinate representation of color #A80DAA: hue angle of 299.24º degrees, saturation: 0.86, 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 #A80DAA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 13 | 170 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.33 |
| HSL | 299.24º | 0.86% | 0.36% | - |
| HSV(B) | 299.24º | 0.92% | 0.67% | - |
| XYZ | 23.55 | 11.51 | 39.01 | - |
| YUV | 77.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 170 | 0.01 | 0.92 | 0 | 0.33 | 299.24 | 0.86 | 0.36 |
| Hex | A8 | D | AA | 1 | 5C | 0 | 21 | 12B | 56 | 24 |
| Octal | 250 | 15 | 252 | 1 | 134 | 0 | 41 | 453 | 126 | 44 |
| Binary | 10101000 | 1101 | 10101010 | 1 | 1011100 | 0 | 100001 | 100101011 | 1010110 | 100100 |
Color Harmonies of #A80DAA
Complementary color
Monochromatic Colors of #A80DAA
Black with #A80DAA
Text Example
Text Example
White with #A80DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DAA; }
p { color: rgb(168,13,170); }
H1.HeaderClassName
{
color: #A80DAA;
}
.AnyTagClassName
{
color: #A80DAA;
}
</style>
background-color css
<style>
a { background-color: #A80DAA; }
a { background-color: rgb(168,13,170); }
div.DivClassName
{
background-color: #A80DAA;
}
.BgClassName
{
background-color: #A80DAA;
}
</style>
border-color css
<style>
span { border-color: #A80DAA; }
span { border-color: rgb(168,13,170); }
td.TdClassName
{
border-color: #A80DAA;
}
.TagClassName
{
border-color: #A80DAA;
}
</style>