Shades of Deep Magenta #AD05AB
Tints of Deep Magenta #AD05AB
RGB
CMYK
RGB Variations
Color information
#AD05AB (or 0xAD05AB) is known color: Deep Magenta. HEX triplet: AD, 05 and AB. RGB value is (173,5,171). Sum of RGB (Red+Green+Blue) = 173+5+171=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD05AB is #52FA54. Grayscale: #494949. Windows color (decimal): -5438037 or 11208109. OLE color: 11208109.
HSL color Cylindrical-coordinate representation of color #AD05AB: hue angle of 300.71º 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 #AD05AB is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 171 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.32 |
| HSL | 300.71º | 0.94% | 0.35% | - |
| HSV(B) | 300.71º | 0.97% | 0.68% | - |
| XYZ | 24.64 | 11.93 | 39.53 | - |
| YUV | 74.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 171 | 0 | 0.97 | 0.01 | 0.32 | 300.71 | 0.94 | 0.35 |
| Hex | AD | 5 | AB | 0 | 61 | 1 | 20 | 12D | 5E | 23 |
| Octal | 255 | 5 | 253 | 0 | 141 | 1 | 40 | 455 | 136 | 43 |
| Binary | 10101101 | 101 | 10101011 | 0 | 1100001 | 1 | 100000 | 100101101 | 1011110 | 100011 |
Color Harmonies of #AD05AB
Complementary color
Monochromatic Colors of #AD05AB
Black with #AD05AB
Text Example
Text Example
White with #AD05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD05AB; }
p { color: rgb(173,5,171); }
H1.HeaderClassName
{
color: #AD05AB;
}
.AnyTagClassName
{
color: #AD05AB;
}
</style>
background-color css
<style>
a { background-color: #AD05AB; }
a { background-color: rgb(173,5,171); }
div.DivClassName
{
background-color: #AD05AB;
}
.BgClassName
{
background-color: #AD05AB;
}
</style>
border-color css
<style>
span { border-color: #AD05AB; }
span { border-color: rgb(173,5,171); }
td.TdClassName
{
border-color: #AD05AB;
}
.TagClassName
{
border-color: #AD05AB;
}
</style>