Shades of Deep Magenta #AC19AD
Tints of Deep Magenta #AC19AD
RGB
CMYK
RGB Variations
Color information
#AC19AD (or 0xAC19AD) is known color: Deep Magenta. HEX triplet: AC, 19 and AD. RGB value is (172,25,173). Sum of RGB (Red+Green+Blue) = 172+25+173=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC19AD is #53E652. Grayscale: #555555. Windows color (decimal): -5498451 or 11344300. OLE color: 11344300.
HSL color Cylindrical-coordinate representation of color #AC19AD: hue angle of 299.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC19AD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 25 | 173 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.32 |
| HSL | 299.59º | 0.75% | 0.39% | - |
| HSV(B) | 299.59º | 0.86% | 0.68% | - |
| XYZ | 24.9 | 12.48 | 40.63 | - |
| YUV | 85.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 173 | 0.01 | 0.86 | 0 | 0.32 | 299.59 | 0.75 | 0.39 |
| Hex | AC | 19 | AD | 1 | 56 | 0 | 20 | 12C | 4B | 27 |
| Octal | 254 | 31 | 255 | 1 | 126 | 0 | 40 | 454 | 113 | 47 |
| Binary | 10101100 | 11001 | 10101101 | 1 | 1010110 | 0 | 100000 | 100101100 | 1001011 | 100111 |
Color Harmonies of #AC19AD
Complementary color
Monochromatic Colors of #AC19AD
Black with #AC19AD
Text Example
Text Example
White with #AC19AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19AD; }
p { color: rgb(172,25,173); }
H1.HeaderClassName
{
color: #AC19AD;
}
.AnyTagClassName
{
color: #AC19AD;
}
</style>
background-color css
<style>
a { background-color: #AC19AD; }
a { background-color: rgb(172,25,173); }
div.DivClassName
{
background-color: #AC19AD;
}
.BgClassName
{
background-color: #AC19AD;
}
</style>
border-color css
<style>
span { border-color: #AC19AD; }
span { border-color: rgb(172,25,173); }
td.TdClassName
{
border-color: #AC19AD;
}
.TagClassName
{
border-color: #AC19AD;
}
</style>