Shades of Deep Magenta #AD08AD
Tints of Deep Magenta #AD08AD
RGB
CMYK
RGB Variations
Color information
#AD08AD (or 0xAD08AD) is known color: Deep Magenta. HEX triplet: AD, 08 and AD. RGB value is (173,8,173). Sum of RGB (Red+Green+Blue) = 173+8+173=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD08AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08AD is #52F752. Grayscale: #4B4B4B. Windows color (decimal): -5437267 or 11339949. OLE color: 11339949.
HSL color Cylindrical-coordinate representation of color #AD08AD: hue angle of 300º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD08AD is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 173 | - |
| CMYK | 0 | 0.95 | 0 | 0.32 |
| HSL | 300º | 0.91% | 0.35% | - |
| HSV(B) | 300º | 0.95% | 0.68% | - |
| XYZ | 24.86 | 12.08 | 40.56 | - |
| YUV | 76.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 173 | 0 | 0.95 | 0 | 0.32 | 300 | 0.91 | 0.35 |
| Hex | AD | 8 | AD | 0 | 5F | 0 | 20 | 12C | 5B | 23 |
| Octal | 255 | 10 | 255 | 0 | 137 | 0 | 40 | 454 | 133 | 43 |
| Binary | 10101101 | 1000 | 10101101 | 0 | 1011111 | 0 | 100000 | 100101100 | 1011011 | 100011 |
Color Harmonies of #AD08AD
Complementary color
Monochromatic Colors of #AD08AD
Black with #AD08AD
Text Example
Text Example
White with #AD08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08AD; }
p { color: rgb(173,8,173); }
H1.HeaderClassName
{
color: #AD08AD;
}
.AnyTagClassName
{
color: #AD08AD;
}
</style>
background-color css
<style>
a { background-color: #AD08AD; }
a { background-color: rgb(173,8,173); }
div.DivClassName
{
background-color: #AD08AD;
}
.BgClassName
{
background-color: #AD08AD;
}
</style>
border-color css
<style>
span { border-color: #AD08AD; }
span { border-color: rgb(173,8,173); }
td.TdClassName
{
border-color: #AD08AD;
}
.TagClassName
{
border-color: #AD08AD;
}
</style>