Shades of Deep Magenta #AB01AC
Tints of Deep Magenta #AB01AC
RGB
CMYK
RGB Variations
Color information
#AB01AC (or 0xAB01AC) is known color: Deep Magenta. HEX triplet: AB, 01 and AC. RGB value is (171,1,172). Sum of RGB (Red+Green+Blue) = 171+1+172=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB01AC is #54FE53. Grayscale: #464646. Windows color (decimal): -5570132 or 11272619. OLE color: 11272619.
HSL color Cylindrical-coordinate representation of color #AB01AC: hue angle of 299.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01AC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 172 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.33 |
| HSL | 299.65º | 0.99% | 0.34% | - |
| HSV(B) | 299.65º | 0.99% | 0.67% | - |
| XYZ | 24.25 | 11.66 | 40 | - |
| YUV | 71.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 172 | 0.01 | 0.99 | 0 | 0.33 | 299.65 | 0.99 | 0.34 |
| Hex | AB | 1 | AC | 1 | 63 | 0 | 21 | 12C | 63 | 22 |
| Octal | 253 | 1 | 254 | 1 | 143 | 0 | 41 | 454 | 143 | 42 |
| Binary | 10101011 | 1 | 10101100 | 1 | 1100011 | 0 | 100001 | 100101100 | 1100011 | 100010 |
Color Harmonies of #AB01AC
Complementary color
Monochromatic Colors of #AB01AC
Black with #AB01AC
Text Example
Text Example
White with #AB01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01AC; }
p { color: rgb(171,1,172); }
H1.HeaderClassName
{
color: #AB01AC;
}
.AnyTagClassName
{
color: #AB01AC;
}
</style>
background-color css
<style>
a { background-color: #AB01AC; }
a { background-color: rgb(171,1,172); }
div.DivClassName
{
background-color: #AB01AC;
}
.BgClassName
{
background-color: #AB01AC;
}
</style>
border-color css
<style>
span { border-color: #AB01AC; }
span { border-color: rgb(171,1,172); }
td.TdClassName
{
border-color: #AB01AC;
}
.TagClassName
{
border-color: #AB01AC;
}
</style>