Shades of Medium Red Violet #AE3696
Tints of Medium Red Violet #AE3696
RGB
CMYK
RGB Variations
Color information
#AE3696 (or 0xAE3696) is known color: Medium Red Violet. HEX triplet: AE, 36 and 96. RGB value is (174,54,150). Sum of RGB (Red+Green+Blue) = 174+54+150=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3696 is #51C969. Grayscale: #646464. Windows color (decimal): -5359978 or 9844398. OLE color: 9844398.
HSL color Cylindrical-coordinate representation of color #AE3696: hue angle of 312º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE3696 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 150 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.32 |
| HSL | 312º | 0.53% | 0.45% | - |
| HSV(B) | 312º | 0.69% | 0.68% | - |
| XYZ | 24.28 | 13.84 | 30.25 | - |
| YUV | 100.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 150 | 0 | 0.69 | 0.14 | 0.32 | 312 | 0.53 | 0.45 |
| Hex | AE | 36 | 96 | 0 | 45 | E | 20 | 138 | 35 | 2D |
| Octal | 256 | 66 | 226 | 0 | 105 | 16 | 40 | 470 | 65 | 55 |
| Binary | 10101110 | 110110 | 10010110 | 0 | 1000101 | 1110 | 100000 | 100111000 | 110101 | 101101 |
Color Harmonies of #AE3696
Complementary color
Monochromatic Colors of #AE3696
Black with #AE3696
Text Example
Text Example
White with #AE3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3696; }
p { color: rgb(174,54,150); }
H1.HeaderClassName
{
color: #AE3696;
}
.AnyTagClassName
{
color: #AE3696;
}
</style>
background-color css
<style>
a { background-color: #AE3696; }
a { background-color: rgb(174,54,150); }
div.DivClassName
{
background-color: #AE3696;
}
.BgClassName
{
background-color: #AE3696;
}
</style>
border-color css
<style>
span { border-color: #AE3696; }
span { border-color: rgb(174,54,150); }
td.TdClassName
{
border-color: #AE3696;
}
.TagClassName
{
border-color: #AE3696;
}
</style>