Shades of Deep Magenta #AD04AC
Tints of Deep Magenta #AD04AC
RGB
CMYK
RGB Variations
Color information
#AD04AC (or 0xAD04AC) is known color: Deep Magenta. HEX triplet: AD, 04 and AC. RGB value is (173,4,172). Sum of RGB (Red+Green+Blue) = 173+4+172=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04AC is #52FB53. Grayscale: #494949. Windows color (decimal): -5438292 or 11273389. OLE color: 11273389.
HSL color Cylindrical-coordinate representation of color #AD04AC: hue angle of 300.36º degrees, saturation: 0.95, 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 #AD04AC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.32 |
| HSL | 300.36º | 0.95% | 0.35% | - |
| HSV(B) | 300.36º | 0.98% | 0.68% | - |
| XYZ | 24.72 | 11.95 | 40.03 | - |
| YUV | 73.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 172 | 0 | 0.98 | 0.01 | 0.32 | 300.36 | 0.95 | 0.35 |
| Hex | AD | 4 | AC | 0 | 62 | 1 | 20 | 12C | 5F | 23 |
| Octal | 255 | 4 | 254 | 0 | 142 | 1 | 40 | 454 | 137 | 43 |
| Binary | 10101101 | 100 | 10101100 | 0 | 1100010 | 1 | 100000 | 100101100 | 1011111 | 100011 |
Color Harmonies of #AD04AC
Complementary color
Monochromatic Colors of #AD04AC
Black with #AD04AC
Text Example
Text Example
White with #AD04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04AC; }
p { color: rgb(173,4,172); }
H1.HeaderClassName
{
color: #AD04AC;
}
.AnyTagClassName
{
color: #AD04AC;
}
</style>
background-color css
<style>
a { background-color: #AD04AC; }
a { background-color: rgb(173,4,172); }
div.DivClassName
{
background-color: #AD04AC;
}
.BgClassName
{
background-color: #AD04AC;
}
</style>
border-color css
<style>
span { border-color: #AD04AC; }
span { border-color: rgb(173,4,172); }
td.TdClassName
{
border-color: #AD04AC;
}
.TagClassName
{
border-color: #AD04AC;
}
</style>