Shades of Deep Magenta #AB05BA
Tints of Deep Magenta #AB05BA
RGB
CMYK
RGB Variations
Color information
#AB05BA (or 0xAB05BA) is known color: Deep Magenta. HEX triplet: AB, 05 and BA. RGB value is (171,5,186). Sum of RGB (Red+Green+Blue) = 171+5+186=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05BA is #54FA45. Grayscale: #4A4A4A. Windows color (decimal): -5569094 or 12191147. OLE color: 12191147.
HSL color Cylindrical-coordinate representation of color #AB05BA: hue angle of 295.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB05BA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 5 | 186 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.27 |
| HSL | 295.03º | 0.95% | 0.37% | - |
| HSV(B) | 295.03º | 0.97% | 0.73% | - |
| XYZ | 25.71 | 12.31 | 47.48 | - |
| YUV | 75.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 186 | 0.08 | 0.97 | 0 | 0.27 | 295.03 | 0.95 | 0.37 |
| Hex | AB | 5 | BA | 8 | 61 | 0 | 1B | 127 | 5F | 25 |
| Octal | 253 | 5 | 272 | 10 | 141 | 0 | 33 | 447 | 137 | 45 |
| Binary | 10101011 | 101 | 10111010 | 1000 | 1100001 | 0 | 11011 | 100100111 | 1011111 | 100101 |
Color Harmonies of #AB05BA
Complementary color
Monochromatic Colors of #AB05BA
Black with #AB05BA
Text Example
Text Example
White with #AB05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05BA; }
p { color: rgb(171,5,186); }
H1.HeaderClassName
{
color: #AB05BA;
}
.AnyTagClassName
{
color: #AB05BA;
}
</style>
background-color css
<style>
a { background-color: #AB05BA; }
a { background-color: rgb(171,5,186); }
div.DivClassName
{
background-color: #AB05BA;
}
.BgClassName
{
background-color: #AB05BA;
}
</style>
border-color css
<style>
span { border-color: #AB05BA; }
span { border-color: rgb(171,5,186); }
td.TdClassName
{
border-color: #AB05BA;
}
.TagClassName
{
border-color: #AB05BA;
}
</style>