Shades of Medium Red Violet #AE229D
Tints of Medium Red Violet #AE229D
RGB
CMYK
RGB Variations
Color information
#AE229D (or 0xAE229D) is known color: Medium Red Violet. HEX triplet: AE, 22 and 9D. RGB value is (174,34,157). Sum of RGB (Red+Green+Blue) = 174+34+157=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE229D is #51DD62. Grayscale: #595959. Windows color (decimal): -5365091 or 10298030. OLE color: 10298030.
HSL color Cylindrical-coordinate representation of color #AE229D: hue angle of 307.29º 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 #AE229D is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 157 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.32 |
| HSL | 307.29º | 0.67% | 0.41% | - |
| HSV(B) | 307.29º | 0.8% | 0.68% | - |
| XYZ | 24.11 | 12.58 | 33.05 | - |
| YUV | 89.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 157 | 0 | 0.80 | 0.10 | 0.32 | 307.29 | 0.67 | 0.41 |
| Hex | AE | 22 | 9D | 0 | 50 | A | 20 | 133 | 43 | 29 |
| Octal | 256 | 42 | 235 | 0 | 120 | 12 | 40 | 463 | 103 | 51 |
| Binary | 10101110 | 100010 | 10011101 | 0 | 1010000 | 1010 | 100000 | 100110011 | 1000011 | 101001 |
Color Harmonies of #AE229D
Complementary color
Monochromatic Colors of #AE229D
Black with #AE229D
Text Example
Text Example
White with #AE229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE229D; }
p { color: rgb(174,34,157); }
H1.HeaderClassName
{
color: #AE229D;
}
.AnyTagClassName
{
color: #AE229D;
}
</style>
background-color css
<style>
a { background-color: #AE229D; }
a { background-color: rgb(174,34,157); }
div.DivClassName
{
background-color: #AE229D;
}
.BgClassName
{
background-color: #AE229D;
}
</style>
border-color css
<style>
span { border-color: #AE229D; }
span { border-color: rgb(174,34,157); }
td.TdClassName
{
border-color: #AE229D;
}
.TagClassName
{
border-color: #AE229D;
}
</style>