Shades of Medium Violet Red #AE117B
Tints of Medium Violet Red #AE117B
RGB
CMYK
RGB Variations
Color information
#AE117B (or 0xAE117B) is known color: Medium Violet Red. HEX triplet: AE, 11 and 7B. RGB value is (174,17,123). Sum of RGB (Red+Green+Blue) = 174+17+123=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE117B is #51EE84. Grayscale: #4B4B4B. Windows color (decimal): -5369477 or 8065454. OLE color: 8065454.
HSL color Cylindrical-coordinate representation of color #AE117B: hue angle of 319.49º 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 #AE117B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.32 |
| HSL | 319.49º | 0.82% | 0.37% | - |
| HSV(B) | 319.49º | 0.9% | 0.68% | - |
| XYZ | 21.23 | 10.83 | 19.71 | - |
| YUV | 76.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 123 | 0 | 0.90 | 0.29 | 0.32 | 319.49 | 0.82 | 0.37 |
| Hex | AE | 11 | 7B | 0 | 5A | 1D | 20 | 13F | 52 | 25 |
| Octal | 256 | 21 | 173 | 0 | 132 | 35 | 40 | 477 | 122 | 45 |
| Binary | 10101110 | 10001 | 1111011 | 0 | 1011010 | 11101 | 100000 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AE117B
Complementary color
Monochromatic Colors of #AE117B
Black with #AE117B
Text Example
Text Example
White with #AE117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE117B; }
p { color: rgb(174,17,123); }
H1.HeaderClassName
{
color: #AE117B;
}
.AnyTagClassName
{
color: #AE117B;
}
</style>
background-color css
<style>
a { background-color: #AE117B; }
a { background-color: rgb(174,17,123); }
div.DivClassName
{
background-color: #AE117B;
}
.BgClassName
{
background-color: #AE117B;
}
</style>
border-color css
<style>
span { border-color: #AE117B; }
span { border-color: rgb(174,17,123); }
td.TdClassName
{
border-color: #AE117B;
}
.TagClassName
{
border-color: #AE117B;
}
</style>