Shades of Medium Red Violet #AE227D
Tints of Medium Red Violet #AE227D
RGB
CMYK
RGB Variations
Color information
#AE227D (or 0xAE227D) is known color: Medium Red Violet. HEX triplet: AE, 22 and 7D. RGB value is (174,34,125). Sum of RGB (Red+Green+Blue) = 174+34+125=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE227D is #51DD82. Grayscale: #565656. Windows color (decimal): -5365123 or 8200878. OLE color: 8200878.
HSL color Cylindrical-coordinate representation of color #AE227D: hue angle of 321º 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 #AE227D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 125 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.32 |
| HSL | 321º | 0.67% | 0.41% | - |
| HSV(B) | 321º | 0.8% | 0.68% | - |
| XYZ | 21.73 | 11.62 | 20.5 | - |
| YUV | 86.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 125 | 0 | 0.80 | 0.28 | 0.32 | 321 | 0.67 | 0.41 |
| Hex | AE | 22 | 7D | 0 | 50 | 1C | 20 | 141 | 43 | 29 |
| Octal | 256 | 42 | 175 | 0 | 120 | 34 | 40 | 501 | 103 | 51 |
| Binary | 10101110 | 100010 | 1111101 | 0 | 1010000 | 11100 | 100000 | 101000001 | 1000011 | 101001 |
Color Harmonies of #AE227D
Complementary color
Monochromatic Colors of #AE227D
Black with #AE227D
Text Example
Text Example
White with #AE227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE227D; }
p { color: rgb(174,34,125); }
H1.HeaderClassName
{
color: #AE227D;
}
.AnyTagClassName
{
color: #AE227D;
}
</style>
background-color css
<style>
a { background-color: #AE227D; }
a { background-color: rgb(174,34,125); }
div.DivClassName
{
background-color: #AE227D;
}
.BgClassName
{
background-color: #AE227D;
}
</style>
border-color css
<style>
span { border-color: #AE227D; }
span { border-color: rgb(174,34,125); }
td.TdClassName
{
border-color: #AE227D;
}
.TagClassName
{
border-color: #AE227D;
}
</style>