Shades of Medium Red Violet #AE299B
Tints of Medium Red Violet #AE299B
RGB
CMYK
RGB Variations
Color information
#AE299B (or 0xAE299B) is known color: Medium Red Violet. HEX triplet: AE, 29 and 9B. RGB value is (174,41,155). Sum of RGB (Red+Green+Blue) = 174+41+155=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE299B is #51D664. Grayscale: #5D5D5D. Windows color (decimal): -5363301 or 10168750. OLE color: 10168750.
HSL color Cylindrical-coordinate representation of color #AE299B: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE299B is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 155 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.32 |
| HSL | 308.57º | 0.62% | 0.42% | - |
| HSV(B) | 308.57º | 0.76% | 0.68% | - |
| XYZ | 24.16 | 12.95 | 32.24 | - |
| YUV | 93.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 155 | 0 | 0.76 | 0.11 | 0.32 | 308.57 | 0.62 | 0.42 |
| Hex | AE | 29 | 9B | 0 | 4C | B | 20 | 135 | 3E | 2A |
| Octal | 256 | 51 | 233 | 0 | 114 | 13 | 40 | 465 | 76 | 52 |
| Binary | 10101110 | 101001 | 10011011 | 0 | 1001100 | 1011 | 100000 | 100110101 | 111110 | 101010 |
Color Harmonies of #AE299B
Complementary color
Monochromatic Colors of #AE299B
Black with #AE299B
Text Example
Text Example
White with #AE299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE299B; }
p { color: rgb(174,41,155); }
H1.HeaderClassName
{
color: #AE299B;
}
.AnyTagClassName
{
color: #AE299B;
}
</style>
background-color css
<style>
a { background-color: #AE299B; }
a { background-color: rgb(174,41,155); }
div.DivClassName
{
background-color: #AE299B;
}
.BgClassName
{
background-color: #AE299B;
}
</style>
border-color css
<style>
span { border-color: #AE299B; }
span { border-color: rgb(174,41,155); }
td.TdClassName
{
border-color: #AE299B;
}
.TagClassName
{
border-color: #AE299B;
}
</style>