Shades of Dark Magenta #AB18A6
Tints of Dark Magenta #AB18A6
RGB
CMYK
RGB Variations
Color information
#AB18A6 (or 0xAB18A6) is known color: Dark Magenta. HEX triplet: AB, 18 and A6. RGB value is (171,24,166). Sum of RGB (Red+Green+Blue) = 171+24+166=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18A6 is #54E759. Grayscale: #535353. Windows color (decimal): -5564250 or 10885291. OLE color: 10885291.
HSL color Cylindrical-coordinate representation of color #AB18A6: hue angle of 302.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB18A6 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 166 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.33 |
| HSL | 302.04º | 0.75% | 0.38% | - |
| HSV(B) | 302.04º | 0.86% | 0.67% | - |
| XYZ | 24 | 12.06 | 37.14 | - |
| YUV | 84.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 166 | 0 | 0.86 | 0.03 | 0.33 | 302.04 | 0.75 | 0.38 |
| Hex | AB | 18 | A6 | 0 | 56 | 3 | 21 | 12E | 4B | 26 |
| Octal | 253 | 30 | 246 | 0 | 126 | 3 | 41 | 456 | 113 | 46 |
| Binary | 10101011 | 11000 | 10100110 | 0 | 1010110 | 11 | 100001 | 100101110 | 1001011 | 100110 |
Color Harmonies of #AB18A6
Complementary color
Monochromatic Colors of #AB18A6
Black with #AB18A6
Text Example
Text Example
White with #AB18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB18A6; }
p { color: rgb(171,24,166); }
H1.HeaderClassName
{
color: #AB18A6;
}
.AnyTagClassName
{
color: #AB18A6;
}
</style>
background-color css
<style>
a { background-color: #AB18A6; }
a { background-color: rgb(171,24,166); }
div.DivClassName
{
background-color: #AB18A6;
}
.BgClassName
{
background-color: #AB18A6;
}
</style>
border-color css
<style>
span { border-color: #AB18A6; }
span { border-color: rgb(171,24,166); }
td.TdClassName
{
border-color: #AB18A6;
}
.TagClassName
{
border-color: #AB18A6;
}
</style>