Shades of Medium Red Violet #AE249C
Tints of Medium Red Violet #AE249C
RGB
CMYK
RGB Variations
Color information
#AE249C (or 0xAE249C) is known color: Medium Red Violet. HEX triplet: AE, 24 and 9C. RGB value is (174,36,156). Sum of RGB (Red+Green+Blue) = 174+36+156=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE249C is #51DB63. Grayscale: #5A5A5A. Windows color (decimal): -5364580 or 10233006. OLE color: 10233006.
HSL color Cylindrical-coordinate representation of color #AE249C: hue angle of 307.83º 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 #AE249C is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 156 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.32 |
| HSL | 307.83º | 0.66% | 0.41% | - |
| HSV(B) | 307.83º | 0.79% | 0.68% | - |
| XYZ | 24.09 | 12.66 | 32.63 | - |
| YUV | 90.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 156 | 0 | 0.79 | 0.10 | 0.32 | 307.83 | 0.66 | 0.41 |
| Hex | AE | 24 | 9C | 0 | 4F | A | 20 | 134 | 42 | 29 |
| Octal | 256 | 44 | 234 | 0 | 117 | 12 | 40 | 464 | 102 | 51 |
| Binary | 10101110 | 100100 | 10011100 | 0 | 1001111 | 1010 | 100000 | 100110100 | 1000010 | 101001 |
Color Harmonies of #AE249C
Complementary color
Monochromatic Colors of #AE249C
Black with #AE249C
Text Example
Text Example
White with #AE249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE249C; }
p { color: rgb(174,36,156); }
H1.HeaderClassName
{
color: #AE249C;
}
.AnyTagClassName
{
color: #AE249C;
}
</style>
background-color css
<style>
a { background-color: #AE249C; }
a { background-color: rgb(174,36,156); }
div.DivClassName
{
background-color: #AE249C;
}
.BgClassName
{
background-color: #AE249C;
}
</style>
border-color css
<style>
span { border-color: #AE249C; }
span { border-color: rgb(174,36,156); }
td.TdClassName
{
border-color: #AE249C;
}
.TagClassName
{
border-color: #AE249C;
}
</style>