Shades of Deep Magenta #AC08AD
Tints of Deep Magenta #AC08AD
RGB
CMYK
RGB Variations
Color information
#AC08AD (or 0xAC08AD) is known color: Deep Magenta. HEX triplet: AC, 08 and AD. RGB value is (172,8,173). Sum of RGB (Red+Green+Blue) = 172+8+173=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC08AD is #53F752. Grayscale: #4B4B4B. Windows color (decimal): -5502803 or 11339948. OLE color: 11339948.
HSL color Cylindrical-coordinate representation of color #AC08AD: hue angle of 299.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC08AD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 8 | 173 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.32 |
| HSL | 299.64º | 0.91% | 0.35% | - |
| HSV(B) | 299.64º | 0.95% | 0.68% | - |
| XYZ | 24.64 | 11.96 | 40.55 | - |
| YUV | 75.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 173 | 0.01 | 0.95 | 0 | 0.32 | 299.64 | 0.91 | 0.35 |
| Hex | AC | 8 | AD | 1 | 5F | 0 | 20 | 12C | 5B | 23 |
| Octal | 254 | 10 | 255 | 1 | 137 | 0 | 40 | 454 | 133 | 43 |
| Binary | 10101100 | 1000 | 10101101 | 1 | 1011111 | 0 | 100000 | 100101100 | 1011011 | 100011 |
Color Harmonies of #AC08AD
Complementary color
Monochromatic Colors of #AC08AD
Black with #AC08AD
Text Example
Text Example
White with #AC08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08AD; }
p { color: rgb(172,8,173); }
H1.HeaderClassName
{
color: #AC08AD;
}
.AnyTagClassName
{
color: #AC08AD;
}
</style>
background-color css
<style>
a { background-color: #AC08AD; }
a { background-color: rgb(172,8,173); }
div.DivClassName
{
background-color: #AC08AD;
}
.BgClassName
{
background-color: #AC08AD;
}
</style>
border-color css
<style>
span { border-color: #AC08AD; }
span { border-color: rgb(172,8,173); }
td.TdClassName
{
border-color: #AC08AD;
}
.TagClassName
{
border-color: #AC08AD;
}
</style>