Shades of Medium Red Violet #AE369C
Tints of Medium Red Violet #AE369C
RGB
CMYK
RGB Variations
Color information
#AE369C (or 0xAE369C) is known color: Medium Red Violet. HEX triplet: AE, 36 and 9C. RGB value is (174,54,156). Sum of RGB (Red+Green+Blue) = 174+54+156=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE369C is #51C963. Grayscale: #656565. Windows color (decimal): -5359972 or 10237614. OLE color: 10237614.
HSL color Cylindrical-coordinate representation of color #AE369C: hue angle of 309º 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 #AE369C is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 156 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.32 |
| HSL | 309º | 0.53% | 0.45% | - |
| HSV(B) | 309º | 0.69% | 0.68% | - |
| XYZ | 24.78 | 14.04 | 32.86 | - |
| YUV | 101.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 156 | 0 | 0.69 | 0.10 | 0.32 | 309 | 0.53 | 0.45 |
| Hex | AE | 36 | 9C | 0 | 45 | A | 20 | 135 | 35 | 2D |
| Octal | 256 | 66 | 234 | 0 | 105 | 12 | 40 | 465 | 65 | 55 |
| Binary | 10101110 | 110110 | 10011100 | 0 | 1000101 | 1010 | 100000 | 100110101 | 110101 | 101101 |
Color Harmonies of #AE369C
Complementary color
Monochromatic Colors of #AE369C
Black with #AE369C
Text Example
Text Example
White with #AE369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE369C; }
p { color: rgb(174,54,156); }
H1.HeaderClassName
{
color: #AE369C;
}
.AnyTagClassName
{
color: #AE369C;
}
</style>
background-color css
<style>
a { background-color: #AE369C; }
a { background-color: rgb(174,54,156); }
div.DivClassName
{
background-color: #AE369C;
}
.BgClassName
{
background-color: #AE369C;
}
</style>
border-color css
<style>
span { border-color: #AE369C; }
span { border-color: rgb(174,54,156); }
td.TdClassName
{
border-color: #AE369C;
}
.TagClassName
{
border-color: #AE369C;
}
</style>