Shades of Deep Magenta #AE1BAC
Tints of Deep Magenta #AE1BAC
RGB
CMYK
RGB Variations
Color information
#AE1BAC (or 0xAE1BAC) is known color: Deep Magenta. HEX triplet: AE, 1B and AC. RGB value is (174,27,172). Sum of RGB (Red+Green+Blue) = 174+27+172=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BAC is #51E453. Grayscale: #575757. Windows color (decimal): -5366868 or 11279278. OLE color: 11279278.
HSL color Cylindrical-coordinate representation of color #AE1BAC: hue angle of 300.82º 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 #AE1BAC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 172 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.32 |
| HSL | 300.82º | 0.73% | 0.39% | - |
| HSV(B) | 300.82º | 0.84% | 0.68% | - |
| XYZ | 25.29 | 12.76 | 40.16 | - |
| YUV | 87.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 172 | 0 | 0.84 | 0.01 | 0.32 | 300.82 | 0.73 | 0.39 |
| Hex | AE | 1B | AC | 0 | 54 | 1 | 20 | 12D | 49 | 27 |
| Octal | 256 | 33 | 254 | 0 | 124 | 1 | 40 | 455 | 111 | 47 |
| Binary | 10101110 | 11011 | 10101100 | 0 | 1010100 | 1 | 100000 | 100101101 | 1001001 | 100111 |
Color Harmonies of #AE1BAC
Complementary color
Monochromatic Colors of #AE1BAC
Black with #AE1BAC
Text Example
Text Example
White with #AE1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1BAC; }
p { color: rgb(174,27,172); }
H1.HeaderClassName
{
color: #AE1BAC;
}
.AnyTagClassName
{
color: #AE1BAC;
}
</style>
background-color css
<style>
a { background-color: #AE1BAC; }
a { background-color: rgb(174,27,172); }
div.DivClassName
{
background-color: #AE1BAC;
}
.BgClassName
{
background-color: #AE1BAC;
}
</style>
border-color css
<style>
span { border-color: #AE1BAC; }
span { border-color: rgb(174,27,172); }
td.TdClassName
{
border-color: #AE1BAC;
}
.TagClassName
{
border-color: #AE1BAC;
}
</style>