Shades of Medium Red Violet #AE227C
Tints of Medium Red Violet #AE227C
RGB
CMYK
RGB Variations
Color information
#AE227C (or 0xAE227C) is known color: Medium Red Violet. HEX triplet: AE, 22 and 7C. RGB value is (174,34,124). Sum of RGB (Red+Green+Blue) = 174+34+124=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE227C is #51DD83. Grayscale: #555555. Windows color (decimal): -5365124 or 8135342. OLE color: 8135342.
HSL color Cylindrical-coordinate representation of color #AE227C: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE227C is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 124 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 321.43º | 0.67% | 0.41% | - |
| HSV(B) | 321.43º | 0.8% | 0.68% | - |
| XYZ | 21.67 | 11.6 | 20.17 | - |
| YUV | 86.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 124 | 0 | 0.80 | 0.29 | 0.32 | 321.43 | 0.67 | 0.41 |
| Hex | AE | 22 | 7C | 0 | 50 | 1D | 20 | 141 | 43 | 29 |
| Octal | 256 | 42 | 174 | 0 | 120 | 35 | 40 | 501 | 103 | 51 |
| Binary | 10101110 | 100010 | 1111100 | 0 | 1010000 | 11101 | 100000 | 101000001 | 1000011 | 101001 |
Color Harmonies of #AE227C
Complementary color
Monochromatic Colors of #AE227C
Black with #AE227C
Text Example
Text Example
White with #AE227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE227C; }
p { color: rgb(174,34,124); }
H1.HeaderClassName
{
color: #AE227C;
}
.AnyTagClassName
{
color: #AE227C;
}
</style>
background-color css
<style>
a { background-color: #AE227C; }
a { background-color: rgb(174,34,124); }
div.DivClassName
{
background-color: #AE227C;
}
.BgClassName
{
background-color: #AE227C;
}
</style>
border-color css
<style>
span { border-color: #AE227C; }
span { border-color: rgb(174,34,124); }
td.TdClassName
{
border-color: #AE227C;
}
.TagClassName
{
border-color: #AE227C;
}
</style>