Shades of Medium Red Violet #AE468C
Tints of Medium Red Violet #AE468C
RGB
CMYK
RGB Variations
Color information
#AE468C (or 0xAE468C) is known color: Medium Red Violet. HEX triplet: AE, 46 and 8C. RGB value is (174,70,140). Sum of RGB (Red+Green+Blue) = 174+70+140=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE468C is #51B973. Grayscale: #6C6C6C. Windows color (decimal): -5355892 or 9193134. OLE color: 9193134.
HSL color Cylindrical-coordinate representation of color #AE468C: hue angle of 319.62º 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 #AE468C is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 140 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.32 |
| HSL | 319.62º | 0.43% | 0.48% | - |
| HSV(B) | 319.62º | 0.6% | 0.68% | - |
| XYZ | 24.38 | 15.27 | 26.47 | - |
| YUV | 109.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 140 | 0 | 0.60 | 0.20 | 0.32 | 319.62 | 0.43 | 0.48 |
| Hex | AE | 46 | 8C | 0 | 3C | 14 | 20 | 140 | 2B | 30 |
| Octal | 256 | 106 | 214 | 0 | 74 | 24 | 40 | 500 | 53 | 60 |
| Binary | 10101110 | 1000110 | 10001100 | 0 | 111100 | 10100 | 100000 | 101000000 | 101011 | 110000 |
Color Harmonies of #AE468C
Complementary color
Monochromatic Colors of #AE468C
Black with #AE468C
Text Example
Text Example
White with #AE468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE468C; }
p { color: rgb(174,70,140); }
H1.HeaderClassName
{
color: #AE468C;
}
.AnyTagClassName
{
color: #AE468C;
}
</style>
background-color css
<style>
a { background-color: #AE468C; }
a { background-color: rgb(174,70,140); }
div.DivClassName
{
background-color: #AE468C;
}
.BgClassName
{
background-color: #AE468C;
}
</style>
border-color css
<style>
span { border-color: #AE468C; }
span { border-color: rgb(174,70,140); }
td.TdClassName
{
border-color: #AE468C;
}
.TagClassName
{
border-color: #AE468C;
}
</style>