Shades of Medium Red Violet #AE2897
Tints of Medium Red Violet #AE2897
RGB
CMYK
RGB Variations
Color information
#AE2897 (or 0xAE2897) is known color: Medium Red Violet. HEX triplet: AE, 28 and 97. RGB value is (174,40,151). Sum of RGB (Red+Green+Blue) = 174+40+151=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2897 is #51D768. Grayscale: #5C5C5C. Windows color (decimal): -5363561 or 9906350. OLE color: 9906350.
HSL color Cylindrical-coordinate representation of color #AE2897: hue angle of 310.3º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE2897 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 151 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.32 |
| HSL | 310.3º | 0.63% | 0.42% | - |
| HSV(B) | 310.3º | 0.77% | 0.68% | - |
| XYZ | 23.8 | 12.75 | 30.48 | - |
| YUV | 92.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 151 | 0 | 0.77 | 0.13 | 0.32 | 310.3 | 0.63 | 0.42 |
| Hex | AE | 28 | 97 | 0 | 4D | D | 20 | 136 | 3F | 2A |
| Octal | 256 | 50 | 227 | 0 | 115 | 15 | 40 | 466 | 77 | 52 |
| Binary | 10101110 | 101000 | 10010111 | 0 | 1001101 | 1101 | 100000 | 100110110 | 111111 | 101010 |
Color Harmonies of #AE2897
Complementary color
Monochromatic Colors of #AE2897
Black with #AE2897
Text Example
Text Example
White with #AE2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2897; }
p { color: rgb(174,40,151); }
H1.HeaderClassName
{
color: #AE2897;
}
.AnyTagClassName
{
color: #AE2897;
}
</style>
background-color css
<style>
a { background-color: #AE2897; }
a { background-color: rgb(174,40,151); }
div.DivClassName
{
background-color: #AE2897;
}
.BgClassName
{
background-color: #AE2897;
}
</style>
border-color css
<style>
span { border-color: #AE2897; }
span { border-color: rgb(174,40,151); }
td.TdClassName
{
border-color: #AE2897;
}
.TagClassName
{
border-color: #AE2897;
}
</style>