Shades of Medium Red Violet #AE3C91
Tints of Medium Red Violet #AE3C91
RGB
CMYK
RGB Variations
Color information
#AE3C91 (or 0xAE3C91) is known color: Medium Red Violet. HEX triplet: AE, 3C and 91. RGB value is (174,60,145). Sum of RGB (Red+Green+Blue) = 174+60+145=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C91 is #51C36E. Grayscale: #676767. Windows color (decimal): -5358447 or 9518254. OLE color: 9518254.
HSL color Cylindrical-coordinate representation of color #AE3C91: hue angle of 315.26º 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 #AE3C91 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 145 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.32 |
| HSL | 315.26º | 0.49% | 0.46% | - |
| HSV(B) | 315.26º | 0.66% | 0.68% | - |
| XYZ | 24.18 | 14.27 | 28.27 | - |
| YUV | 103.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 145 | 0 | 0.66 | 0.17 | 0.32 | 315.26 | 0.49 | 0.46 |
| Hex | AE | 3C | 91 | 0 | 42 | 11 | 20 | 13B | 31 | 2E |
| Octal | 256 | 74 | 221 | 0 | 102 | 21 | 40 | 473 | 61 | 56 |
| Binary | 10101110 | 111100 | 10010001 | 0 | 1000010 | 10001 | 100000 | 100111011 | 110001 | 101110 |
Color Harmonies of #AE3C91
Complementary color
Monochromatic Colors of #AE3C91
Black with #AE3C91
Text Example
Text Example
White with #AE3C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C91; }
p { color: rgb(174,60,145); }
H1.HeaderClassName
{
color: #AE3C91;
}
.AnyTagClassName
{
color: #AE3C91;
}
</style>
background-color css
<style>
a { background-color: #AE3C91; }
a { background-color: rgb(174,60,145); }
div.DivClassName
{
background-color: #AE3C91;
}
.BgClassName
{
background-color: #AE3C91;
}
</style>
border-color css
<style>
span { border-color: #AE3C91; }
span { border-color: rgb(174,60,145); }
td.TdClassName
{
border-color: #AE3C91;
}
.TagClassName
{
border-color: #AE3C91;
}
</style>