Shades of Deep Magenta #AE1AAB
Tints of Deep Magenta #AE1AAB
RGB
CMYK
RGB Variations
Color information
#AE1AAB (or 0xAE1AAB) is known color: Deep Magenta. HEX triplet: AE, 1A and AB. RGB value is (174,26,171). Sum of RGB (Red+Green+Blue) = 174+26+171=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AAB is #51E554. Grayscale: #565656. Windows color (decimal): -5367125 or 11213486. OLE color: 11213486.
HSL color Cylindrical-coordinate representation of color #AE1AAB: hue angle of 301.22º 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 #AE1AAB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 171 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.32 |
| HSL | 301.22º | 0.74% | 0.39% | - |
| HSV(B) | 301.22º | 0.85% | 0.68% | - |
| XYZ | 25.18 | 12.68 | 39.65 | - |
| YUV | 86.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 171 | 0 | 0.85 | 0.02 | 0.32 | 301.22 | 0.74 | 0.39 |
| Hex | AE | 1A | AB | 0 | 55 | 2 | 20 | 12D | 4A | 27 |
| Octal | 256 | 32 | 253 | 0 | 125 | 2 | 40 | 455 | 112 | 47 |
| Binary | 10101110 | 11010 | 10101011 | 0 | 1010101 | 10 | 100000 | 100101101 | 1001010 | 100111 |
Color Harmonies of #AE1AAB
Complementary color
Monochromatic Colors of #AE1AAB
Black with #AE1AAB
Text Example
Text Example
White with #AE1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1AAB; }
p { color: rgb(174,26,171); }
H1.HeaderClassName
{
color: #AE1AAB;
}
.AnyTagClassName
{
color: #AE1AAB;
}
</style>
background-color css
<style>
a { background-color: #AE1AAB; }
a { background-color: rgb(174,26,171); }
div.DivClassName
{
background-color: #AE1AAB;
}
.BgClassName
{
background-color: #AE1AAB;
}
</style>
border-color css
<style>
span { border-color: #AE1AAB; }
span { border-color: rgb(174,26,171); }
td.TdClassName
{
border-color: #AE1AAB;
}
.TagClassName
{
border-color: #AE1AAB;
}
</style>