Shades of Deep Magenta #AE1AAC
Tints of Deep Magenta #AE1AAC
RGB
CMYK
RGB Variations
Color information
#AE1AAC (or 0xAE1AAC) is known color: Deep Magenta. HEX triplet: AE, 1A and AC. RGB value is (174,26,172). Sum of RGB (Red+Green+Blue) = 174+26+172=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AAC is #51E553. Grayscale: #565656. Windows color (decimal): -5367124 or 11279022. OLE color: 11279022.
HSL color Cylindrical-coordinate representation of color #AE1AAC: hue angle of 300.81º 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 #AE1AAC is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 172 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.32 |
| HSL | 300.81º | 0.74% | 0.39% | - |
| HSV(B) | 300.81º | 0.85% | 0.68% | - |
| XYZ | 25.27 | 12.72 | 40.15 | - |
| YUV | 86.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 172 | 0 | 0.85 | 0.01 | 0.32 | 300.81 | 0.74 | 0.39 |
| Hex | AE | 1A | AC | 0 | 55 | 1 | 20 | 12D | 4A | 27 |
| Octal | 256 | 32 | 254 | 0 | 125 | 1 | 40 | 455 | 112 | 47 |
| Binary | 10101110 | 11010 | 10101100 | 0 | 1010101 | 1 | 100000 | 100101101 | 1001010 | 100111 |
Color Harmonies of #AE1AAC
Complementary color
Monochromatic Colors of #AE1AAC
Black with #AE1AAC
Text Example
Text Example
White with #AE1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1AAC; }
p { color: rgb(174,26,172); }
H1.HeaderClassName
{
color: #AE1AAC;
}
.AnyTagClassName
{
color: #AE1AAC;
}
</style>
background-color css
<style>
a { background-color: #AE1AAC; }
a { background-color: rgb(174,26,172); }
div.DivClassName
{
background-color: #AE1AAC;
}
.BgClassName
{
background-color: #AE1AAC;
}
</style>
border-color css
<style>
span { border-color: #AE1AAC; }
span { border-color: rgb(174,26,172); }
td.TdClassName
{
border-color: #AE1AAC;
}
.TagClassName
{
border-color: #AE1AAC;
}
</style>