Shades of Medium Red Violet #AE2B77
Tints of Medium Red Violet #AE2B77
RGB
CMYK
RGB Variations
Color information
#AE2B77 (or 0xAE2B77) is known color: Medium Red Violet. HEX triplet: AE, 2B and 77. RGB value is (174,43,119). Sum of RGB (Red+Green+Blue) = 174+43+119=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2B77 is #51D488. Grayscale: #5A5A5A. Windows color (decimal): -5362825 or 7809966. OLE color: 7809966.
HSL color Cylindrical-coordinate representation of color #AE2B77: hue angle of 325.19º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2B77 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 119 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.32 |
| HSL | 325.19º | 0.6% | 0.43% | - |
| HSV(B) | 325.19º | 0.75% | 0.68% | - |
| XYZ | 21.65 | 12.06 | 18.64 | - |
| YUV | 90.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 119 | 0 | 0.75 | 0.32 | 0.32 | 325.19 | 0.6 | 0.43 |
| Hex | AE | 2B | 77 | 0 | 4B | 20 | 20 | 145 | 3C | 2B |
| Octal | 256 | 53 | 167 | 0 | 113 | 40 | 40 | 505 | 74 | 53 |
| Binary | 10101110 | 101011 | 1110111 | 0 | 1001011 | 100000 | 100000 | 101000101 | 111100 | 101011 |
Color Harmonies of #AE2B77
Complementary color
Monochromatic Colors of #AE2B77
Black with #AE2B77
Text Example
Text Example
White with #AE2B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2B77; }
p { color: rgb(174,43,119); }
H1.HeaderClassName
{
color: #AE2B77;
}
.AnyTagClassName
{
color: #AE2B77;
}
</style>
background-color css
<style>
a { background-color: #AE2B77; }
a { background-color: rgb(174,43,119); }
div.DivClassName
{
background-color: #AE2B77;
}
.BgClassName
{
background-color: #AE2B77;
}
</style>
border-color css
<style>
span { border-color: #AE2B77; }
span { border-color: rgb(174,43,119); }
td.TdClassName
{
border-color: #AE2B77;
}
.TagClassName
{
border-color: #AE2B77;
}
</style>