Shades of Dark Magenta #A80DA1
Tints of Dark Magenta #A80DA1
RGB
CMYK
RGB Variations
Color information
#A80DA1 (or 0xA80DA1) is known color: Dark Magenta. HEX triplet: A8, 0D and A1. RGB value is (168,13,161). Sum of RGB (Red+Green+Blue) = 168+13+161=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A80DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DA1 is #57F25E. Grayscale: #4B4B4B. Windows color (decimal): -5763679 or 10554792. OLE color: 10554792.
HSL color Cylindrical-coordinate representation of color #A80DA1: hue angle of 302.71º 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 #A80DA1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 161 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.34 |
| HSL | 302.71º | 0.86% | 0.35% | - |
| HSV(B) | 302.71º | 0.92% | 0.66% | - |
| XYZ | 22.73 | 11.19 | 34.68 | - |
| YUV | 76.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 161 | 0 | 0.92 | 0.04 | 0.34 | 302.71 | 0.86 | 0.35 |
| Hex | A8 | D | A1 | 0 | 5C | 4 | 22 | 12F | 56 | 23 |
| Octal | 250 | 15 | 241 | 0 | 134 | 4 | 42 | 457 | 126 | 43 |
| Binary | 10101000 | 1101 | 10100001 | 0 | 1011100 | 100 | 100010 | 100101111 | 1010110 | 100011 |
Color Harmonies of #A80DA1
Complementary color
Monochromatic Colors of #A80DA1
Black with #A80DA1
Text Example
Text Example
White with #A80DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DA1; }
p { color: rgb(168,13,161); }
H1.HeaderClassName
{
color: #A80DA1;
}
.AnyTagClassName
{
color: #A80DA1;
}
</style>
background-color css
<style>
a { background-color: #A80DA1; }
a { background-color: rgb(168,13,161); }
div.DivClassName
{
background-color: #A80DA1;
}
.BgClassName
{
background-color: #A80DA1;
}
</style>
border-color css
<style>
span { border-color: #A80DA1; }
span { border-color: rgb(168,13,161); }
td.TdClassName
{
border-color: #A80DA1;
}
.TagClassName
{
border-color: #A80DA1;
}
</style>