Shades of Deep Magenta #AD07AD
Tints of Deep Magenta #AD07AD
RGB
CMYK
RGB Variations
Color information
#AD07AD (or 0xAD07AD) is known color: Deep Magenta. HEX triplet: AD, 07 and AD. RGB value is (173,7,173). Sum of RGB (Red+Green+Blue) = 173+7+173=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD07AD is #52F852. Grayscale: #4B4B4B. Windows color (decimal): -5437523 or 11339693. OLE color: 11339693.
HSL color Cylindrical-coordinate representation of color #AD07AD: hue angle of 300º 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 #AD07AD is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0 | 0.32 |
| HSL | 300º | 0.92% | 0.35% | - |
| HSV(B) | 300º | 0.96% | 0.68% | - |
| XYZ | 24.85 | 12.05 | 40.55 | - |
| YUV | 75.56 | 183 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 173 | 0 | 0.96 | 0 | 0.32 | 300 | 0.92 | 0.35 |
| Hex | AD | 7 | AD | 0 | 60 | 0 | 20 | 12C | 5C | 23 |
| Octal | 255 | 7 | 255 | 0 | 140 | 0 | 40 | 454 | 134 | 43 |
| Binary | 10101101 | 111 | 10101101 | 0 | 1100000 | 0 | 100000 | 100101100 | 1011100 | 100011 |
Color Harmonies of #AD07AD
Complementary color
Monochromatic Colors of #AD07AD
Black with #AD07AD
Text Example
Text Example
White with #AD07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07AD; }
p { color: rgb(173,7,173); }
H1.HeaderClassName
{
color: #AD07AD;
}
.AnyTagClassName
{
color: #AD07AD;
}
</style>
background-color css
<style>
a { background-color: #AD07AD; }
a { background-color: rgb(173,7,173); }
div.DivClassName
{
background-color: #AD07AD;
}
.BgClassName
{
background-color: #AD07AD;
}
</style>
border-color css
<style>
span { border-color: #AD07AD; }
span { border-color: rgb(173,7,173); }
td.TdClassName
{
border-color: #AD07AD;
}
.TagClassName
{
border-color: #AD07AD;
}
</style>