Shades of Medium Red Violet #AE478C
Tints of Medium Red Violet #AE478C
RGB
CMYK
RGB Variations
Color information
#AE478C (or 0xAE478C) is known color: Medium Red Violet. HEX triplet: AE, 47 and 8C. RGB value is (174,71,140). Sum of RGB (Red+Green+Blue) = 174+71+140=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE478C is #51B873. Grayscale: #6D6D6D. Windows color (decimal): -5355636 or 9193390. OLE color: 9193390.
HSL color Cylindrical-coordinate representation of color #AE478C: hue angle of 319.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE478C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 140 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.32 |
| HSL | 319.81º | 0.42% | 0.48% | - |
| HSV(B) | 319.81º | 0.59% | 0.68% | - |
| XYZ | 24.44 | 15.4 | 26.49 | - |
| YUV | 109.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 140 | 0 | 0.59 | 0.20 | 0.32 | 319.81 | 0.42 | 0.48 |
| Hex | AE | 47 | 8C | 0 | 3B | 14 | 20 | 140 | 2A | 30 |
| Octal | 256 | 107 | 214 | 0 | 73 | 24 | 40 | 500 | 52 | 60 |
| Binary | 10101110 | 1000111 | 10001100 | 0 | 111011 | 10100 | 100000 | 101000000 | 101010 | 110000 |
Color Harmonies of #AE478C
Complementary color
Monochromatic Colors of #AE478C
Black with #AE478C
Text Example
Text Example
White with #AE478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE478C; }
p { color: rgb(174,71,140); }
H1.HeaderClassName
{
color: #AE478C;
}
.AnyTagClassName
{
color: #AE478C;
}
</style>
background-color css
<style>
a { background-color: #AE478C; }
a { background-color: rgb(174,71,140); }
div.DivClassName
{
background-color: #AE478C;
}
.BgClassName
{
background-color: #AE478C;
}
</style>
border-color css
<style>
span { border-color: #AE478C; }
span { border-color: rgb(174,71,140); }
td.TdClassName
{
border-color: #AE478C;
}
.TagClassName
{
border-color: #AE478C;
}
</style>