Shades of Dark Magenta #AB18A8
Tints of Dark Magenta #AB18A8
RGB
CMYK
RGB Variations
Color information
#AB18A8 (or 0xAB18A8) is known color: Dark Magenta. HEX triplet: AB, 18 and A8. RGB value is (171,24,168). Sum of RGB (Red+Green+Blue) = 171+24+168=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB18A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB18A8 is #54E757. Grayscale: #535353. Windows color (decimal): -5564248 or 11016363. OLE color: 11016363.
HSL color Cylindrical-coordinate representation of color #AB18A8: hue angle of 301.22º 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 #AB18A8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 168 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.33 |
| HSL | 301.22º | 0.75% | 0.38% | - |
| HSV(B) | 301.22º | 0.86% | 0.67% | - |
| XYZ | 24.19 | 12.14 | 38.11 | - |
| YUV | 84.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 168 | 0 | 0.86 | 0.02 | 0.33 | 301.22 | 0.75 | 0.38 |
| Hex | AB | 18 | A8 | 0 | 56 | 2 | 21 | 12D | 4B | 26 |
| Octal | 253 | 30 | 250 | 0 | 126 | 2 | 41 | 455 | 113 | 46 |
| Binary | 10101011 | 11000 | 10101000 | 0 | 1010110 | 10 | 100001 | 100101101 | 1001011 | 100110 |
Color Harmonies of #AB18A8
Complementary color
Monochromatic Colors of #AB18A8
Black with #AB18A8
Text Example
Text Example
White with #AB18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB18A8; }
p { color: rgb(171,24,168); }
H1.HeaderClassName
{
color: #AB18A8;
}
.AnyTagClassName
{
color: #AB18A8;
}
</style>
background-color css
<style>
a { background-color: #AB18A8; }
a { background-color: rgb(171,24,168); }
div.DivClassName
{
background-color: #AB18A8;
}
.BgClassName
{
background-color: #AB18A8;
}
</style>
border-color css
<style>
span { border-color: #AB18A8; }
span { border-color: rgb(171,24,168); }
td.TdClassName
{
border-color: #AB18A8;
}
.TagClassName
{
border-color: #AB18A8;
}
</style>