Shades of Dark Magenta #A80B9F
Tints of Dark Magenta #A80B9F
RGB
CMYK
RGB Variations
Color information
#A80B9F (or 0xA80B9F) is known color: Dark Magenta. HEX triplet: A8, 0B and 9F. RGB value is (168,11,159). Sum of RGB (Red+Green+Blue) = 168+11+159=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B9F is #57F460. Grayscale: #4A4A4A. Windows color (decimal): -5764193 or 10423208. OLE color: 10423208.
HSL color Cylindrical-coordinate representation of color #A80B9F: hue angle of 303.44º degrees, saturation: 0.88, 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 #A80B9F is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 159 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.34 |
| HSL | 303.44º | 0.88% | 0.35% | - |
| HSV(B) | 303.44º | 0.93% | 0.66% | - |
| XYZ | 22.53 | 11.07 | 33.75 | - |
| YUV | 74.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 159 | 0 | 0.93 | 0.05 | 0.34 | 303.44 | 0.88 | 0.35 |
| Hex | A8 | B | 9F | 0 | 5D | 5 | 22 | 12F | 58 | 23 |
| Octal | 250 | 13 | 237 | 0 | 135 | 5 | 42 | 457 | 130 | 43 |
| Binary | 10101000 | 1011 | 10011111 | 0 | 1011101 | 101 | 100010 | 100101111 | 1011000 | 100011 |
Color Harmonies of #A80B9F
Complementary color
Monochromatic Colors of #A80B9F
Black with #A80B9F
Text Example
Text Example
White with #A80B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80B9F; }
p { color: rgb(168,11,159); }
H1.HeaderClassName
{
color: #A80B9F;
}
.AnyTagClassName
{
color: #A80B9F;
}
</style>
background-color css
<style>
a { background-color: #A80B9F; }
a { background-color: rgb(168,11,159); }
div.DivClassName
{
background-color: #A80B9F;
}
.BgClassName
{
background-color: #A80B9F;
}
</style>
border-color css
<style>
span { border-color: #A80B9F; }
span { border-color: rgb(168,11,159); }
td.TdClassName
{
border-color: #A80B9F;
}
.TagClassName
{
border-color: #A80B9F;
}
</style>