Shades of Medium Red Violet #AE338D
Tints of Medium Red Violet #AE338D
RGB
CMYK
RGB Variations
Color information
#AE338D (or 0xAE338D) is known color: Medium Red Violet. HEX triplet: AE, 33 and 8D. RGB value is (174,51,141). Sum of RGB (Red+Green+Blue) = 174+51+141=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE338D is #51CC72. Grayscale: #616161. Windows color (decimal): -5360755 or 9253806. OLE color: 9253806.
HSL color Cylindrical-coordinate representation of color #AE338D: hue angle of 316.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE338D is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 141 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.32 |
| HSL | 316.1º | 0.55% | 0.44% | - |
| HSV(B) | 316.1º | 0.71% | 0.68% | - |
| XYZ | 23.45 | 13.29 | 26.53 | - |
| YUV | 98.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 141 | 0 | 0.71 | 0.19 | 0.32 | 316.1 | 0.55 | 0.44 |
| Hex | AE | 33 | 8D | 0 | 47 | 13 | 20 | 13C | 37 | 2C |
| Octal | 256 | 63 | 215 | 0 | 107 | 23 | 40 | 474 | 67 | 54 |
| Binary | 10101110 | 110011 | 10001101 | 0 | 1000111 | 10011 | 100000 | 100111100 | 110111 | 101100 |
Color Harmonies of #AE338D
Complementary color
Monochromatic Colors of #AE338D
Black with #AE338D
Text Example
Text Example
White with #AE338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE338D; }
p { color: rgb(174,51,141); }
H1.HeaderClassName
{
color: #AE338D;
}
.AnyTagClassName
{
color: #AE338D;
}
</style>
background-color css
<style>
a { background-color: #AE338D; }
a { background-color: rgb(174,51,141); }
div.DivClassName
{
background-color: #AE338D;
}
.BgClassName
{
background-color: #AE338D;
}
</style>
border-color css
<style>
span { border-color: #AE338D; }
span { border-color: rgb(174,51,141); }
td.TdClassName
{
border-color: #AE338D;
}
.TagClassName
{
border-color: #AE338D;
}
</style>