Shades of Deep Magenta #AB11AC
Tints of Deep Magenta #AB11AC
RGB
CMYK
RGB Variations
Color information
#AB11AC (or 0xAB11AC) is known color: Deep Magenta. HEX triplet: AB, 11 and AC. RGB value is (171,17,172). Sum of RGB (Red+Green+Blue) = 171+17+172=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB11AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11AC is #54EE53. Grayscale: #505050. Windows color (decimal): -5566036 or 11276715. OLE color: 11276715.
HSL color Cylindrical-coordinate representation of color #AB11AC: hue angle of 299.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11AC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 172 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.33 |
| HSL | 299.61º | 0.82% | 0.37% | - |
| HSV(B) | 299.61º | 0.9% | 0.67% | - |
| XYZ | 24.44 | 12.04 | 40.06 | - |
| YUV | 80.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 172 | 0.01 | 0.90 | 0 | 0.33 | 299.61 | 0.82 | 0.37 |
| Hex | AB | 11 | AC | 1 | 5A | 0 | 21 | 12C | 52 | 25 |
| Octal | 253 | 21 | 254 | 1 | 132 | 0 | 41 | 454 | 122 | 45 |
| Binary | 10101011 | 10001 | 10101100 | 1 | 1011010 | 0 | 100001 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AB11AC
Complementary color
Monochromatic Colors of #AB11AC
Black with #AB11AC
Text Example
Text Example
White with #AB11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11AC; }
p { color: rgb(171,17,172); }
H1.HeaderClassName
{
color: #AB11AC;
}
.AnyTagClassName
{
color: #AB11AC;
}
</style>
background-color css
<style>
a { background-color: #AB11AC; }
a { background-color: rgb(171,17,172); }
div.DivClassName
{
background-color: #AB11AC;
}
.BgClassName
{
background-color: #AB11AC;
}
</style>
border-color css
<style>
span { border-color: #AB11AC; }
span { border-color: rgb(171,17,172); }
td.TdClassName
{
border-color: #AB11AC;
}
.TagClassName
{
border-color: #AB11AC;
}
</style>