Shades of Medium Red Violet #AE3C8F
Tints of Medium Red Violet #AE3C8F
RGB
CMYK
RGB Variations
Color information
#AE3C8F (or 0xAE3C8F) is known color: Medium Red Violet. HEX triplet: AE, 3C and 8F. RGB value is (174,60,143). Sum of RGB (Red+Green+Blue) = 174+60+143=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8F is #51C370. Grayscale: #676767. Windows color (decimal): -5358449 or 9387182. OLE color: 9387182.
HSL color Cylindrical-coordinate representation of color #AE3C8F: hue angle of 316.32º 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 #AE3C8F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 143 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.32 |
| HSL | 316.32º | 0.49% | 0.46% | - |
| HSV(B) | 316.32º | 0.66% | 0.68% | - |
| XYZ | 24.03 | 14.21 | 27.46 | - |
| YUV | 103.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 143 | 0 | 0.66 | 0.18 | 0.32 | 316.32 | 0.49 | 0.46 |
| Hex | AE | 3C | 8F | 0 | 42 | 12 | 20 | 13C | 31 | 2E |
| Octal | 256 | 74 | 217 | 0 | 102 | 22 | 40 | 474 | 61 | 56 |
| Binary | 10101110 | 111100 | 10001111 | 0 | 1000010 | 10010 | 100000 | 100111100 | 110001 | 101110 |
Color Harmonies of #AE3C8F
Complementary color
Monochromatic Colors of #AE3C8F
Black with #AE3C8F
Text Example
Text Example
White with #AE3C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C8F; }
p { color: rgb(174,60,143); }
H1.HeaderClassName
{
color: #AE3C8F;
}
.AnyTagClassName
{
color: #AE3C8F;
}
</style>
background-color css
<style>
a { background-color: #AE3C8F; }
a { background-color: rgb(174,60,143); }
div.DivClassName
{
background-color: #AE3C8F;
}
.BgClassName
{
background-color: #AE3C8F;
}
</style>
border-color css
<style>
span { border-color: #AE3C8F; }
span { border-color: rgb(174,60,143); }
td.TdClassName
{
border-color: #AE3C8F;
}
.TagClassName
{
border-color: #AE3C8F;
}
</style>