Shades of Deep Magenta #AD1AAB
Tints of Deep Magenta #AD1AAB
RGB
CMYK
RGB Variations
Color information
#AD1AAB (or 0xAD1AAB) is known color: Deep Magenta. HEX triplet: AD, 1A and AB. RGB value is (173,26,171). Sum of RGB (Red+Green+Blue) = 173+26+171=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AAB is #52E554. Grayscale: #565656. Windows color (decimal): -5432661 or 11213485. OLE color: 11213485.
HSL color Cylindrical-coordinate representation of color #AD1AAB: hue angle of 300.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1AAB is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 171 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.32 |
| HSL | 300.82º | 0.74% | 0.39% | - |
| HSV(B) | 300.82º | 0.85% | 0.68% | - |
| XYZ | 24.95 | 12.56 | 39.64 | - |
| YUV | 86.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 171 | 0 | 0.85 | 0.01 | 0.32 | 300.82 | 0.74 | 0.39 |
| Hex | AD | 1A | AB | 0 | 55 | 1 | 20 | 12D | 4A | 27 |
| Octal | 255 | 32 | 253 | 0 | 125 | 1 | 40 | 455 | 112 | 47 |
| Binary | 10101101 | 11010 | 10101011 | 0 | 1010101 | 1 | 100000 | 100101101 | 1001010 | 100111 |
Color Harmonies of #AD1AAB
Complementary color
Monochromatic Colors of #AD1AAB
Black with #AD1AAB
Text Example
Text Example
White with #AD1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AAB; }
p { color: rgb(173,26,171); }
H1.HeaderClassName
{
color: #AD1AAB;
}
.AnyTagClassName
{
color: #AD1AAB;
}
</style>
background-color css
<style>
a { background-color: #AD1AAB; }
a { background-color: rgb(173,26,171); }
div.DivClassName
{
background-color: #AD1AAB;
}
.BgClassName
{
background-color: #AD1AAB;
}
</style>
border-color css
<style>
span { border-color: #AD1AAB; }
span { border-color: rgb(173,26,171); }
td.TdClassName
{
border-color: #AD1AAB;
}
.TagClassName
{
border-color: #AD1AAB;
}
</style>