Shades of Deep Magenta #AB10AC
Tints of Deep Magenta #AB10AC
RGB
CMYK
RGB Variations
Color information
#AB10AC (or 0xAB10AC) is known color: Deep Magenta. HEX triplet: AB, 10 and AC. RGB value is (171,16,172). Sum of RGB (Red+Green+Blue) = 171+16+172=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10AC is #54EF53. Grayscale: #4F4F4F. Windows color (decimal): -5566292 or 11276459. OLE color: 11276459.
HSL color Cylindrical-coordinate representation of color #AB10AC: hue angle of 299.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB10AC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 172 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.33 |
| HSL | 299.62º | 0.83% | 0.37% | - |
| HSV(B) | 299.62º | 0.91% | 0.67% | - |
| XYZ | 24.43 | 12.01 | 40.06 | - |
| YUV | 80.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 172 | 0.01 | 0.91 | 0 | 0.33 | 299.62 | 0.83 | 0.37 |
| Hex | AB | 10 | AC | 1 | 5B | 0 | 21 | 12C | 53 | 25 |
| Octal | 253 | 20 | 254 | 1 | 133 | 0 | 41 | 454 | 123 | 45 |
| Binary | 10101011 | 10000 | 10101100 | 1 | 1011011 | 0 | 100001 | 100101100 | 1010011 | 100101 |
Color Harmonies of #AB10AC
Complementary color
Monochromatic Colors of #AB10AC
Black with #AB10AC
Text Example
Text Example
White with #AB10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB10AC; }
p { color: rgb(171,16,172); }
H1.HeaderClassName
{
color: #AB10AC;
}
.AnyTagClassName
{
color: #AB10AC;
}
</style>
background-color css
<style>
a { background-color: #AB10AC; }
a { background-color: rgb(171,16,172); }
div.DivClassName
{
background-color: #AB10AC;
}
.BgClassName
{
background-color: #AB10AC;
}
</style>
border-color css
<style>
span { border-color: #AB10AC; }
span { border-color: rgb(171,16,172); }
td.TdClassName
{
border-color: #AB10AC;
}
.TagClassName
{
border-color: #AB10AC;
}
</style>