Shades of Dark Magenta #A80DA6
Tints of Dark Magenta #A80DA6
RGB
CMYK
RGB Variations
Color information
#A80DA6 (or 0xA80DA6) is known color: Dark Magenta. HEX triplet: A8, 0D and A6. RGB value is (168,13,166). Sum of RGB (Red+Green+Blue) = 168+13+166=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A80DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DA6 is #57F259. Grayscale: #4C4C4C. Windows color (decimal): -5763674 or 10882472. OLE color: 10882472.
HSL color Cylindrical-coordinate representation of color #A80DA6: hue angle of 300.77º 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 #A80DA6 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 166 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.34 |
| HSL | 300.77º | 0.86% | 0.35% | - |
| HSV(B) | 300.77º | 0.92% | 0.66% | - |
| XYZ | 23.18 | 11.37 | 37.05 | - |
| YUV | 76.79 | 178.35 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 166 | 0 | 0.92 | 0.01 | 0.34 | 300.77 | 0.86 | 0.35 |
| Hex | A8 | D | A6 | 0 | 5C | 1 | 22 | 12D | 56 | 23 |
| Octal | 250 | 15 | 246 | 0 | 134 | 1 | 42 | 455 | 126 | 43 |
| Binary | 10101000 | 1101 | 10100110 | 0 | 1011100 | 1 | 100010 | 100101101 | 1010110 | 100011 |
Color Harmonies of #A80DA6
Complementary color
Monochromatic Colors of #A80DA6
Black with #A80DA6
Text Example
Text Example
White with #A80DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DA6; }
p { color: rgb(168,13,166); }
H1.HeaderClassName
{
color: #A80DA6;
}
.AnyTagClassName
{
color: #A80DA6;
}
</style>
background-color css
<style>
a { background-color: #A80DA6; }
a { background-color: rgb(168,13,166); }
div.DivClassName
{
background-color: #A80DA6;
}
.BgClassName
{
background-color: #A80DA6;
}
</style>
border-color css
<style>
span { border-color: #A80DA6; }
span { border-color: rgb(168,13,166); }
td.TdClassName
{
border-color: #A80DA6;
}
.TagClassName
{
border-color: #A80DA6;
}
</style>