Shades of Medium Red Violet #AE3C8D
Tints of Medium Red Violet #AE3C8D
RGB
CMYK
RGB Variations
Color information
#AE3C8D (or 0xAE3C8D) is known color: Medium Red Violet. HEX triplet: AE, 3C and 8D. RGB value is (174,60,141). Sum of RGB (Red+Green+Blue) = 174+60+141=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8D is #51C372. Grayscale: #676767. Windows color (decimal): -5358451 or 9256110. OLE color: 9256110.
HSL color Cylindrical-coordinate representation of color #AE3C8D: hue angle of 317.37º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C8D is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 141 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.32 |
| HSL | 317.37º | 0.49% | 0.46% | - |
| HSV(B) | 317.37º | 0.66% | 0.68% | - |
| XYZ | 23.88 | 14.15 | 26.67 | - |
| YUV | 103.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 141 | 0 | 0.66 | 0.19 | 0.32 | 317.37 | 0.49 | 0.46 |
| Hex | AE | 3C | 8D | 0 | 42 | 13 | 20 | 13D | 31 | 2E |
| Octal | 256 | 74 | 215 | 0 | 102 | 23 | 40 | 475 | 61 | 56 |
| Binary | 10101110 | 111100 | 10001101 | 0 | 1000010 | 10011 | 100000 | 100111101 | 110001 | 101110 |
Color Harmonies of #AE3C8D
Complementary color
Monochromatic Colors of #AE3C8D
Black with #AE3C8D
Text Example
Text Example
White with #AE3C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C8D; }
p { color: rgb(174,60,141); }
H1.HeaderClassName
{
color: #AE3C8D;
}
.AnyTagClassName
{
color: #AE3C8D;
}
</style>
background-color css
<style>
a { background-color: #AE3C8D; }
a { background-color: rgb(174,60,141); }
div.DivClassName
{
background-color: #AE3C8D;
}
.BgClassName
{
background-color: #AE3C8D;
}
</style>
border-color css
<style>
span { border-color: #AE3C8D; }
span { border-color: rgb(174,60,141); }
td.TdClassName
{
border-color: #AE3C8D;
}
.TagClassName
{
border-color: #AE3C8D;
}
</style>