Shades of Deep Magenta #AD07AC
Tints of Deep Magenta #AD07AC
RGB
CMYK
RGB Variations
Color information
#AD07AC (or 0xAD07AC) is known color: Deep Magenta. HEX triplet: AD, 07 and AC. RGB value is (173,7,172). Sum of RGB (Red+Green+Blue) = 173+7+172=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07AC is #52F853. Grayscale: #4A4A4A. Windows color (decimal): -5437524 or 11274157. OLE color: 11274157.
HSL color Cylindrical-coordinate representation of color #AD07AC: hue angle of 300.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD07AC is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 172 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.32 |
| HSL | 300.36º | 0.92% | 0.35% | - |
| HSV(B) | 300.36º | 0.96% | 0.68% | - |
| XYZ | 24.76 | 12.01 | 40.04 | - |
| YUV | 75.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 172 | 0 | 0.96 | 0.01 | 0.32 | 300.36 | 0.92 | 0.35 |
| Hex | AD | 7 | AC | 0 | 60 | 1 | 20 | 12C | 5C | 23 |
| Octal | 255 | 7 | 254 | 0 | 140 | 1 | 40 | 454 | 134 | 43 |
| Binary | 10101101 | 111 | 10101100 | 0 | 1100000 | 1 | 100000 | 100101100 | 1011100 | 100011 |
Color Harmonies of #AD07AC
Complementary color
Monochromatic Colors of #AD07AC
Black with #AD07AC
Text Example
Text Example
White with #AD07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07AC; }
p { color: rgb(173,7,172); }
H1.HeaderClassName
{
color: #AD07AC;
}
.AnyTagClassName
{
color: #AD07AC;
}
</style>
background-color css
<style>
a { background-color: #AD07AC; }
a { background-color: rgb(173,7,172); }
div.DivClassName
{
background-color: #AD07AC;
}
.BgClassName
{
background-color: #AD07AC;
}
</style>
border-color css
<style>
span { border-color: #AD07AC; }
span { border-color: rgb(173,7,172); }
td.TdClassName
{
border-color: #AD07AC;
}
.TagClassName
{
border-color: #AD07AC;
}
</style>