Shades of Medium Red Violet #AE228C
Tints of Medium Red Violet #AE228C
RGB
CMYK
RGB Variations
Color information
#AE228C (or 0xAE228C) is known color: Medium Red Violet. HEX triplet: AE, 22 and 8C. RGB value is (174,34,140). Sum of RGB (Red+Green+Blue) = 174+34+140=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE228C is #51DD73. Grayscale: #575757. Windows color (decimal): -5365108 or 9183918. OLE color: 9183918.
HSL color Cylindrical-coordinate representation of color #AE228C: hue angle of 314.57º 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 #AE228C is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 140 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.32 |
| HSL | 314.57º | 0.67% | 0.41% | - |
| HSV(B) | 314.57º | 0.8% | 0.68% | - |
| XYZ | 22.76 | 12.04 | 25.93 | - |
| YUV | 87.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 140 | 0 | 0.80 | 0.20 | 0.32 | 314.57 | 0.67 | 0.41 |
| Hex | AE | 22 | 8C | 0 | 50 | 14 | 20 | 13B | 43 | 29 |
| Octal | 256 | 42 | 214 | 0 | 120 | 24 | 40 | 473 | 103 | 51 |
| Binary | 10101110 | 100010 | 10001100 | 0 | 1010000 | 10100 | 100000 | 100111011 | 1000011 | 101001 |
Color Harmonies of #AE228C
Complementary color
Monochromatic Colors of #AE228C
Black with #AE228C
Text Example
Text Example
White with #AE228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE228C; }
p { color: rgb(174,34,140); }
H1.HeaderClassName
{
color: #AE228C;
}
.AnyTagClassName
{
color: #AE228C;
}
</style>
background-color css
<style>
a { background-color: #AE228C; }
a { background-color: rgb(174,34,140); }
div.DivClassName
{
background-color: #AE228C;
}
.BgClassName
{
background-color: #AE228C;
}
</style>
border-color css
<style>
span { border-color: #AE228C; }
span { border-color: rgb(174,34,140); }
td.TdClassName
{
border-color: #AE228C;
}
.TagClassName
{
border-color: #AE228C;
}
</style>