Shades of Medium Red Violet #AE229B
Tints of Medium Red Violet #AE229B
RGB
CMYK
RGB Variations
Color information
#AE229B (or 0xAE229B) is known color: Medium Red Violet. HEX triplet: AE, 22 and 9B. RGB value is (174,34,155). Sum of RGB (Red+Green+Blue) = 174+34+155=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE229B is #51DD64. Grayscale: #595959. Windows color (decimal): -5365093 or 10166958. OLE color: 10166958.
HSL color Cylindrical-coordinate representation of color #AE229B: hue angle of 308.14º 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 #AE229B is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 155 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.32 |
| HSL | 308.14º | 0.67% | 0.41% | - |
| HSV(B) | 308.14º | 0.8% | 0.68% | - |
| XYZ | 23.94 | 12.51 | 32.16 | - |
| YUV | 89.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 155 | 0 | 0.80 | 0.11 | 0.32 | 308.14 | 0.67 | 0.41 |
| Hex | AE | 22 | 9B | 0 | 50 | B | 20 | 134 | 43 | 29 |
| Octal | 256 | 42 | 233 | 0 | 120 | 13 | 40 | 464 | 103 | 51 |
| Binary | 10101110 | 100010 | 10011011 | 0 | 1010000 | 1011 | 100000 | 100110100 | 1000011 | 101001 |
Color Harmonies of #AE229B
Complementary color
Monochromatic Colors of #AE229B
Black with #AE229B
Text Example
Text Example
White with #AE229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE229B; }
p { color: rgb(174,34,155); }
H1.HeaderClassName
{
color: #AE229B;
}
.AnyTagClassName
{
color: #AE229B;
}
</style>
background-color css
<style>
a { background-color: #AE229B; }
a { background-color: rgb(174,34,155); }
div.DivClassName
{
background-color: #AE229B;
}
.BgClassName
{
background-color: #AE229B;
}
</style>
border-color css
<style>
span { border-color: #AE229B; }
span { border-color: rgb(174,34,155); }
td.TdClassName
{
border-color: #AE229B;
}
.TagClassName
{
border-color: #AE229B;
}
</style>