Shades of Deep Magenta #AB0BBA
Tints of Deep Magenta #AB0BBA
RGB
CMYK
RGB Variations
Color information
#AB0BBA (or 0xAB0BBA) is known color: Deep Magenta. HEX triplet: AB, 0B and BA. RGB value is (171,11,186). Sum of RGB (Red+Green+Blue) = 171+11+186=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB0BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BBA is #54F445. Grayscale: #4E4E4E. Windows color (decimal): -5567558 or 12192683. OLE color: 12192683.
HSL color Cylindrical-coordinate representation of color #AB0BBA: hue angle of 294.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BBA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 11 | 186 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.27 |
| HSL | 294.86º | 0.89% | 0.39% | - |
| HSV(B) | 294.86º | 0.94% | 0.73% | - |
| XYZ | 25.78 | 12.44 | 47.5 | - |
| YUV | 78.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 186 | 0.08 | 0.94 | 0 | 0.27 | 294.86 | 0.89 | 0.39 |
| Hex | AB | B | BA | 8 | 5E | 0 | 1B | 127 | 59 | 27 |
| Octal | 253 | 13 | 272 | 10 | 136 | 0 | 33 | 447 | 131 | 47 |
| Binary | 10101011 | 1011 | 10111010 | 1000 | 1011110 | 0 | 11011 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AB0BBA
Complementary color
Monochromatic Colors of #AB0BBA
Black with #AB0BBA
Text Example
Text Example
White with #AB0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BBA; }
p { color: rgb(171,11,186); }
H1.HeaderClassName
{
color: #AB0BBA;
}
.AnyTagClassName
{
color: #AB0BBA;
}
</style>
background-color css
<style>
a { background-color: #AB0BBA; }
a { background-color: rgb(171,11,186); }
div.DivClassName
{
background-color: #AB0BBA;
}
.BgClassName
{
background-color: #AB0BBA;
}
</style>
border-color css
<style>
span { border-color: #AB0BBA; }
span { border-color: rgb(171,11,186); }
td.TdClassName
{
border-color: #AB0BBA;
}
.TagClassName
{
border-color: #AB0BBA;
}
</style>