Shades of Deep Magenta #AE0DC2
Tints of Deep Magenta #AE0DC2
RGB
CMYK
RGB Variations
Color information
#AE0DC2 (or 0xAE0DC2) is known color: Deep Magenta. HEX triplet: AE, 0D and C2. RGB value is (174,13,194). Sum of RGB (Red+Green+Blue) = 174+13+194=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE0DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DC2 is #51F23D. Grayscale: #515151. Windows color (decimal): -5370430 or 12717486. OLE color: 12717486.
HSL color Cylindrical-coordinate representation of color #AE0DC2: hue angle of 293.37º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DC2 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 13 | 194 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.24 |
| HSL | 293.37º | 0.87% | 0.41% | - |
| HSV(B) | 293.37º | 0.93% | 0.76% | - |
| XYZ | 27.34 | 13.18 | 52.14 | - |
| YUV | 81.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 194 | 0.10 | 0.93 | 0 | 0.24 | 293.37 | 0.87 | 0.41 |
| Hex | AE | D | C2 | A | 5D | 0 | 18 | 125 | 57 | 29 |
| Octal | 256 | 15 | 302 | 12 | 135 | 0 | 30 | 445 | 127 | 51 |
| Binary | 10101110 | 1101 | 11000010 | 1010 | 1011101 | 0 | 11000 | 100100101 | 1010111 | 101001 |
Color Harmonies of #AE0DC2
Complementary color
Monochromatic Colors of #AE0DC2
Black with #AE0DC2
Text Example
Text Example
White with #AE0DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0DC2; }
p { color: rgb(174,13,194); }
H1.HeaderClassName
{
color: #AE0DC2;
}
.AnyTagClassName
{
color: #AE0DC2;
}
</style>
background-color css
<style>
a { background-color: #AE0DC2; }
a { background-color: rgb(174,13,194); }
div.DivClassName
{
background-color: #AE0DC2;
}
.BgClassName
{
background-color: #AE0DC2;
}
</style>
border-color css
<style>
span { border-color: #AE0DC2; }
span { border-color: rgb(174,13,194); }
td.TdClassName
{
border-color: #AE0DC2;
}
.TagClassName
{
border-color: #AE0DC2;
}
</style>