Shades of Medium Violet Red #AE119B
Tints of Medium Violet Red #AE119B
RGB
CMYK
RGB Variations
Color information
#AE119B (or 0xAE119B) is known color: Medium Violet Red. HEX triplet: AE, 11 and 9B. RGB value is (174,17,155). Sum of RGB (Red+Green+Blue) = 174+17+155=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119B is #51EE64. Grayscale: #4F4F4F. Windows color (decimal): -5369445 or 10162606. OLE color: 10162606.
HSL color Cylindrical-coordinate representation of color #AE119B: hue angle of 307.26º 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 #AE119B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 155 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.32 |
| HSL | 307.26º | 0.82% | 0.37% | - |
| HSV(B) | 307.26º | 0.9% | 0.68% | - |
| XYZ | 23.57 | 11.77 | 32.04 | - |
| YUV | 79.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 155 | 0 | 0.90 | 0.11 | 0.32 | 307.26 | 0.82 | 0.37 |
| Hex | AE | 11 | 9B | 0 | 5A | B | 20 | 133 | 52 | 25 |
| Octal | 256 | 21 | 233 | 0 | 132 | 13 | 40 | 463 | 122 | 45 |
| Binary | 10101110 | 10001 | 10011011 | 0 | 1011010 | 1011 | 100000 | 100110011 | 1010010 | 100101 |
Color Harmonies of #AE119B
Complementary color
Monochromatic Colors of #AE119B
Black with #AE119B
Text Example
Text Example
White with #AE119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE119B; }
p { color: rgb(174,17,155); }
H1.HeaderClassName
{
color: #AE119B;
}
.AnyTagClassName
{
color: #AE119B;
}
</style>
background-color css
<style>
a { background-color: #AE119B; }
a { background-color: rgb(174,17,155); }
div.DivClassName
{
background-color: #AE119B;
}
.BgClassName
{
background-color: #AE119B;
}
</style>
border-color css
<style>
span { border-color: #AE119B; }
span { border-color: rgb(174,17,155); }
td.TdClassName
{
border-color: #AE119B;
}
.TagClassName
{
border-color: #AE119B;
}
</style>