Shades of Deep Magenta #AC02AD
Tints of Deep Magenta #AC02AD
RGB
CMYK
RGB Variations
Color information
#AC02AD (or 0xAC02AD) is known color: Deep Magenta. HEX triplet: AC, 02 and AD. RGB value is (172,2,173). Sum of RGB (Red+Green+Blue) = 172+2+173=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC02AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AD is #53FD52. Grayscale: #474747. Windows color (decimal): -5504339 or 11338412. OLE color: 11338412.
HSL color Cylindrical-coordinate representation of color #AC02AD: hue angle of 299.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02AD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 2 | 173 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.32 |
| HSL | 299.65º | 0.98% | 0.34% | - |
| HSV(B) | 299.65º | 0.99% | 0.68% | - |
| XYZ | 24.58 | 11.83 | 40.52 | - |
| YUV | 72.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 173 | 0.01 | 0.99 | 0 | 0.32 | 299.65 | 0.98 | 0.34 |
| Hex | AC | 2 | AD | 1 | 63 | 0 | 20 | 12C | 62 | 22 |
| Octal | 254 | 2 | 255 | 1 | 143 | 0 | 40 | 454 | 142 | 42 |
| Binary | 10101100 | 10 | 10101101 | 1 | 1100011 | 0 | 100000 | 100101100 | 1100010 | 100010 |
Color Harmonies of #AC02AD
Complementary color
Monochromatic Colors of #AC02AD
Black with #AC02AD
Text Example
Text Example
White with #AC02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02AD; }
p { color: rgb(172,2,173); }
H1.HeaderClassName
{
color: #AC02AD;
}
.AnyTagClassName
{
color: #AC02AD;
}
</style>
background-color css
<style>
a { background-color: #AC02AD; }
a { background-color: rgb(172,2,173); }
div.DivClassName
{
background-color: #AC02AD;
}
.BgClassName
{
background-color: #AC02AD;
}
</style>
border-color css
<style>
span { border-color: #AC02AD; }
span { border-color: rgb(172,2,173); }
td.TdClassName
{
border-color: #AC02AD;
}
.TagClassName
{
border-color: #AC02AD;
}
</style>