Shades of Dark Magenta #A80BAA
Tints of Dark Magenta #A80BAA
RGB
CMYK
RGB Variations
Color information
#A80BAA (or 0xA80BAA) is known color: Dark Magenta. HEX triplet: A8, 0B and AA. RGB value is (168,11,170). Sum of RGB (Red+Green+Blue) = 168+11+170=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BAA is #57F455. Grayscale: #4B4B4B. Windows color (decimal): -5764182 or 11144104. OLE color: 11144104.
HSL color Cylindrical-coordinate representation of color #A80BAA: hue angle of 299.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BAA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 11 | 170 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.33 |
| HSL | 299.25º | 0.88% | 0.35% | - |
| HSV(B) | 299.25º | 0.94% | 0.67% | - |
| XYZ | 23.52 | 11.47 | 39 | - |
| YUV | 76.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 170 | 0.01 | 0.94 | 0 | 0.33 | 299.25 | 0.88 | 0.35 |
| Hex | A8 | B | AA | 1 | 5E | 0 | 21 | 12B | 58 | 23 |
| Octal | 250 | 13 | 252 | 1 | 136 | 0 | 41 | 453 | 130 | 43 |
| Binary | 10101000 | 1011 | 10101010 | 1 | 1011110 | 0 | 100001 | 100101011 | 1011000 | 100011 |
Color Harmonies of #A80BAA
Complementary color
Monochromatic Colors of #A80BAA
Black with #A80BAA
Text Example
Text Example
White with #A80BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BAA; }
p { color: rgb(168,11,170); }
H1.HeaderClassName
{
color: #A80BAA;
}
.AnyTagClassName
{
color: #A80BAA;
}
</style>
background-color css
<style>
a { background-color: #A80BAA; }
a { background-color: rgb(168,11,170); }
div.DivClassName
{
background-color: #A80BAA;
}
.BgClassName
{
background-color: #A80BAA;
}
</style>
border-color css
<style>
span { border-color: #A80BAA; }
span { border-color: rgb(168,11,170); }
td.TdClassName
{
border-color: #A80BAA;
}
.TagClassName
{
border-color: #A80BAA;
}
</style>