Shades of Dark Magenta #A80C9C
Tints of Dark Magenta #A80C9C
RGB
CMYK
RGB Variations
Color information
#A80C9C (or 0xA80C9C) is known color: Dark Magenta. HEX triplet: A8, 0C and 9C. RGB value is (168,12,156). Sum of RGB (Red+Green+Blue) = 168+12+156=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C9C is #57F363. Grayscale: #4A4A4A. Windows color (decimal): -5763940 or 10226856. OLE color: 10226856.
HSL color Cylindrical-coordinate representation of color #A80C9C: hue angle of 304.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C9C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 156 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.34 |
| HSL | 304.62º | 0.87% | 0.35% | - |
| HSV(B) | 304.62º | 0.93% | 0.66% | - |
| XYZ | 22.28 | 10.99 | 32.4 | - |
| YUV | 75.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 156 | 0 | 0.93 | 0.07 | 0.34 | 304.62 | 0.87 | 0.35 |
| Hex | A8 | C | 9C | 0 | 5D | 7 | 22 | 131 | 57 | 23 |
| Octal | 250 | 14 | 234 | 0 | 135 | 7 | 42 | 461 | 127 | 43 |
| Binary | 10101000 | 1100 | 10011100 | 0 | 1011101 | 111 | 100010 | 100110001 | 1010111 | 100011 |
Color Harmonies of #A80C9C
Complementary color
Monochromatic Colors of #A80C9C
Black with #A80C9C
Text Example
Text Example
White with #A80C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C9C; }
p { color: rgb(168,12,156); }
H1.HeaderClassName
{
color: #A80C9C;
}
.AnyTagClassName
{
color: #A80C9C;
}
</style>
background-color css
<style>
a { background-color: #A80C9C; }
a { background-color: rgb(168,12,156); }
div.DivClassName
{
background-color: #A80C9C;
}
.BgClassName
{
background-color: #A80C9C;
}
</style>
border-color css
<style>
span { border-color: #A80C9C; }
span { border-color: rgb(168,12,156); }
td.TdClassName
{
border-color: #A80C9C;
}
.TagClassName
{
border-color: #A80C9C;
}
</style>