Shades of Deep Magenta #AD08AB
Tints of Deep Magenta #AD08AB
RGB
CMYK
RGB Variations
Color information
#AD08AB (or 0xAD08AB) is known color: Deep Magenta. HEX triplet: AD, 08 and AB. RGB value is (173,8,171). Sum of RGB (Red+Green+Blue) = 173+8+171=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08AB is #52F754. Grayscale: #4B4B4B. Windows color (decimal): -5437269 or 11208877. OLE color: 11208877.
HSL color Cylindrical-coordinate representation of color #AD08AB: hue angle of 300.73º 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 #AD08AB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 171 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.32 |
| HSL | 300.73º | 0.91% | 0.35% | - |
| HSV(B) | 300.73º | 0.95% | 0.68% | - |
| XYZ | 24.67 | 12 | 39.54 | - |
| YUV | 75.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 171 | 0 | 0.95 | 0.01 | 0.32 | 300.73 | 0.91 | 0.35 |
| Hex | AD | 8 | AB | 0 | 5F | 1 | 20 | 12D | 5B | 23 |
| Octal | 255 | 10 | 253 | 0 | 137 | 1 | 40 | 455 | 133 | 43 |
| Binary | 10101101 | 1000 | 10101011 | 0 | 1011111 | 1 | 100000 | 100101101 | 1011011 | 100011 |
Color Harmonies of #AD08AB
Complementary color
Monochromatic Colors of #AD08AB
Black with #AD08AB
Text Example
Text Example
White with #AD08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08AB; }
p { color: rgb(173,8,171); }
H1.HeaderClassName
{
color: #AD08AB;
}
.AnyTagClassName
{
color: #AD08AB;
}
</style>
background-color css
<style>
a { background-color: #AD08AB; }
a { background-color: rgb(173,8,171); }
div.DivClassName
{
background-color: #AD08AB;
}
.BgClassName
{
background-color: #AD08AB;
}
</style>
border-color css
<style>
span { border-color: #AD08AB; }
span { border-color: rgb(173,8,171); }
td.TdClassName
{
border-color: #AD08AB;
}
.TagClassName
{
border-color: #AD08AB;
}
</style>