Shades of Deep Magenta #AD04AB
Tints of Deep Magenta #AD04AB
RGB
CMYK
RGB Variations
Color information
#AD04AB (or 0xAD04AB) is known color: Deep Magenta. HEX triplet: AD, 04 and AB. RGB value is (173,4,171). Sum of RGB (Red+Green+Blue) = 173+4+171=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD04AB is #52FB54. Grayscale: #494949. Windows color (decimal): -5438293 or 11207853. OLE color: 11207853.
HSL color Cylindrical-coordinate representation of color #AD04AB: hue angle of 300.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04AB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.32 |
| HSL | 300.71º | 0.95% | 0.35% | - |
| HSV(B) | 300.71º | 0.98% | 0.68% | - |
| XYZ | 24.63 | 11.91 | 39.53 | - |
| YUV | 73.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 171 | 0 | 0.98 | 0.01 | 0.32 | 300.71 | 0.95 | 0.35 |
| Hex | AD | 4 | AB | 0 | 62 | 1 | 20 | 12D | 5F | 23 |
| Octal | 255 | 4 | 253 | 0 | 142 | 1 | 40 | 455 | 137 | 43 |
| Binary | 10101101 | 100 | 10101011 | 0 | 1100010 | 1 | 100000 | 100101101 | 1011111 | 100011 |
Color Harmonies of #AD04AB
Complementary color
Monochromatic Colors of #AD04AB
Black with #AD04AB
Text Example
Text Example
White with #AD04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD04AB; }
p { color: rgb(173,4,171); }
H1.HeaderClassName
{
color: #AD04AB;
}
.AnyTagClassName
{
color: #AD04AB;
}
</style>
background-color css
<style>
a { background-color: #AD04AB; }
a { background-color: rgb(173,4,171); }
div.DivClassName
{
background-color: #AD04AB;
}
.BgClassName
{
background-color: #AD04AB;
}
</style>
border-color css
<style>
span { border-color: #AD04AB; }
span { border-color: rgb(173,4,171); }
td.TdClassName
{
border-color: #AD04AB;
}
.TagClassName
{
border-color: #AD04AB;
}
</style>