Shades of Medium Red Violet #AE227B
Tints of Medium Red Violet #AE227B
RGB
CMYK
RGB Variations
Color information
#AE227B (or 0xAE227B) is known color: Medium Red Violet. HEX triplet: AE, 22 and 7B. RGB value is (174,34,123). Sum of RGB (Red+Green+Blue) = 174+34+123=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE227B is #51DD84. Grayscale: #555555. Windows color (decimal): -5365125 or 8069806. OLE color: 8069806.
HSL color Cylindrical-coordinate representation of color #AE227B: hue angle of 321.86º 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 #AE227B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 123 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.32 |
| HSL | 321.86º | 0.67% | 0.41% | - |
| HSV(B) | 321.86º | 0.8% | 0.68% | - |
| XYZ | 21.6 | 11.57 | 19.83 | - |
| YUV | 86.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 123 | 0 | 0.80 | 0.29 | 0.32 | 321.86 | 0.67 | 0.41 |
| Hex | AE | 22 | 7B | 0 | 50 | 1D | 20 | 142 | 43 | 29 |
| Octal | 256 | 42 | 173 | 0 | 120 | 35 | 40 | 502 | 103 | 51 |
| Binary | 10101110 | 100010 | 1111011 | 0 | 1010000 | 11101 | 100000 | 101000010 | 1000011 | 101001 |
Color Harmonies of #AE227B
Complementary color
Monochromatic Colors of #AE227B
Black with #AE227B
Text Example
Text Example
White with #AE227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE227B; }
p { color: rgb(174,34,123); }
H1.HeaderClassName
{
color: #AE227B;
}
.AnyTagClassName
{
color: #AE227B;
}
</style>
background-color css
<style>
a { background-color: #AE227B; }
a { background-color: rgb(174,34,123); }
div.DivClassName
{
background-color: #AE227B;
}
.BgClassName
{
background-color: #AE227B;
}
</style>
border-color css
<style>
span { border-color: #AE227B; }
span { border-color: rgb(174,34,123); }
td.TdClassName
{
border-color: #AE227B;
}
.TagClassName
{
border-color: #AE227B;
}
</style>