Shades of Dark Magenta #AC18A8
Tints of Dark Magenta #AC18A8
RGB
CMYK
RGB Variations
Color information
#AC18A8 (or 0xAC18A8) is known color: Dark Magenta. HEX triplet: AC, 18 and A8. RGB value is (172,24,168). Sum of RGB (Red+Green+Blue) = 172+24+168=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18A8 is #53E757. Grayscale: #545454. Windows color (decimal): -5498712 or 11016364. OLE color: 11016364.
HSL color Cylindrical-coordinate representation of color #AC18A8: hue angle of 301.62º degrees, saturation: 0.76, 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 #AC18A8 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 168 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.33 |
| HSL | 301.62º | 0.76% | 0.38% | - |
| HSV(B) | 301.62º | 0.86% | 0.67% | - |
| XYZ | 24.41 | 12.25 | 38.12 | - |
| YUV | 84.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 168 | 0 | 0.86 | 0.02 | 0.33 | 301.62 | 0.76 | 0.38 |
| Hex | AC | 18 | A8 | 0 | 56 | 2 | 21 | 12E | 4C | 26 |
| Octal | 254 | 30 | 250 | 0 | 126 | 2 | 41 | 456 | 114 | 46 |
| Binary | 10101100 | 11000 | 10101000 | 0 | 1010110 | 10 | 100001 | 100101110 | 1001100 | 100110 |
Color Harmonies of #AC18A8
Complementary color
Monochromatic Colors of #AC18A8
Black with #AC18A8
Text Example
Text Example
White with #AC18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18A8; }
p { color: rgb(172,24,168); }
H1.HeaderClassName
{
color: #AC18A8;
}
.AnyTagClassName
{
color: #AC18A8;
}
</style>
background-color css
<style>
a { background-color: #AC18A8; }
a { background-color: rgb(172,24,168); }
div.DivClassName
{
background-color: #AC18A8;
}
.BgClassName
{
background-color: #AC18A8;
}
</style>
border-color css
<style>
span { border-color: #AC18A8; }
span { border-color: rgb(172,24,168); }
td.TdClassName
{
border-color: #AC18A8;
}
.TagClassName
{
border-color: #AC18A8;
}
</style>