Shades of Medium Red Violet #AE4188
Tints of Medium Red Violet #AE4188
RGB
CMYK
RGB Variations
Color information
#AE4188 (or 0xAE4188) is known color: Medium Red Violet. HEX triplet: AE, 41 and 88. RGB value is (174,65,136). Sum of RGB (Red+Green+Blue) = 174+65+136=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4188 is #51BE77. Grayscale: #696969. Windows color (decimal): -5357176 or 8929710. OLE color: 8929710.
HSL color Cylindrical-coordinate representation of color #AE4188: hue angle of 320.92º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4188 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 136 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.32 |
| HSL | 320.92º | 0.46% | 0.47% | - |
| HSV(B) | 320.92º | 0.63% | 0.68% | - |
| XYZ | 23.79 | 14.56 | 24.85 | - |
| YUV | 105.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 136 | 0 | 0.63 | 0.22 | 0.32 | 320.92 | 0.46 | 0.47 |
| Hex | AE | 41 | 88 | 0 | 3F | 16 | 20 | 141 | 2E | 2F |
| Octal | 256 | 101 | 210 | 0 | 77 | 26 | 40 | 501 | 56 | 57 |
| Binary | 10101110 | 1000001 | 10001000 | 0 | 111111 | 10110 | 100000 | 101000001 | 101110 | 101111 |
Color Harmonies of #AE4188
Complementary color
Monochromatic Colors of #AE4188
Black with #AE4188
Text Example
Text Example
White with #AE4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4188; }
p { color: rgb(174,65,136); }
H1.HeaderClassName
{
color: #AE4188;
}
.AnyTagClassName
{
color: #AE4188;
}
</style>
background-color css
<style>
a { background-color: #AE4188; }
a { background-color: rgb(174,65,136); }
div.DivClassName
{
background-color: #AE4188;
}
.BgClassName
{
background-color: #AE4188;
}
</style>
border-color css
<style>
span { border-color: #AE4188; }
span { border-color: rgb(174,65,136); }
td.TdClassName
{
border-color: #AE4188;
}
.TagClassName
{
border-color: #AE4188;
}
</style>