Shades of Medium Red Violet #AE478E
Tints of Medium Red Violet #AE478E
RGB
CMYK
RGB Variations
Color information
#AE478E (or 0xAE478E) is known color: Medium Red Violet. HEX triplet: AE, 47 and 8E. RGB value is (174,71,142). Sum of RGB (Red+Green+Blue) = 174+71+142=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE478E is #51B871. Grayscale: #6D6D6D. Windows color (decimal): -5355634 or 9324462. OLE color: 9324462.
HSL color Cylindrical-coordinate representation of color #AE478E: hue angle of 318.64º 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 #AE478E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 142 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.32 |
| HSL | 318.64º | 0.42% | 0.48% | - |
| HSV(B) | 318.64º | 0.59% | 0.68% | - |
| XYZ | 24.59 | 15.46 | 27.28 | - |
| YUV | 109.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 142 | 0 | 0.59 | 0.18 | 0.32 | 318.64 | 0.42 | 0.48 |
| Hex | AE | 47 | 8E | 0 | 3B | 12 | 20 | 13F | 2A | 30 |
| Octal | 256 | 107 | 216 | 0 | 73 | 22 | 40 | 477 | 52 | 60 |
| Binary | 10101110 | 1000111 | 10001110 | 0 | 111011 | 10010 | 100000 | 100111111 | 101010 | 110000 |
Color Harmonies of #AE478E
Complementary color
Monochromatic Colors of #AE478E
Black with #AE478E
Text Example
Text Example
White with #AE478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE478E; }
p { color: rgb(174,71,142); }
H1.HeaderClassName
{
color: #AE478E;
}
.AnyTagClassName
{
color: #AE478E;
}
</style>
background-color css
<style>
a { background-color: #AE478E; }
a { background-color: rgb(174,71,142); }
div.DivClassName
{
background-color: #AE478E;
}
.BgClassName
{
background-color: #AE478E;
}
</style>
border-color css
<style>
span { border-color: #AE478E; }
span { border-color: rgb(174,71,142); }
td.TdClassName
{
border-color: #AE478E;
}
.TagClassName
{
border-color: #AE478E;
}
</style>