Shades of Medium Red Violet #AE2C7B
Tints of Medium Red Violet #AE2C7B
RGB
CMYK
RGB Variations
Color information
#AE2C7B (or 0xAE2C7B) is known color: Medium Red Violet. HEX triplet: AE, 2C and 7B. RGB value is (174,44,123). Sum of RGB (Red+Green+Blue) = 174+44+123=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2C7B is #51D384. Grayscale: #5B5B5B. Windows color (decimal): -5362565 or 8072366. OLE color: 8072366.
HSL color Cylindrical-coordinate representation of color #AE2C7B: hue angle of 323.54º 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 #AE2C7B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 123 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.32 |
| HSL | 323.54º | 0.6% | 0.43% | - |
| HSV(B) | 323.54º | 0.75% | 0.68% | - |
| XYZ | 21.93 | 12.23 | 19.94 | - |
| YUV | 91.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 123 | 0 | 0.75 | 0.29 | 0.32 | 323.54 | 0.6 | 0.43 |
| Hex | AE | 2C | 7B | 0 | 4B | 1D | 20 | 144 | 3C | 2B |
| Octal | 256 | 54 | 173 | 0 | 113 | 35 | 40 | 504 | 74 | 53 |
| Binary | 10101110 | 101100 | 1111011 | 0 | 1001011 | 11101 | 100000 | 101000100 | 111100 | 101011 |
Color Harmonies of #AE2C7B
Complementary color
Monochromatic Colors of #AE2C7B
Black with #AE2C7B
Text Example
Text Example
White with #AE2C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C7B; }
p { color: rgb(174,44,123); }
H1.HeaderClassName
{
color: #AE2C7B;
}
.AnyTagClassName
{
color: #AE2C7B;
}
</style>
background-color css
<style>
a { background-color: #AE2C7B; }
a { background-color: rgb(174,44,123); }
div.DivClassName
{
background-color: #AE2C7B;
}
.BgClassName
{
background-color: #AE2C7B;
}
</style>
border-color css
<style>
span { border-color: #AE2C7B; }
span { border-color: rgb(174,44,123); }
td.TdClassName
{
border-color: #AE2C7B;
}
.TagClassName
{
border-color: #AE2C7B;
}
</style>