Shades of Dark Magenta #A80BAB
Tints of Dark Magenta #A80BAB
RGB
CMYK
RGB Variations
Color information
#A80BAB (or 0xA80BAB) is known color: Dark Magenta. HEX triplet: A8, 0B and AB. RGB value is (168,11,171). Sum of RGB (Red+Green+Blue) = 168+11+171=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A80BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BAB is #57F454. Grayscale: #4B4B4B. Windows color (decimal): -5764181 or 11209640. OLE color: 11209640.
HSL color Cylindrical-coordinate representation of color #A80BAB: hue angle of 298.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BAB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 11 | 171 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.33 |
| HSL | 298.88º | 0.88% | 0.36% | - |
| HSV(B) | 298.88º | 0.94% | 0.67% | - |
| XYZ | 23.62 | 11.5 | 39.5 | - |
| YUV | 76.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 171 | 0.02 | 0.94 | 0 | 0.33 | 298.88 | 0.88 | 0.36 |
| Hex | A8 | B | AB | 2 | 5E | 0 | 21 | 12B | 58 | 24 |
| Octal | 250 | 13 | 253 | 2 | 136 | 0 | 41 | 453 | 130 | 44 |
| Binary | 10101000 | 1011 | 10101011 | 10 | 1011110 | 0 | 100001 | 100101011 | 1011000 | 100100 |
Color Harmonies of #A80BAB
Complementary color
Monochromatic Colors of #A80BAB
Black with #A80BAB
Text Example
Text Example
White with #A80BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BAB; }
p { color: rgb(168,11,171); }
H1.HeaderClassName
{
color: #A80BAB;
}
.AnyTagClassName
{
color: #A80BAB;
}
</style>
background-color css
<style>
a { background-color: #A80BAB; }
a { background-color: rgb(168,11,171); }
div.DivClassName
{
background-color: #A80BAB;
}
.BgClassName
{
background-color: #A80BAB;
}
</style>
border-color css
<style>
span { border-color: #A80BAB; }
span { border-color: rgb(168,11,171); }
td.TdClassName
{
border-color: #A80BAB;
}
.TagClassName
{
border-color: #A80BAB;
}
</style>