Shades of Medium Red Violet #AE367C
Tints of Medium Red Violet #AE367C
RGB
CMYK
RGB Variations
Color information
#AE367C (or 0xAE367C) is known color: Medium Red Violet. HEX triplet: AE, 36 and 7C. RGB value is (174,54,124). Sum of RGB (Red+Green+Blue) = 174+54+124=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE367C is #51C983. Grayscale: #616161. Windows color (decimal): -5360004 or 8140462. OLE color: 8140462.
HSL color Cylindrical-coordinate representation of color #AE367C: hue angle of 325º 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 #AE367C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 124 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.32 |
| HSL | 325º | 0.53% | 0.45% | - |
| HSV(B) | 325º | 0.69% | 0.68% | - |
| XYZ | 22.41 | 13.09 | 20.41 | - |
| YUV | 97.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 124 | 0 | 0.69 | 0.29 | 0.32 | 325 | 0.53 | 0.45 |
| Hex | AE | 36 | 7C | 0 | 45 | 1D | 20 | 145 | 35 | 2D |
| Octal | 256 | 66 | 174 | 0 | 105 | 35 | 40 | 505 | 65 | 55 |
| Binary | 10101110 | 110110 | 1111100 | 0 | 1000101 | 11101 | 100000 | 101000101 | 110101 | 101101 |
Color Harmonies of #AE367C
Complementary color
Monochromatic Colors of #AE367C
Black with #AE367C
Text Example
Text Example
White with #AE367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE367C; }
p { color: rgb(174,54,124); }
H1.HeaderClassName
{
color: #AE367C;
}
.AnyTagClassName
{
color: #AE367C;
}
</style>
background-color css
<style>
a { background-color: #AE367C; }
a { background-color: rgb(174,54,124); }
div.DivClassName
{
background-color: #AE367C;
}
.BgClassName
{
background-color: #AE367C;
}
</style>
border-color css
<style>
span { border-color: #AE367C; }
span { border-color: rgb(174,54,124); }
td.TdClassName
{
border-color: #AE367C;
}
.TagClassName
{
border-color: #AE367C;
}
</style>