Shades of Dark Magenta #A80C96
Tints of Dark Magenta #A80C96
RGB
CMYK
RGB Variations
Color information
#A80C96 (or 0xA80C96) is known color: Dark Magenta. HEX triplet: A8, 0C and 96. RGB value is (168,12,150). Sum of RGB (Red+Green+Blue) = 168+12+150=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C96 is #57F369. Grayscale: #494949. Windows color (decimal): -5763946 or 9833640. OLE color: 9833640.
HSL color Cylindrical-coordinate representation of color #A80C96: hue angle of 306.92º 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 #A80C96 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 150 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.34 |
| HSL | 306.92º | 0.87% | 0.35% | - |
| HSV(B) | 306.92º | 0.93% | 0.66% | - |
| XYZ | 21.78 | 10.79 | 29.79 | - |
| YUV | 74.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 150 | 0 | 0.93 | 0.11 | 0.34 | 306.92 | 0.87 | 0.35 |
| Hex | A8 | C | 96 | 0 | 5D | B | 22 | 133 | 57 | 23 |
| Octal | 250 | 14 | 226 | 0 | 135 | 13 | 42 | 463 | 127 | 43 |
| Binary | 10101000 | 1100 | 10010110 | 0 | 1011101 | 1011 | 100010 | 100110011 | 1010111 | 100011 |
Color Harmonies of #A80C96
Complementary color
Monochromatic Colors of #A80C96
Black with #A80C96
Text Example
Text Example
White with #A80C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C96; }
p { color: rgb(168,12,150); }
H1.HeaderClassName
{
color: #A80C96;
}
.AnyTagClassName
{
color: #A80C96;
}
</style>
background-color css
<style>
a { background-color: #A80C96; }
a { background-color: rgb(168,12,150); }
div.DivClassName
{
background-color: #A80C96;
}
.BgClassName
{
background-color: #A80C96;
}
</style>
border-color css
<style>
span { border-color: #A80C96; }
span { border-color: rgb(168,12,150); }
td.TdClassName
{
border-color: #A80C96;
}
.TagClassName
{
border-color: #A80C96;
}
</style>