Shades of Medium Red Violet #AE358C
Tints of Medium Red Violet #AE358C
RGB
CMYK
RGB Variations
Color information
#AE358C (or 0xAE358C) is known color: Medium Red Violet. HEX triplet: AE, 35 and 8C. RGB value is (174,53,140). Sum of RGB (Red+Green+Blue) = 174+53+140=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE358C is #51CA73. Grayscale: #626262. Windows color (decimal): -5360244 or 9188782. OLE color: 9188782.
HSL color Cylindrical-coordinate representation of color #AE358C: hue angle of 316.86º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE358C is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 140 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.32 |
| HSL | 316.86º | 0.53% | 0.45% | - |
| HSV(B) | 316.86º | 0.7% | 0.68% | - |
| XYZ | 23.46 | 13.44 | 26.17 | - |
| YUV | 99.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 140 | 0 | 0.70 | 0.20 | 0.32 | 316.86 | 0.53 | 0.45 |
| Hex | AE | 35 | 8C | 0 | 46 | 14 | 20 | 13D | 35 | 2D |
| Octal | 256 | 65 | 214 | 0 | 106 | 24 | 40 | 475 | 65 | 55 |
| Binary | 10101110 | 110101 | 10001100 | 0 | 1000110 | 10100 | 100000 | 100111101 | 110101 | 101101 |
Color Harmonies of #AE358C
Complementary color
Monochromatic Colors of #AE358C
Black with #AE358C
Text Example
Text Example
White with #AE358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE358C; }
p { color: rgb(174,53,140); }
H1.HeaderClassName
{
color: #AE358C;
}
.AnyTagClassName
{
color: #AE358C;
}
</style>
background-color css
<style>
a { background-color: #AE358C; }
a { background-color: rgb(174,53,140); }
div.DivClassName
{
background-color: #AE358C;
}
.BgClassName
{
background-color: #AE358C;
}
</style>
border-color css
<style>
span { border-color: #AE358C; }
span { border-color: rgb(174,53,140); }
td.TdClassName
{
border-color: #AE358C;
}
.TagClassName
{
border-color: #AE358C;
}
</style>