Shades of Medium Red Violet #AE327C
Tints of Medium Red Violet #AE327C
RGB
CMYK
RGB Variations
Color information
#AE327C (or 0xAE327C) is known color: Medium Red Violet. HEX triplet: AE, 32 and 7C. RGB value is (174,50,124). Sum of RGB (Red+Green+Blue) = 174+50+124=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE327C is #51CD83. Grayscale: #5F5F5F. Windows color (decimal): -5361028 or 8139438. OLE color: 8139438.
HSL color Cylindrical-coordinate representation of color #AE327C: hue angle of 324.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE327C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 124 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.32 |
| HSL | 324.19º | 0.55% | 0.44% | - |
| HSV(B) | 324.19º | 0.71% | 0.68% | - |
| XYZ | 22.23 | 12.74 | 20.36 | - |
| YUV | 95.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 124 | 0 | 0.71 | 0.29 | 0.32 | 324.19 | 0.55 | 0.44 |
| Hex | AE | 32 | 7C | 0 | 47 | 1D | 20 | 144 | 37 | 2C |
| Octal | 256 | 62 | 174 | 0 | 107 | 35 | 40 | 504 | 67 | 54 |
| Binary | 10101110 | 110010 | 1111100 | 0 | 1000111 | 11101 | 100000 | 101000100 | 110111 | 101100 |
Color Harmonies of #AE327C
Complementary color
Monochromatic Colors of #AE327C
Black with #AE327C
Text Example
Text Example
White with #AE327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE327C; }
p { color: rgb(174,50,124); }
H1.HeaderClassName
{
color: #AE327C;
}
.AnyTagClassName
{
color: #AE327C;
}
</style>
background-color css
<style>
a { background-color: #AE327C; }
a { background-color: rgb(174,50,124); }
div.DivClassName
{
background-color: #AE327C;
}
.BgClassName
{
background-color: #AE327C;
}
</style>
border-color css
<style>
span { border-color: #AE327C; }
span { border-color: rgb(174,50,124); }
td.TdClassName
{
border-color: #AE327C;
}
.TagClassName
{
border-color: #AE327C;
}
</style>