Shades of Medium Violet Red #AE1D88
Tints of Medium Violet Red #AE1D88
RGB
CMYK
RGB Variations
Color information
#AE1D88 (or 0xAE1D88) is known color: Medium Violet Red. HEX triplet: AE, 1D and 88. RGB value is (174,29,136). Sum of RGB (Red+Green+Blue) = 174+29+136=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1D88 is #51E277. Grayscale: #545454. Windows color (decimal): -5366392 or 8920494. OLE color: 8920494.
HSL color Cylindrical-coordinate representation of color #AE1D88: hue angle of 315.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D88 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 136 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.32 |
| HSL | 315.72º | 0.71% | 0.4% | - |
| HSV(B) | 315.72º | 0.83% | 0.68% | - |
| XYZ | 22.34 | 11.65 | 24.36 | - |
| YUV | 84.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 136 | 0 | 0.83 | 0.22 | 0.32 | 315.72 | 0.71 | 0.4 |
| Hex | AE | 1D | 88 | 0 | 53 | 16 | 20 | 13C | 47 | 28 |
| Octal | 256 | 35 | 210 | 0 | 123 | 26 | 40 | 474 | 107 | 50 |
| Binary | 10101110 | 11101 | 10001000 | 0 | 1010011 | 10110 | 100000 | 100111100 | 1000111 | 101000 |
Color Harmonies of #AE1D88
Complementary color
Monochromatic Colors of #AE1D88
Black with #AE1D88
Text Example
Text Example
White with #AE1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1D88; }
p { color: rgb(174,29,136); }
H1.HeaderClassName
{
color: #AE1D88;
}
.AnyTagClassName
{
color: #AE1D88;
}
</style>
background-color css
<style>
a { background-color: #AE1D88; }
a { background-color: rgb(174,29,136); }
div.DivClassName
{
background-color: #AE1D88;
}
.BgClassName
{
background-color: #AE1D88;
}
</style>
border-color css
<style>
span { border-color: #AE1D88; }
span { border-color: rgb(174,29,136); }
td.TdClassName
{
border-color: #AE1D88;
}
.TagClassName
{
border-color: #AE1D88;
}
</style>