Shades of Medium Violet Red #AE11A0
Tints of Medium Violet Red #AE11A0
RGB
CMYK
RGB Variations
Color information
#AE11A0 (or 0xAE11A0) is known color: Medium Violet Red. HEX triplet: AE, 11 and A0. RGB value is (174,17,160). Sum of RGB (Red+Green+Blue) = 174+17+160=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE11A0 is #51EE5F. Grayscale: #4F4F4F. Windows color (decimal): -5369440 or 10490286. OLE color: 10490286.
HSL color Cylindrical-coordinate representation of color #AE11A0: hue angle of 305.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE11A0 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 160 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.32 |
| HSL | 305.35º | 0.82% | 0.37% | - |
| HSV(B) | 305.35º | 0.9% | 0.68% | - |
| XYZ | 24 | 11.94 | 34.3 | - |
| YUV | 80.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 160 | 0 | 0.90 | 0.08 | 0.32 | 305.35 | 0.82 | 0.37 |
| Hex | AE | 11 | A0 | 0 | 5A | 8 | 20 | 131 | 52 | 25 |
| Octal | 256 | 21 | 240 | 0 | 132 | 10 | 40 | 461 | 122 | 45 |
| Binary | 10101110 | 10001 | 10100000 | 0 | 1011010 | 1000 | 100000 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AE11A0
Complementary color
Monochromatic Colors of #AE11A0
Black with #AE11A0
Text Example
Text Example
White with #AE11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE11A0; }
p { color: rgb(174,17,160); }
H1.HeaderClassName
{
color: #AE11A0;
}
.AnyTagClassName
{
color: #AE11A0;
}
</style>
background-color css
<style>
a { background-color: #AE11A0; }
a { background-color: rgb(174,17,160); }
div.DivClassName
{
background-color: #AE11A0;
}
.BgClassName
{
background-color: #AE11A0;
}
</style>
border-color css
<style>
span { border-color: #AE11A0; }
span { border-color: rgb(174,17,160); }
td.TdClassName
{
border-color: #AE11A0;
}
.TagClassName
{
border-color: #AE11A0;
}
</style>