Shades of Deep Magenta #AD1BAC
Tints of Deep Magenta #AD1BAC
RGB
CMYK
RGB Variations
Color information
#AD1BAC (or 0xAD1BAC) is known color: Deep Magenta. HEX triplet: AD, 1B and AC. RGB value is (173,27,172). Sum of RGB (Red+Green+Blue) = 173+27+172=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BAC is #52E453. Grayscale: #565656. Windows color (decimal): -5432404 or 11279277. OLE color: 11279277.
HSL color Cylindrical-coordinate representation of color #AD1BAC: hue angle of 300.41º 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 #AD1BAC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 172 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.32 |
| HSL | 300.41º | 0.73% | 0.39% | - |
| HSV(B) | 300.41º | 0.84% | 0.68% | - |
| XYZ | 25.07 | 12.65 | 40.15 | - |
| YUV | 87.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 172 | 0 | 0.84 | 0.01 | 0.32 | 300.41 | 0.73 | 0.39 |
| Hex | AD | 1B | AC | 0 | 54 | 1 | 20 | 12C | 49 | 27 |
| Octal | 255 | 33 | 254 | 0 | 124 | 1 | 40 | 454 | 111 | 47 |
| Binary | 10101101 | 11011 | 10101100 | 0 | 1010100 | 1 | 100000 | 100101100 | 1001001 | 100111 |
Color Harmonies of #AD1BAC
Complementary color
Monochromatic Colors of #AD1BAC
Black with #AD1BAC
Text Example
Text Example
White with #AD1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BAC; }
p { color: rgb(173,27,172); }
H1.HeaderClassName
{
color: #AD1BAC;
}
.AnyTagClassName
{
color: #AD1BAC;
}
</style>
background-color css
<style>
a { background-color: #AD1BAC; }
a { background-color: rgb(173,27,172); }
div.DivClassName
{
background-color: #AD1BAC;
}
.BgClassName
{
background-color: #AD1BAC;
}
</style>
border-color css
<style>
span { border-color: #AD1BAC; }
span { border-color: rgb(173,27,172); }
td.TdClassName
{
border-color: #AD1BAC;
}
.TagClassName
{
border-color: #AD1BAC;
}
</style>