Shades of Deep Magenta #AB11B9
Tints of Deep Magenta #AB11B9
RGB
CMYK
RGB Variations
Color information
#AB11B9 (or 0xAB11B9) is known color: Deep Magenta. HEX triplet: AB, 11 and B9. RGB value is (171,17,185). Sum of RGB (Red+Green+Blue) = 171+17+185=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB11B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11B9 is #54EE46. Grayscale: #515151. Windows color (decimal): -5566023 or 12128683. OLE color: 12128683.
HSL color Cylindrical-coordinate representation of color #AB11B9: hue angle of 295º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB11B9 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 17 | 185 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.27 |
| HSL | 295º | 0.83% | 0.4% | - |
| HSV(B) | 295º | 0.91% | 0.73% | - |
| XYZ | 25.75 | 12.56 | 46.97 | - |
| YUV | 82.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 185 | 0.08 | 0.91 | 0 | 0.27 | 295 | 0.83 | 0.4 |
| Hex | AB | 11 | B9 | 8 | 5B | 0 | 1B | 127 | 53 | 28 |
| Octal | 253 | 21 | 271 | 10 | 133 | 0 | 33 | 447 | 123 | 50 |
| Binary | 10101011 | 10001 | 10111001 | 1000 | 1011011 | 0 | 11011 | 100100111 | 1010011 | 101000 |
Color Harmonies of #AB11B9
Complementary color
Monochromatic Colors of #AB11B9
Black with #AB11B9
Text Example
Text Example
White with #AB11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11B9; }
p { color: rgb(171,17,185); }
H1.HeaderClassName
{
color: #AB11B9;
}
.AnyTagClassName
{
color: #AB11B9;
}
</style>
background-color css
<style>
a { background-color: #AB11B9; }
a { background-color: rgb(171,17,185); }
div.DivClassName
{
background-color: #AB11B9;
}
.BgClassName
{
background-color: #AB11B9;
}
</style>
border-color css
<style>
span { border-color: #AB11B9; }
span { border-color: rgb(171,17,185); }
td.TdClassName
{
border-color: #AB11B9;
}
.TagClassName
{
border-color: #AB11B9;
}
</style>