Shades of Medium Violet Red #AE119D
Tints of Medium Violet Red #AE119D
RGB
CMYK
RGB Variations
Color information
#AE119D (or 0xAE119D) is known color: Medium Violet Red. HEX triplet: AE, 11 and 9D. RGB value is (174,17,157). Sum of RGB (Red+Green+Blue) = 174+17+157=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119D is #51EE62. Grayscale: #4F4F4F. Windows color (decimal): -5369443 or 10293678. OLE color: 10293678.
HSL color Cylindrical-coordinate representation of color #AE119D: hue angle of 306.5º 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 #AE119D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.32 |
| HSL | 306.5º | 0.82% | 0.37% | - |
| HSV(B) | 306.5º | 0.9% | 0.68% | - |
| XYZ | 23.74 | 11.83 | 32.93 | - |
| YUV | 79.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 157 | 0 | 0.90 | 0.10 | 0.32 | 306.5 | 0.82 | 0.37 |
| Hex | AE | 11 | 9D | 0 | 5A | A | 20 | 132 | 52 | 25 |
| Octal | 256 | 21 | 235 | 0 | 132 | 12 | 40 | 462 | 122 | 45 |
| Binary | 10101110 | 10001 | 10011101 | 0 | 1011010 | 1010 | 100000 | 100110010 | 1010010 | 100101 |
Color Harmonies of #AE119D
Complementary color
Monochromatic Colors of #AE119D
Black with #AE119D
Text Example
Text Example
White with #AE119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE119D; }
p { color: rgb(174,17,157); }
H1.HeaderClassName
{
color: #AE119D;
}
.AnyTagClassName
{
color: #AE119D;
}
</style>
background-color css
<style>
a { background-color: #AE119D; }
a { background-color: rgb(174,17,157); }
div.DivClassName
{
background-color: #AE119D;
}
.BgClassName
{
background-color: #AE119D;
}
</style>
border-color css
<style>
span { border-color: #AE119D; }
span { border-color: rgb(174,17,157); }
td.TdClassName
{
border-color: #AE119D;
}
.TagClassName
{
border-color: #AE119D;
}
</style>