Shades of Deep Magenta #AE0FAC
Tints of Deep Magenta #AE0FAC
RGB
CMYK
RGB Variations
Color information
#AE0FAC (or 0xAE0FAC) is known color: Deep Magenta. HEX triplet: AE, 0F and AC. RGB value is (174,15,172). Sum of RGB (Red+Green+Blue) = 174+15+172=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0FAC is #51F053. Grayscale: #4F4F4F. Windows color (decimal): -5369940 or 11276206. OLE color: 11276206.
HSL color Cylindrical-coordinate representation of color #AE0FAC: hue angle of 300.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0FAC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 172 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.32 |
| HSL | 300.75º | 0.84% | 0.37% | - |
| HSV(B) | 300.75º | 0.91% | 0.68% | - |
| XYZ | 25.07 | 12.32 | 40.09 | - |
| YUV | 80.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 172 | 0 | 0.91 | 0.01 | 0.32 | 300.75 | 0.84 | 0.37 |
| Hex | AE | F | AC | 0 | 5B | 1 | 20 | 12D | 54 | 25 |
| Octal | 256 | 17 | 254 | 0 | 133 | 1 | 40 | 455 | 124 | 45 |
| Binary | 10101110 | 1111 | 10101100 | 0 | 1011011 | 1 | 100000 | 100101101 | 1010100 | 100101 |
Color Harmonies of #AE0FAC
Complementary color
Monochromatic Colors of #AE0FAC
Black with #AE0FAC
Text Example
Text Example
White with #AE0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FAC; }
p { color: rgb(174,15,172); }
H1.HeaderClassName
{
color: #AE0FAC;
}
.AnyTagClassName
{
color: #AE0FAC;
}
</style>
background-color css
<style>
a { background-color: #AE0FAC; }
a { background-color: rgb(174,15,172); }
div.DivClassName
{
background-color: #AE0FAC;
}
.BgClassName
{
background-color: #AE0FAC;
}
</style>
border-color css
<style>
span { border-color: #AE0FAC; }
span { border-color: rgb(174,15,172); }
td.TdClassName
{
border-color: #AE0FAC;
}
.TagClassName
{
border-color: #AE0FAC;
}
</style>