Shades of Deep Magenta #AB17AC
Tints of Deep Magenta #AB17AC
RGB
CMYK
RGB Variations
Color information
#AB17AC (or 0xAB17AC) is known color: Deep Magenta. HEX triplet: AB, 17 and AC. RGB value is (171,23,172). Sum of RGB (Red+Green+Blue) = 171+23+172=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17AC is #54E853. Grayscale: #535353. Windows color (decimal): -5564500 or 11278251. OLE color: 11278251.
HSL color Cylindrical-coordinate representation of color #AB17AC: hue angle of 299.6º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB17AC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 172 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.33 |
| HSL | 299.6º | 0.76% | 0.38% | - |
| HSV(B) | 299.6º | 0.87% | 0.67% | - |
| XYZ | 24.55 | 12.25 | 40.1 | - |
| YUV | 84.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 172 | 0.01 | 0.87 | 0 | 0.33 | 299.6 | 0.76 | 0.38 |
| Hex | AB | 17 | AC | 1 | 57 | 0 | 21 | 12C | 4C | 26 |
| Octal | 253 | 27 | 254 | 1 | 127 | 0 | 41 | 454 | 114 | 46 |
| Binary | 10101011 | 10111 | 10101100 | 1 | 1010111 | 0 | 100001 | 100101100 | 1001100 | 100110 |
Color Harmonies of #AB17AC
Complementary color
Monochromatic Colors of #AB17AC
Black with #AB17AC
Text Example
Text Example
White with #AB17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17AC; }
p { color: rgb(171,23,172); }
H1.HeaderClassName
{
color: #AB17AC;
}
.AnyTagClassName
{
color: #AB17AC;
}
</style>
background-color css
<style>
a { background-color: #AB17AC; }
a { background-color: rgb(171,23,172); }
div.DivClassName
{
background-color: #AB17AC;
}
.BgClassName
{
background-color: #AB17AC;
}
</style>
border-color css
<style>
span { border-color: #AB17AC; }
span { border-color: rgb(171,23,172); }
td.TdClassName
{
border-color: #AB17AC;
}
.TagClassName
{
border-color: #AB17AC;
}
</style>