Shades of Deep Magenta #AB0DAC
Tints of Deep Magenta #AB0DAC
RGB
CMYK
RGB Variations
Color information
#AB0DAC (or 0xAB0DAC) is known color: Deep Magenta. HEX triplet: AB, 0D and AC. RGB value is (171,13,172). Sum of RGB (Red+Green+Blue) = 171+13+172=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DAC is #54F253. Grayscale: #4D4D4D. Windows color (decimal): -5567060 or 11275691. OLE color: 11275691.
HSL color Cylindrical-coordinate representation of color #AB0DAC: hue angle of 299.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0DAC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 172 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.33 |
| HSL | 299.62º | 0.86% | 0.36% | - |
| HSV(B) | 299.62º | 0.92% | 0.67% | - |
| XYZ | 24.38 | 11.92 | 40.05 | - |
| YUV | 78.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 172 | 0.01 | 0.92 | 0 | 0.33 | 299.62 | 0.86 | 0.36 |
| Hex | AB | D | AC | 1 | 5C | 0 | 21 | 12C | 56 | 24 |
| Octal | 253 | 15 | 254 | 1 | 134 | 0 | 41 | 454 | 126 | 44 |
| Binary | 10101011 | 1101 | 10101100 | 1 | 1011100 | 0 | 100001 | 100101100 | 1010110 | 100100 |
Color Harmonies of #AB0DAC
Complementary color
Monochromatic Colors of #AB0DAC
Black with #AB0DAC
Text Example
Text Example
White with #AB0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DAC; }
p { color: rgb(171,13,172); }
H1.HeaderClassName
{
color: #AB0DAC;
}
.AnyTagClassName
{
color: #AB0DAC;
}
</style>
background-color css
<style>
a { background-color: #AB0DAC; }
a { background-color: rgb(171,13,172); }
div.DivClassName
{
background-color: #AB0DAC;
}
.BgClassName
{
background-color: #AB0DAC;
}
</style>
border-color css
<style>
span { border-color: #AB0DAC; }
span { border-color: rgb(171,13,172); }
td.TdClassName
{
border-color: #AB0DAC;
}
.TagClassName
{
border-color: #AB0DAC;
}
</style>