Shades of Deep Magenta #AB02AC
Tints of Deep Magenta #AB02AC
RGB
CMYK
RGB Variations
Color information
#AB02AC (or 0xAB02AC) is known color: Deep Magenta. HEX triplet: AB, 02 and AC. RGB value is (171,2,172). Sum of RGB (Red+Green+Blue) = 171+2+172=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02AC is #54FD53. Grayscale: #474747. Windows color (decimal): -5569876 or 11272875. OLE color: 11272875.
HSL color Cylindrical-coordinate representation of color #AB02AC: hue angle of 299.65º degrees, saturation: 0.98, 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 #AB02AC is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 172 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.33 |
| HSL | 299.65º | 0.98% | 0.34% | - |
| HSV(B) | 299.65º | 0.99% | 0.67% | - |
| XYZ | 24.26 | 11.68 | 40.01 | - |
| YUV | 71.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 172 | 0.01 | 0.99 | 0 | 0.33 | 299.65 | 0.98 | 0.34 |
| Hex | AB | 2 | AC | 1 | 63 | 0 | 21 | 12C | 62 | 22 |
| Octal | 253 | 2 | 254 | 1 | 143 | 0 | 41 | 454 | 142 | 42 |
| Binary | 10101011 | 10 | 10101100 | 1 | 1100011 | 0 | 100001 | 100101100 | 1100010 | 100010 |
Color Harmonies of #AB02AC
Complementary color
Monochromatic Colors of #AB02AC
Black with #AB02AC
Text Example
Text Example
White with #AB02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02AC; }
p { color: rgb(171,2,172); }
H1.HeaderClassName
{
color: #AB02AC;
}
.AnyTagClassName
{
color: #AB02AC;
}
</style>
background-color css
<style>
a { background-color: #AB02AC; }
a { background-color: rgb(171,2,172); }
div.DivClassName
{
background-color: #AB02AC;
}
.BgClassName
{
background-color: #AB02AC;
}
</style>
border-color css
<style>
span { border-color: #AB02AC; }
span { border-color: rgb(171,2,172); }
td.TdClassName
{
border-color: #AB02AC;
}
.TagClassName
{
border-color: #AB02AC;
}
</style>