Shades of Medium Red Violet #AE318D
Tints of Medium Red Violet #AE318D
RGB
CMYK
RGB Variations
Color information
#AE318D (or 0xAE318D) is known color: Medium Red Violet. HEX triplet: AE, 31 and 8D. RGB value is (174,49,141). Sum of RGB (Red+Green+Blue) = 174+49+141=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE318D is #51CE72. Grayscale: #606060. Windows color (decimal): -5361267 or 9253294. OLE color: 9253294.
HSL color Cylindrical-coordinate representation of color #AE318D: hue angle of 315.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE318D is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 141 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.32 |
| HSL | 315.84º | 0.56% | 0.44% | - |
| HSV(B) | 315.84º | 0.72% | 0.68% | - |
| XYZ | 23.36 | 13.12 | 26.5 | - |
| YUV | 96.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 141 | 0 | 0.72 | 0.19 | 0.32 | 315.84 | 0.56 | 0.44 |
| Hex | AE | 31 | 8D | 0 | 48 | 13 | 20 | 13C | 38 | 2C |
| Octal | 256 | 61 | 215 | 0 | 110 | 23 | 40 | 474 | 70 | 54 |
| Binary | 10101110 | 110001 | 10001101 | 0 | 1001000 | 10011 | 100000 | 100111100 | 111000 | 101100 |
Color Harmonies of #AE318D
Complementary color
Monochromatic Colors of #AE318D
Black with #AE318D
Text Example
Text Example
White with #AE318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE318D; }
p { color: rgb(174,49,141); }
H1.HeaderClassName
{
color: #AE318D;
}
.AnyTagClassName
{
color: #AE318D;
}
</style>
background-color css
<style>
a { background-color: #AE318D; }
a { background-color: rgb(174,49,141); }
div.DivClassName
{
background-color: #AE318D;
}
.BgClassName
{
background-color: #AE318D;
}
</style>
border-color css
<style>
span { border-color: #AE318D; }
span { border-color: rgb(174,49,141); }
td.TdClassName
{
border-color: #AE318D;
}
.TagClassName
{
border-color: #AE318D;
}
</style>