Shades of Deep Magenta #AB13AC
Tints of Deep Magenta #AB13AC
RGB
CMYK
RGB Variations
Color information
#AB13AC (or 0xAB13AC) is known color: Deep Magenta. HEX triplet: AB, 13 and AC. RGB value is (171,19,172). Sum of RGB (Red+Green+Blue) = 171+19+172=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB13AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB13AC is #54EC53. Grayscale: #515151. Windows color (decimal): -5565524 or 11277227. OLE color: 11277227.
HSL color Cylindrical-coordinate representation of color #AB13AC: hue angle of 299.61º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB13AC is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 172 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.33 |
| HSL | 299.61º | 0.8% | 0.37% | - |
| HSV(B) | 299.61º | 0.89% | 0.67% | - |
| XYZ | 24.47 | 12.1 | 40.08 | - |
| YUV | 81.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 172 | 0.01 | 0.89 | 0 | 0.33 | 299.61 | 0.8 | 0.37 |
| Hex | AB | 13 | AC | 1 | 59 | 0 | 21 | 12C | 50 | 25 |
| Octal | 253 | 23 | 254 | 1 | 131 | 0 | 41 | 454 | 120 | 45 |
| Binary | 10101011 | 10011 | 10101100 | 1 | 1011001 | 0 | 100001 | 100101100 | 1010000 | 100101 |
Color Harmonies of #AB13AC
Complementary color
Monochromatic Colors of #AB13AC
Black with #AB13AC
Text Example
Text Example
White with #AB13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13AC; }
p { color: rgb(171,19,172); }
H1.HeaderClassName
{
color: #AB13AC;
}
.AnyTagClassName
{
color: #AB13AC;
}
</style>
background-color css
<style>
a { background-color: #AB13AC; }
a { background-color: rgb(171,19,172); }
div.DivClassName
{
background-color: #AB13AC;
}
.BgClassName
{
background-color: #AB13AC;
}
</style>
border-color css
<style>
span { border-color: #AB13AC; }
span { border-color: rgb(171,19,172); }
td.TdClassName
{
border-color: #AB13AC;
}
.TagClassName
{
border-color: #AB13AC;
}
</style>