Shades of Deep Magenta #AC03AD
Tints of Deep Magenta #AC03AD
RGB
CMYK
RGB Variations
Color information
#AC03AD (or 0xAC03AD) is known color: Deep Magenta. HEX triplet: AC, 03 and AD. RGB value is (172,3,173). Sum of RGB (Red+Green+Blue) = 172+3+173=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03AD is #53FC52. Grayscale: #484848. Windows color (decimal): -5504083 or 11338668. OLE color: 11338668.
HSL color Cylindrical-coordinate representation of color #AC03AD: hue angle of 299.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03AD is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 3 | 173 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.32 |
| HSL | 299.65º | 0.97% | 0.35% | - |
| HSV(B) | 299.65º | 0.98% | 0.68% | - |
| XYZ | 24.59 | 11.85 | 40.53 | - |
| YUV | 72.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 173 | 0.01 | 0.98 | 0 | 0.32 | 299.65 | 0.97 | 0.35 |
| Hex | AC | 3 | AD | 1 | 62 | 0 | 20 | 12C | 61 | 23 |
| Octal | 254 | 3 | 255 | 1 | 142 | 0 | 40 | 454 | 141 | 43 |
| Binary | 10101100 | 11 | 10101101 | 1 | 1100010 | 0 | 100000 | 100101100 | 1100001 | 100011 |
Color Harmonies of #AC03AD
Complementary color
Monochromatic Colors of #AC03AD
Black with #AC03AD
Text Example
Text Example
White with #AC03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03AD; }
p { color: rgb(172,3,173); }
H1.HeaderClassName
{
color: #AC03AD;
}
.AnyTagClassName
{
color: #AC03AD;
}
</style>
background-color css
<style>
a { background-color: #AC03AD; }
a { background-color: rgb(172,3,173); }
div.DivClassName
{
background-color: #AC03AD;
}
.BgClassName
{
background-color: #AC03AD;
}
</style>
border-color css
<style>
span { border-color: #AC03AD; }
span { border-color: rgb(172,3,173); }
td.TdClassName
{
border-color: #AC03AD;
}
.TagClassName
{
border-color: #AC03AD;
}
</style>