Shades of Dark Magenta #A80BAE
Tints of Dark Magenta #A80BAE
RGB
CMYK
RGB Variations
Color information
#A80BAE (or 0xA80BAE) is known color: Dark Magenta. HEX triplet: A8, 0B and AE. RGB value is (168,11,174). Sum of RGB (Red+Green+Blue) = 168+11+174=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #A80BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BAE is #57F451. Grayscale: #4C4C4C. Windows color (decimal): -5764178 or 11406248. OLE color: 11406248.
HSL color Cylindrical-coordinate representation of color #A80BAE: hue angle of 297.79º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BAE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 11 | 174 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.32 |
| HSL | 297.79º | 0.88% | 0.36% | - |
| HSV(B) | 297.79º | 0.94% | 0.68% | - |
| XYZ | 23.91 | 11.62 | 41.03 | - |
| YUV | 76.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 174 | 0.03 | 0.94 | 0 | 0.32 | 297.79 | 0.88 | 0.36 |
| Hex | A8 | B | AE | 3 | 5E | 0 | 20 | 12A | 58 | 24 |
| Octal | 250 | 13 | 256 | 3 | 136 | 0 | 40 | 452 | 130 | 44 |
| Binary | 10101000 | 1011 | 10101110 | 11 | 1011110 | 0 | 100000 | 100101010 | 1011000 | 100100 |
Color Harmonies of #A80BAE
Complementary color
Monochromatic Colors of #A80BAE
Black with #A80BAE
Text Example
Text Example
White with #A80BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BAE; }
p { color: rgb(168,11,174); }
H1.HeaderClassName
{
color: #A80BAE;
}
.AnyTagClassName
{
color: #A80BAE;
}
</style>
background-color css
<style>
a { background-color: #A80BAE; }
a { background-color: rgb(168,11,174); }
div.DivClassName
{
background-color: #A80BAE;
}
.BgClassName
{
background-color: #A80BAE;
}
</style>
border-color css
<style>
span { border-color: #A80BAE; }
span { border-color: rgb(168,11,174); }
td.TdClassName
{
border-color: #A80BAE;
}
.TagClassName
{
border-color: #A80BAE;
}
</style>