Shades of Medium Red Violet #AE3F8D
Tints of Medium Red Violet #AE3F8D
RGB
CMYK
RGB Variations
Color information
#AE3F8D (or 0xAE3F8D) is known color: Medium Red Violet. HEX triplet: AE, 3F and 8D. RGB value is (174,63,141). Sum of RGB (Red+Green+Blue) = 174+63+141=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3F8D is #51C072. Grayscale: #686868. Windows color (decimal): -5357683 or 9256878. OLE color: 9256878.
HSL color Cylindrical-coordinate representation of color #AE3F8D: hue angle of 317.84º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3F8D is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 141 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.32 |
| HSL | 317.84º | 0.47% | 0.46% | - |
| HSV(B) | 317.84º | 0.64% | 0.68% | - |
| XYZ | 24.04 | 14.48 | 26.73 | - |
| YUV | 105.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 141 | 0 | 0.64 | 0.19 | 0.32 | 317.84 | 0.47 | 0.46 |
| Hex | AE | 3F | 8D | 0 | 40 | 13 | 20 | 13E | 2F | 2E |
| Octal | 256 | 77 | 215 | 0 | 100 | 23 | 40 | 476 | 57 | 56 |
| Binary | 10101110 | 111111 | 10001101 | 0 | 1000000 | 10011 | 100000 | 100111110 | 101111 | 101110 |
Color Harmonies of #AE3F8D
Complementary color
Monochromatic Colors of #AE3F8D
Black with #AE3F8D
Text Example
Text Example
White with #AE3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F8D; }
p { color: rgb(174,63,141); }
H1.HeaderClassName
{
color: #AE3F8D;
}
.AnyTagClassName
{
color: #AE3F8D;
}
</style>
background-color css
<style>
a { background-color: #AE3F8D; }
a { background-color: rgb(174,63,141); }
div.DivClassName
{
background-color: #AE3F8D;
}
.BgClassName
{
background-color: #AE3F8D;
}
</style>
border-color css
<style>
span { border-color: #AE3F8D; }
span { border-color: rgb(174,63,141); }
td.TdClassName
{
border-color: #AE3F8D;
}
.TagClassName
{
border-color: #AE3F8D;
}
</style>