Shades of Dark Magenta #AC18A3
Tints of Dark Magenta #AC18A3
RGB
CMYK
RGB Variations
Color information
#AC18A3 (or 0xAC18A3) is known color: Dark Magenta. HEX triplet: AC, 18 and A3. RGB value is (172,24,163). Sum of RGB (Red+Green+Blue) = 172+24+163=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC18A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC18A3 is #53E75C. Grayscale: #535353. Windows color (decimal): -5498717 or 10688684. OLE color: 10688684.
HSL color Cylindrical-coordinate representation of color #AC18A3: hue angle of 303.65º 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 #AC18A3 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 163 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.33 |
| HSL | 303.65º | 0.76% | 0.38% | - |
| HSV(B) | 303.65º | 0.86% | 0.67% | - |
| XYZ | 23.95 | 12.07 | 35.72 | - |
| YUV | 84.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 163 | 0 | 0.86 | 0.05 | 0.33 | 303.65 | 0.76 | 0.38 |
| Hex | AC | 18 | A3 | 0 | 56 | 5 | 21 | 130 | 4C | 26 |
| Octal | 254 | 30 | 243 | 0 | 126 | 5 | 41 | 460 | 114 | 46 |
| Binary | 10101100 | 11000 | 10100011 | 0 | 1010110 | 101 | 100001 | 100110000 | 1001100 | 100110 |
Color Harmonies of #AC18A3
Complementary color
Monochromatic Colors of #AC18A3
Black with #AC18A3
Text Example
Text Example
White with #AC18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC18A3; }
p { color: rgb(172,24,163); }
H1.HeaderClassName
{
color: #AC18A3;
}
.AnyTagClassName
{
color: #AC18A3;
}
</style>
background-color css
<style>
a { background-color: #AC18A3; }
a { background-color: rgb(172,24,163); }
div.DivClassName
{
background-color: #AC18A3;
}
.BgClassName
{
background-color: #AC18A3;
}
</style>
border-color css
<style>
span { border-color: #AC18A3; }
span { border-color: rgb(172,24,163); }
td.TdClassName
{
border-color: #AC18A3;
}
.TagClassName
{
border-color: #AC18A3;
}
</style>