Shades of Medium Red Violet #AE458B
Tints of Medium Red Violet #AE458B
RGB
CMYK
RGB Variations
Color information
#AE458B (or 0xAE458B) is known color: Medium Red Violet. HEX triplet: AE, 45 and 8B. RGB value is (174,69,139). Sum of RGB (Red+Green+Blue) = 174+69+139=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE458B is #51BA74. Grayscale: #6C6C6C. Windows color (decimal): -5356149 or 9127342. OLE color: 9127342.
HSL color Cylindrical-coordinate representation of color #AE458B: hue angle of 320º 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 #AE458B is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 139 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.32 |
| HSL | 320º | 0.43% | 0.48% | - |
| HSV(B) | 320º | 0.6% | 0.68% | - |
| XYZ | 24.24 | 15.12 | 26.07 | - |
| YUV | 108.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 139 | 0 | 0.60 | 0.20 | 0.32 | 320 | 0.43 | 0.48 |
| Hex | AE | 45 | 8B | 0 | 3C | 14 | 20 | 140 | 2B | 30 |
| Octal | 256 | 105 | 213 | 0 | 74 | 24 | 40 | 500 | 53 | 60 |
| Binary | 10101110 | 1000101 | 10001011 | 0 | 111100 | 10100 | 100000 | 101000000 | 101011 | 110000 |
Color Harmonies of #AE458B
Complementary color
Monochromatic Colors of #AE458B
Black with #AE458B
Text Example
Text Example
White with #AE458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE458B; }
p { color: rgb(174,69,139); }
H1.HeaderClassName
{
color: #AE458B;
}
.AnyTagClassName
{
color: #AE458B;
}
</style>
background-color css
<style>
a { background-color: #AE458B; }
a { background-color: rgb(174,69,139); }
div.DivClassName
{
background-color: #AE458B;
}
.BgClassName
{
background-color: #AE458B;
}
</style>
border-color css
<style>
span { border-color: #AE458B; }
span { border-color: rgb(174,69,139); }
td.TdClassName
{
border-color: #AE458B;
}
.TagClassName
{
border-color: #AE458B;
}
</style>