Shades of Dark Magenta #A80DA2
Tints of Dark Magenta #A80DA2
RGB
CMYK
RGB Variations
Color information
#A80DA2 (or 0xA80DA2) is known color: Dark Magenta. HEX triplet: A8, 0D and A2. RGB value is (168,13,162). Sum of RGB (Red+Green+Blue) = 168+13+162=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A80DA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DA2 is #57F25D. Grayscale: #4B4B4B. Windows color (decimal): -5763678 or 10620328. OLE color: 10620328.
HSL color Cylindrical-coordinate representation of color #A80DA2: hue angle of 302.32º 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 #A80DA2 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 162 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.34 |
| HSL | 302.32º | 0.86% | 0.35% | - |
| HSV(B) | 302.32º | 0.92% | 0.66% | - |
| XYZ | 22.81 | 11.22 | 35.15 | - |
| YUV | 76.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 162 | 0 | 0.92 | 0.04 | 0.34 | 302.32 | 0.86 | 0.35 |
| Hex | A8 | D | A2 | 0 | 5C | 4 | 22 | 12E | 56 | 23 |
| Octal | 250 | 15 | 242 | 0 | 134 | 4 | 42 | 456 | 126 | 43 |
| Binary | 10101000 | 1101 | 10100010 | 0 | 1011100 | 100 | 100010 | 100101110 | 1010110 | 100011 |
Color Harmonies of #A80DA2
Complementary color
Monochromatic Colors of #A80DA2
Black with #A80DA2
Text Example
Text Example
White with #A80DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DA2; }
p { color: rgb(168,13,162); }
H1.HeaderClassName
{
color: #A80DA2;
}
.AnyTagClassName
{
color: #A80DA2;
}
</style>
background-color css
<style>
a { background-color: #A80DA2; }
a { background-color: rgb(168,13,162); }
div.DivClassName
{
background-color: #A80DA2;
}
.BgClassName
{
background-color: #A80DA2;
}
</style>
border-color css
<style>
span { border-color: #A80DA2; }
span { border-color: rgb(168,13,162); }
td.TdClassName
{
border-color: #A80DA2;
}
.TagClassName
{
border-color: #A80DA2;
}
</style>