Shades of Deep Magenta #AC05AD
Tints of Deep Magenta #AC05AD
RGB
CMYK
RGB Variations
Color information
#AC05AD (or 0xAC05AD) is known color: Deep Magenta. HEX triplet: AC, 05 and AD. RGB value is (172,5,173). Sum of RGB (Red+Green+Blue) = 172+5+173=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC05AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC05AD is #53FA52. Grayscale: #494949. Windows color (decimal): -5503571 or 11339180. OLE color: 11339180.
HSL color Cylindrical-coordinate representation of color #AC05AD: hue angle of 299.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC05AD is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 5 | 173 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.32 |
| HSL | 299.64º | 0.94% | 0.35% | - |
| HSV(B) | 299.64º | 0.97% | 0.68% | - |
| XYZ | 24.61 | 11.9 | 40.53 | - |
| YUV | 74.09 | 183.83 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 173 | 0.01 | 0.97 | 0 | 0.32 | 299.64 | 0.94 | 0.35 |
| Hex | AC | 5 | AD | 1 | 61 | 0 | 20 | 12C | 5E | 23 |
| Octal | 254 | 5 | 255 | 1 | 141 | 0 | 40 | 454 | 136 | 43 |
| Binary | 10101100 | 101 | 10101101 | 1 | 1100001 | 0 | 100000 | 100101100 | 1011110 | 100011 |
Color Harmonies of #AC05AD
Complementary color
Monochromatic Colors of #AC05AD
Black with #AC05AD
Text Example
Text Example
White with #AC05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05AD; }
p { color: rgb(172,5,173); }
H1.HeaderClassName
{
color: #AC05AD;
}
.AnyTagClassName
{
color: #AC05AD;
}
</style>
background-color css
<style>
a { background-color: #AC05AD; }
a { background-color: rgb(172,5,173); }
div.DivClassName
{
background-color: #AC05AD;
}
.BgClassName
{
background-color: #AC05AD;
}
</style>
border-color css
<style>
span { border-color: #AC05AD; }
span { border-color: rgb(172,5,173); }
td.TdClassName
{
border-color: #AC05AD;
}
.TagClassName
{
border-color: #AC05AD;
}
</style>