Shades of Deep Magenta #AD05AC
Tints of Deep Magenta #AD05AC
RGB
CMYK
RGB Variations
Color information
#AD05AC (or 0xAD05AC) is known color: Deep Magenta. HEX triplet: AD, 05 and AC. RGB value is (173,5,172). Sum of RGB (Red+Green+Blue) = 173+5+172=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05AC is #52FA53. Grayscale: #494949. Windows color (decimal): -5438036 or 11273645. OLE color: 11273645.
HSL color Cylindrical-coordinate representation of color #AD05AC: hue angle of 300.36º 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 #AD05AC is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.32 |
| HSL | 300.36º | 0.94% | 0.35% | - |
| HSV(B) | 300.36º | 0.97% | 0.68% | - |
| XYZ | 24.73 | 11.97 | 40.04 | - |
| YUV | 74.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 172 | 0 | 0.97 | 0.01 | 0.32 | 300.36 | 0.94 | 0.35 |
| Hex | AD | 5 | AC | 0 | 61 | 1 | 20 | 12C | 5E | 23 |
| Octal | 255 | 5 | 254 | 0 | 141 | 1 | 40 | 454 | 136 | 43 |
| Binary | 10101101 | 101 | 10101100 | 0 | 1100001 | 1 | 100000 | 100101100 | 1011110 | 100011 |
Color Harmonies of #AD05AC
Complementary color
Monochromatic Colors of #AD05AC
Black with #AD05AC
Text Example
Text Example
White with #AD05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05AC; }
p { color: rgb(173,5,172); }
H1.HeaderClassName
{
color: #AD05AC;
}
.AnyTagClassName
{
color: #AD05AC;
}
</style>
background-color css
<style>
a { background-color: #AD05AC; }
a { background-color: rgb(173,5,172); }
div.DivClassName
{
background-color: #AD05AC;
}
.BgClassName
{
background-color: #AD05AC;
}
</style>
border-color css
<style>
span { border-color: #AD05AC; }
span { border-color: rgb(173,5,172); }
td.TdClassName
{
border-color: #AD05AC;
}
.TagClassName
{
border-color: #AD05AC;
}
</style>