Shades of Deep Magenta #AC14AD
Tints of Deep Magenta #AC14AD
RGB
CMYK
RGB Variations
Color information
#AC14AD (or 0xAC14AD) is known color: Deep Magenta. HEX triplet: AC, 14 and AD. RGB value is (172,20,173). Sum of RGB (Red+Green+Blue) = 172+20+173=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC14AD is #53EB52. Grayscale: #525252. Windows color (decimal): -5499731 or 11343020. OLE color: 11343020.
HSL color Cylindrical-coordinate representation of color #AC14AD: hue angle of 299.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC14AD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 20 | 173 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.32 |
| HSL | 299.61º | 0.79% | 0.38% | - |
| HSV(B) | 299.61º | 0.88% | 0.68% | - |
| XYZ | 24.81 | 12.29 | 40.6 | - |
| YUV | 82.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 173 | 0.01 | 0.88 | 0 | 0.32 | 299.61 | 0.79 | 0.38 |
| Hex | AC | 14 | AD | 1 | 58 | 0 | 20 | 12C | 4F | 26 |
| Octal | 254 | 24 | 255 | 1 | 130 | 0 | 40 | 454 | 117 | 46 |
| Binary | 10101100 | 10100 | 10101101 | 1 | 1011000 | 0 | 100000 | 100101100 | 1001111 | 100110 |
Color Harmonies of #AC14AD
Complementary color
Monochromatic Colors of #AC14AD
Black with #AC14AD
Text Example
Text Example
White with #AC14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC14AD; }
p { color: rgb(172,20,173); }
H1.HeaderClassName
{
color: #AC14AD;
}
.AnyTagClassName
{
color: #AC14AD;
}
</style>
background-color css
<style>
a { background-color: #AC14AD; }
a { background-color: rgb(172,20,173); }
div.DivClassName
{
background-color: #AC14AD;
}
.BgClassName
{
background-color: #AC14AD;
}
</style>
border-color css
<style>
span { border-color: #AC14AD; }
span { border-color: rgb(172,20,173); }
td.TdClassName
{
border-color: #AC14AD;
}
.TagClassName
{
border-color: #AC14AD;
}
</style>