Shades of Dark Magenta #A80C9B
Tints of Dark Magenta #A80C9B
RGB
CMYK
RGB Variations
Color information
#A80C9B (or 0xA80C9B) is known color: Dark Magenta. HEX triplet: A8, 0C and 9B. RGB value is (168,12,155). Sum of RGB (Red+Green+Blue) = 168+12+155=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C9B is #57F364. Grayscale: #4A4A4A. Windows color (decimal): -5763941 or 10161320. OLE color: 10161320.
HSL color Cylindrical-coordinate representation of color #A80C9B: hue angle of 305º 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 #A80C9B is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 155 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.34 |
| HSL | 305º | 0.87% | 0.35% | - |
| HSV(B) | 305º | 0.93% | 0.66% | - |
| XYZ | 22.2 | 10.95 | 31.95 | - |
| YUV | 74.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 155 | 0 | 0.93 | 0.08 | 0.34 | 305 | 0.87 | 0.35 |
| Hex | A8 | C | 9B | 0 | 5D | 8 | 22 | 131 | 57 | 23 |
| Octal | 250 | 14 | 233 | 0 | 135 | 10 | 42 | 461 | 127 | 43 |
| Binary | 10101000 | 1100 | 10011011 | 0 | 1011101 | 1000 | 100010 | 100110001 | 1010111 | 100011 |
Color Harmonies of #A80C9B
Complementary color
Monochromatic Colors of #A80C9B
Black with #A80C9B
Text Example
Text Example
White with #A80C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C9B; }
p { color: rgb(168,12,155); }
H1.HeaderClassName
{
color: #A80C9B;
}
.AnyTagClassName
{
color: #A80C9B;
}
</style>
background-color css
<style>
a { background-color: #A80C9B; }
a { background-color: rgb(168,12,155); }
div.DivClassName
{
background-color: #A80C9B;
}
.BgClassName
{
background-color: #A80C9B;
}
</style>
border-color css
<style>
span { border-color: #A80C9B; }
span { border-color: rgb(168,12,155); }
td.TdClassName
{
border-color: #A80C9B;
}
.TagClassName
{
border-color: #A80C9B;
}
</style>