Shades of Deep Magenta #AD1BAA
Tints of Deep Magenta #AD1BAA
RGB
CMYK
RGB Variations
Color information
#AD1BAA (or 0xAD1BAA) is known color: Deep Magenta. HEX triplet: AD, 1B and AA. RGB value is (173,27,170). Sum of RGB (Red+Green+Blue) = 173+27+170=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BAA is #52E455. Grayscale: #565656. Windows color (decimal): -5432406 or 11148205. OLE color: 11148205.
HSL color Cylindrical-coordinate representation of color #AD1BAA: hue angle of 301.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1BAA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 170 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.32 |
| HSL | 301.23º | 0.73% | 0.39% | - |
| HSV(B) | 301.23º | 0.84% | 0.68% | - |
| XYZ | 24.88 | 12.57 | 39.15 | - |
| YUV | 86.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 170 | 0 | 0.84 | 0.02 | 0.32 | 301.23 | 0.73 | 0.39 |
| Hex | AD | 1B | AA | 0 | 54 | 2 | 20 | 12D | 49 | 27 |
| Octal | 255 | 33 | 252 | 0 | 124 | 2 | 40 | 455 | 111 | 47 |
| Binary | 10101101 | 11011 | 10101010 | 0 | 1010100 | 10 | 100000 | 100101101 | 1001001 | 100111 |
Color Harmonies of #AD1BAA
Complementary color
Monochromatic Colors of #AD1BAA
Black with #AD1BAA
Text Example
Text Example
White with #AD1BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BAA; }
p { color: rgb(173,27,170); }
H1.HeaderClassName
{
color: #AD1BAA;
}
.AnyTagClassName
{
color: #AD1BAA;
}
</style>
background-color css
<style>
a { background-color: #AD1BAA; }
a { background-color: rgb(173,27,170); }
div.DivClassName
{
background-color: #AD1BAA;
}
.BgClassName
{
background-color: #AD1BAA;
}
</style>
border-color css
<style>
span { border-color: #AD1BAA; }
span { border-color: rgb(173,27,170); }
td.TdClassName
{
border-color: #AD1BAA;
}
.TagClassName
{
border-color: #AD1BAA;
}
</style>