Shades of Medium Red Violet #AE468D
Tints of Medium Red Violet #AE468D
RGB
CMYK
RGB Variations
Color information
#AE468D (or 0xAE468D) is known color: Medium Red Violet. HEX triplet: AE, 46 and 8D. RGB value is (174,70,141). Sum of RGB (Red+Green+Blue) = 174+70+141=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE468D is #51B972. Grayscale: #6D6D6D. Windows color (decimal): -5355891 or 9258670. OLE color: 9258670.
HSL color Cylindrical-coordinate representation of color #AE468D: hue angle of 319.04º 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 #AE468D is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 141 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.32 |
| HSL | 319.04º | 0.43% | 0.48% | - |
| HSV(B) | 319.04º | 0.6% | 0.68% | - |
| XYZ | 24.45 | 15.3 | 26.86 | - |
| YUV | 109.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 141 | 0 | 0.60 | 0.19 | 0.32 | 319.04 | 0.43 | 0.48 |
| Hex | AE | 46 | 8D | 0 | 3C | 13 | 20 | 13F | 2B | 30 |
| Octal | 256 | 106 | 215 | 0 | 74 | 23 | 40 | 477 | 53 | 60 |
| Binary | 10101110 | 1000110 | 10001101 | 0 | 111100 | 10011 | 100000 | 100111111 | 101011 | 110000 |
Color Harmonies of #AE468D
Complementary color
Monochromatic Colors of #AE468D
Black with #AE468D
Text Example
Text Example
White with #AE468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE468D; }
p { color: rgb(174,70,141); }
H1.HeaderClassName
{
color: #AE468D;
}
.AnyTagClassName
{
color: #AE468D;
}
</style>
background-color css
<style>
a { background-color: #AE468D; }
a { background-color: rgb(174,70,141); }
div.DivClassName
{
background-color: #AE468D;
}
.BgClassName
{
background-color: #AE468D;
}
</style>
border-color css
<style>
span { border-color: #AE468D; }
span { border-color: rgb(174,70,141); }
td.TdClassName
{
border-color: #AE468D;
}
.TagClassName
{
border-color: #AE468D;
}
</style>