Shades of Dark Magenta #A80DA5
Tints of Dark Magenta #A80DA5
RGB
CMYK
RGB Variations
Color information
#A80DA5 (or 0xA80DA5) is known color: Dark Magenta. HEX triplet: A8, 0D and A5. RGB value is (168,13,165). Sum of RGB (Red+Green+Blue) = 168+13+165=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A80DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80DA5 is #57F25A. Grayscale: #4C4C4C. Windows color (decimal): -5763675 or 10816936. OLE color: 10816936.
HSL color Cylindrical-coordinate representation of color #A80DA5: hue angle of 301.16º 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 #A80DA5 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 165 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.34 |
| HSL | 301.16º | 0.86% | 0.35% | - |
| HSV(B) | 301.16º | 0.92% | 0.66% | - |
| XYZ | 23.08 | 11.33 | 36.57 | - |
| YUV | 76.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 165 | 0 | 0.92 | 0.02 | 0.34 | 301.16 | 0.86 | 0.35 |
| Hex | A8 | D | A5 | 0 | 5C | 2 | 22 | 12D | 56 | 23 |
| Octal | 250 | 15 | 245 | 0 | 134 | 2 | 42 | 455 | 126 | 43 |
| Binary | 10101000 | 1101 | 10100101 | 0 | 1011100 | 10 | 100010 | 100101101 | 1010110 | 100011 |
Color Harmonies of #A80DA5
Complementary color
Monochromatic Colors of #A80DA5
Black with #A80DA5
Text Example
Text Example
White with #A80DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DA5; }
p { color: rgb(168,13,165); }
H1.HeaderClassName
{
color: #A80DA5;
}
.AnyTagClassName
{
color: #A80DA5;
}
</style>
background-color css
<style>
a { background-color: #A80DA5; }
a { background-color: rgb(168,13,165); }
div.DivClassName
{
background-color: #A80DA5;
}
.BgClassName
{
background-color: #A80DA5;
}
</style>
border-color css
<style>
span { border-color: #A80DA5; }
span { border-color: rgb(168,13,165); }
td.TdClassName
{
border-color: #A80DA5;
}
.TagClassName
{
border-color: #A80DA5;
}
</style>