Shades of Medium Violet Red #AE1193
Tints of Medium Violet Red #AE1193
RGB
CMYK
RGB Variations
Color information
#AE1193 (or 0xAE1193) is known color: Medium Violet Red. HEX triplet: AE, 11 and 93. RGB value is (174,17,147). Sum of RGB (Red+Green+Blue) = 174+17+147=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1193 is #51EE6C. Grayscale: #4E4E4E. Windows color (decimal): -5369453 or 9638318. OLE color: 9638318.
HSL color Cylindrical-coordinate representation of color #AE1193: hue angle of 310.32º 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 #AE1193 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 147 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.32 |
| HSL | 310.32º | 0.82% | 0.37% | - |
| HSV(B) | 310.32º | 0.9% | 0.68% | - |
| XYZ | 22.92 | 11.51 | 28.62 | - |
| YUV | 78.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 147 | 0 | 0.90 | 0.16 | 0.32 | 310.32 | 0.82 | 0.37 |
| Hex | AE | 11 | 93 | 0 | 5A | 10 | 20 | 136 | 52 | 25 |
| Octal | 256 | 21 | 223 | 0 | 132 | 20 | 40 | 466 | 122 | 45 |
| Binary | 10101110 | 10001 | 10010011 | 0 | 1011010 | 10000 | 100000 | 100110110 | 1010010 | 100101 |
Color Harmonies of #AE1193
Complementary color
Monochromatic Colors of #AE1193
Black with #AE1193
Text Example
Text Example
White with #AE1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1193; }
p { color: rgb(174,17,147); }
H1.HeaderClassName
{
color: #AE1193;
}
.AnyTagClassName
{
color: #AE1193;
}
</style>
background-color css
<style>
a { background-color: #AE1193; }
a { background-color: rgb(174,17,147); }
div.DivClassName
{
background-color: #AE1193;
}
.BgClassName
{
background-color: #AE1193;
}
</style>
border-color css
<style>
span { border-color: #AE1193; }
span { border-color: rgb(174,17,147); }
td.TdClassName
{
border-color: #AE1193;
}
.TagClassName
{
border-color: #AE1193;
}
</style>