Shades of Medium Red Violet #AE458C
Tints of Medium Red Violet #AE458C
RGB
CMYK
RGB Variations
Color information
#AE458C (or 0xAE458C) is known color: Medium Red Violet. HEX triplet: AE, 45 and 8C. RGB value is (174,69,140). Sum of RGB (Red+Green+Blue) = 174+69+140=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE458C is #51BA73. Grayscale: #6C6C6C. Windows color (decimal): -5356148 or 9192878. OLE color: 9192878.
HSL color Cylindrical-coordinate representation of color #AE458C: hue angle of 319.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE458C is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 140 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.32 |
| HSL | 319.43º | 0.43% | 0.48% | - |
| HSV(B) | 319.43º | 0.6% | 0.68% | - |
| XYZ | 24.32 | 15.15 | 26.45 | - |
| YUV | 108.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 140 | 0 | 0.60 | 0.20 | 0.32 | 319.43 | 0.43 | 0.48 |
| Hex | AE | 45 | 8C | 0 | 3C | 14 | 20 | 13F | 2B | 30 |
| Octal | 256 | 105 | 214 | 0 | 74 | 24 | 40 | 477 | 53 | 60 |
| Binary | 10101110 | 1000101 | 10001100 | 0 | 111100 | 10100 | 100000 | 100111111 | 101011 | 110000 |
Color Harmonies of #AE458C
Complementary color
Monochromatic Colors of #AE458C
Black with #AE458C
Text Example
Text Example
White with #AE458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE458C; }
p { color: rgb(174,69,140); }
H1.HeaderClassName
{
color: #AE458C;
}
.AnyTagClassName
{
color: #AE458C;
}
</style>
background-color css
<style>
a { background-color: #AE458C; }
a { background-color: rgb(174,69,140); }
div.DivClassName
{
background-color: #AE458C;
}
.BgClassName
{
background-color: #AE458C;
}
</style>
border-color css
<style>
span { border-color: #AE458C; }
span { border-color: rgb(174,69,140); }
td.TdClassName
{
border-color: #AE458C;
}
.TagClassName
{
border-color: #AE458C;
}
</style>