Shades of Medium Red Violet #AE296E
Tints of Medium Red Violet #AE296E
RGB
CMYK
RGB Variations
Color information
#AE296E (or 0xAE296E) is known color: Medium Red Violet. HEX triplet: AE, 29 and 6E. RGB value is (174,41,110). Sum of RGB (Red+Green+Blue) = 174+41+110=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE296E is #51D691. Grayscale: #585858. Windows color (decimal): -5363346 or 7219630. OLE color: 7219630.
HSL color Cylindrical-coordinate representation of color #AE296E: hue angle of 328.87º 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 #AE296E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 110 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.32 |
| HSL | 328.87º | 0.62% | 0.42% | - |
| HSV(B) | 328.87º | 0.76% | 0.68% | - |
| XYZ | 21.06 | 11.71 | 15.9 | - |
| YUV | 88.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 110 | 0 | 0.76 | 0.37 | 0.32 | 328.87 | 0.62 | 0.42 |
| Hex | AE | 29 | 6E | 0 | 4C | 25 | 20 | 149 | 3E | 2A |
| Octal | 256 | 51 | 156 | 0 | 114 | 45 | 40 | 511 | 76 | 52 |
| Binary | 10101110 | 101001 | 1101110 | 0 | 1001100 | 100101 | 100000 | 101001001 | 111110 | 101010 |
Color Harmonies of #AE296E
Complementary color
Monochromatic Colors of #AE296E
Black with #AE296E
Text Example
Text Example
White with #AE296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE296E; }
p { color: rgb(174,41,110); }
H1.HeaderClassName
{
color: #AE296E;
}
.AnyTagClassName
{
color: #AE296E;
}
</style>
background-color css
<style>
a { background-color: #AE296E; }
a { background-color: rgb(174,41,110); }
div.DivClassName
{
background-color: #AE296E;
}
.BgClassName
{
background-color: #AE296E;
}
</style>
border-color css
<style>
span { border-color: #AE296E; }
span { border-color: rgb(174,41,110); }
td.TdClassName
{
border-color: #AE296E;
}
.TagClassName
{
border-color: #AE296E;
}
</style>