Shades of Medium Violet Red #AE117D
Tints of Medium Violet Red #AE117D
RGB
CMYK
RGB Variations
Color information
#AE117D (or 0xAE117D) is known color: Medium Violet Red. HEX triplet: AE, 11 and 7D. RGB value is (174,17,125). Sum of RGB (Red+Green+Blue) = 174+17+125=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE117D is #51EE82. Grayscale: #4B4B4B. Windows color (decimal): -5369475 or 8196526. OLE color: 8196526.
HSL color Cylindrical-coordinate representation of color #AE117D: hue angle of 318.73º 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 #AE117D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 125 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.32 |
| HSL | 318.73º | 0.82% | 0.37% | - |
| HSV(B) | 318.73º | 0.9% | 0.68% | - |
| XYZ | 21.36 | 10.88 | 20.38 | - |
| YUV | 76.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 125 | 0 | 0.90 | 0.28 | 0.32 | 318.73 | 0.82 | 0.37 |
| Hex | AE | 11 | 7D | 0 | 5A | 1C | 20 | 13F | 52 | 25 |
| Octal | 256 | 21 | 175 | 0 | 132 | 34 | 40 | 477 | 122 | 45 |
| Binary | 10101110 | 10001 | 1111101 | 0 | 1011010 | 11100 | 100000 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AE117D
Complementary color
Monochromatic Colors of #AE117D
Black with #AE117D
Text Example
Text Example
White with #AE117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE117D; }
p { color: rgb(174,17,125); }
H1.HeaderClassName
{
color: #AE117D;
}
.AnyTagClassName
{
color: #AE117D;
}
</style>
background-color css
<style>
a { background-color: #AE117D; }
a { background-color: rgb(174,17,125); }
div.DivClassName
{
background-color: #AE117D;
}
.BgClassName
{
background-color: #AE117D;
}
</style>
border-color css
<style>
span { border-color: #AE117D; }
span { border-color: rgb(174,17,125); }
td.TdClassName
{
border-color: #AE117D;
}
.TagClassName
{
border-color: #AE117D;
}
</style>