Shades of Dark Magenta #A80CAC
Tints of Dark Magenta #A80CAC
RGB
CMYK
RGB Variations
Color information
#A80CAC (or 0xA80CAC) is known color: Dark Magenta. HEX triplet: A8, 0C and AC. RGB value is (168,12,172). Sum of RGB (Red+Green+Blue) = 168+12+172=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A80CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80CAC is #57F353. Grayscale: #4C4C4C. Windows color (decimal): -5763924 or 11275432. OLE color: 11275432.
HSL color Cylindrical-coordinate representation of color #A80CAC: hue angle of 298.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80CAC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 12 | 172 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.33 |
| HSL | 298.5º | 0.87% | 0.36% | - |
| HSV(B) | 298.5º | 0.93% | 0.67% | - |
| XYZ | 23.73 | 11.57 | 40.01 | - |
| YUV | 76.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 172 | 0.02 | 0.93 | 0 | 0.33 | 298.5 | 0.87 | 0.36 |
| Hex | A8 | C | AC | 2 | 5D | 0 | 21 | 12A | 57 | 24 |
| Octal | 250 | 14 | 254 | 2 | 135 | 0 | 41 | 452 | 127 | 44 |
| Binary | 10101000 | 1100 | 10101100 | 10 | 1011101 | 0 | 100001 | 100101010 | 1010111 | 100100 |
Color Harmonies of #A80CAC
Complementary color
Monochromatic Colors of #A80CAC
Black with #A80CAC
Text Example
Text Example
White with #A80CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CAC; }
p { color: rgb(168,12,172); }
H1.HeaderClassName
{
color: #A80CAC;
}
.AnyTagClassName
{
color: #A80CAC;
}
</style>
background-color css
<style>
a { background-color: #A80CAC; }
a { background-color: rgb(168,12,172); }
div.DivClassName
{
background-color: #A80CAC;
}
.BgClassName
{
background-color: #A80CAC;
}
</style>
border-color css
<style>
span { border-color: #A80CAC; }
span { border-color: rgb(168,12,172); }
td.TdClassName
{
border-color: #A80CAC;
}
.TagClassName
{
border-color: #A80CAC;
}
</style>