Shades of Deep Magenta #A80BAF
Tints of Deep Magenta #A80BAF
RGB
CMYK
RGB Variations
Color information
#A80BAF (or 0xA80BAF) is known color: Deep Magenta. HEX triplet: A8, 0B and AF. RGB value is (168,11,175). Sum of RGB (Red+Green+Blue) = 168+11+175=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A80BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BAF is #57F450. Grayscale: #4C4C4C. Windows color (decimal): -5764177 or 11471784. OLE color: 11471784.
HSL color Cylindrical-coordinate representation of color #A80BAF: hue angle of 297.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80BAF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 11 | 175 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.31 |
| HSL | 297.44º | 0.88% | 0.36% | - |
| HSV(B) | 297.44º | 0.94% | 0.69% | - |
| XYZ | 24.01 | 11.66 | 41.54 | - |
| YUV | 76.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 175 | 0.04 | 0.94 | 0 | 0.31 | 297.44 | 0.88 | 0.36 |
| Hex | A8 | B | AF | 4 | 5E | 0 | 1F | 129 | 58 | 24 |
| Octal | 250 | 13 | 257 | 4 | 136 | 0 | 37 | 451 | 130 | 44 |
| Binary | 10101000 | 1011 | 10101111 | 100 | 1011110 | 0 | 11111 | 100101001 | 1011000 | 100100 |
Color Harmonies of #A80BAF
Complementary color
Monochromatic Colors of #A80BAF
Black with #A80BAF
Text Example
Text Example
White with #A80BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BAF; }
p { color: rgb(168,11,175); }
H1.HeaderClassName
{
color: #A80BAF;
}
.AnyTagClassName
{
color: #A80BAF;
}
</style>
background-color css
<style>
a { background-color: #A80BAF; }
a { background-color: rgb(168,11,175); }
div.DivClassName
{
background-color: #A80BAF;
}
.BgClassName
{
background-color: #A80BAF;
}
</style>
border-color css
<style>
span { border-color: #A80BAF; }
span { border-color: rgb(168,11,175); }
td.TdClassName
{
border-color: #A80BAF;
}
.TagClassName
{
border-color: #A80BAF;
}
</style>