Shades of Medium Red Violet #AE3C9E
Tints of Medium Red Violet #AE3C9E
RGB
CMYK
RGB Variations
Color information
#AE3C9E (or 0xAE3C9E) is known color: Medium Red Violet. HEX triplet: AE, 3C and 9E. RGB value is (174,60,158). Sum of RGB (Red+Green+Blue) = 174+60+158=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C9E is #51C361. Grayscale: #686868. Windows color (decimal): -5358434 or 10370222. OLE color: 10370222.
HSL color Cylindrical-coordinate representation of color #AE3C9E: hue angle of 308.42º 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 #AE3C9E is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 158 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.32 |
| HSL | 308.42º | 0.49% | 0.46% | - |
| HSV(B) | 308.42º | 0.66% | 0.68% | - |
| XYZ | 25.24 | 14.7 | 33.85 | - |
| YUV | 105.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 158 | 0 | 0.66 | 0.09 | 0.32 | 308.42 | 0.49 | 0.46 |
| Hex | AE | 3C | 9E | 0 | 42 | 9 | 20 | 134 | 31 | 2E |
| Octal | 256 | 74 | 236 | 0 | 102 | 11 | 40 | 464 | 61 | 56 |
| Binary | 10101110 | 111100 | 10011110 | 0 | 1000010 | 1001 | 100000 | 100110100 | 110001 | 101110 |
Color Harmonies of #AE3C9E
Complementary color
Monochromatic Colors of #AE3C9E
Black with #AE3C9E
Text Example
Text Example
White with #AE3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C9E; }
p { color: rgb(174,60,158); }
H1.HeaderClassName
{
color: #AE3C9E;
}
.AnyTagClassName
{
color: #AE3C9E;
}
</style>
background-color css
<style>
a { background-color: #AE3C9E; }
a { background-color: rgb(174,60,158); }
div.DivClassName
{
background-color: #AE3C9E;
}
.BgClassName
{
background-color: #AE3C9E;
}
</style>
border-color css
<style>
span { border-color: #AE3C9E; }
span { border-color: rgb(174,60,158); }
td.TdClassName
{
border-color: #AE3C9E;
}
.TagClassName
{
border-color: #AE3C9E;
}
</style>