Shades of Medium Red Violet #AE247C
Tints of Medium Red Violet #AE247C
RGB
CMYK
RGB Variations
Color information
#AE247C (or 0xAE247C) is known color: Medium Red Violet. HEX triplet: AE, 24 and 7C. RGB value is (174,36,124). Sum of RGB (Red+Green+Blue) = 174+36+124=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE247C is #51DB83. Grayscale: #575757. Windows color (decimal): -5364612 or 8135854. OLE color: 8135854.
HSL color Cylindrical-coordinate representation of color #AE247C: hue angle of 321.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE247C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 124 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.32 |
| HSL | 321.74º | 0.66% | 0.41% | - |
| HSV(B) | 321.74º | 0.79% | 0.68% | - |
| XYZ | 21.72 | 11.72 | 20.19 | - |
| YUV | 87.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 124 | 0 | 0.79 | 0.29 | 0.32 | 321.74 | 0.66 | 0.41 |
| Hex | AE | 24 | 7C | 0 | 4F | 1D | 20 | 142 | 42 | 29 |
| Octal | 256 | 44 | 174 | 0 | 117 | 35 | 40 | 502 | 102 | 51 |
| Binary | 10101110 | 100100 | 1111100 | 0 | 1001111 | 11101 | 100000 | 101000010 | 1000010 | 101001 |
Color Harmonies of #AE247C
Complementary color
Monochromatic Colors of #AE247C
Black with #AE247C
Text Example
Text Example
White with #AE247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE247C; }
p { color: rgb(174,36,124); }
H1.HeaderClassName
{
color: #AE247C;
}
.AnyTagClassName
{
color: #AE247C;
}
</style>
background-color css
<style>
a { background-color: #AE247C; }
a { background-color: rgb(174,36,124); }
div.DivClassName
{
background-color: #AE247C;
}
.BgClassName
{
background-color: #AE247C;
}
</style>
border-color css
<style>
span { border-color: #AE247C; }
span { border-color: rgb(174,36,124); }
td.TdClassName
{
border-color: #AE247C;
}
.TagClassName
{
border-color: #AE247C;
}
</style>