Shades of Dark Magenta #A80BA6
Tints of Dark Magenta #A80BA6
RGB
CMYK
RGB Variations
Color information
#A80BA6 (or 0xA80BA6) is known color: Dark Magenta. HEX triplet: A8, 0B and A6. RGB value is (168,11,166). Sum of RGB (Red+Green+Blue) = 168+11+166=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A80BA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BA6 is #57F459. Grayscale: #4B4B4B. Windows color (decimal): -5764186 or 10881960. OLE color: 10881960.
HSL color Cylindrical-coordinate representation of color #A80BA6: hue angle of 300.76º 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 #A80BA6 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 11 | 166 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.34 |
| HSL | 300.76º | 0.88% | 0.35% | - |
| HSV(B) | 300.76º | 0.93% | 0.66% | - |
| XYZ | 23.15 | 11.32 | 37.04 | - |
| YUV | 75.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 166 | 0 | 0.93 | 0.01 | 0.34 | 300.76 | 0.88 | 0.35 |
| Hex | A8 | B | A6 | 0 | 5D | 1 | 22 | 12D | 58 | 23 |
| Octal | 250 | 13 | 246 | 0 | 135 | 1 | 42 | 455 | 130 | 43 |
| Binary | 10101000 | 1011 | 10100110 | 0 | 1011101 | 1 | 100010 | 100101101 | 1011000 | 100011 |
Color Harmonies of #A80BA6
Complementary color
Monochromatic Colors of #A80BA6
Black with #A80BA6
Text Example
Text Example
White with #A80BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BA6; }
p { color: rgb(168,11,166); }
H1.HeaderClassName
{
color: #A80BA6;
}
.AnyTagClassName
{
color: #A80BA6;
}
</style>
background-color css
<style>
a { background-color: #A80BA6; }
a { background-color: rgb(168,11,166); }
div.DivClassName
{
background-color: #A80BA6;
}
.BgClassName
{
background-color: #A80BA6;
}
</style>
border-color css
<style>
span { border-color: #A80BA6; }
span { border-color: rgb(168,11,166); }
td.TdClassName
{
border-color: #A80BA6;
}
.TagClassName
{
border-color: #A80BA6;
}
</style>