Shades of Medium Violet Red #AE189D
Tints of Medium Violet Red #AE189D
RGB
CMYK
RGB Variations
Color information
#AE189D (or 0xAE189D) is known color: Medium Violet Red. HEX triplet: AE, 18 and 9D. RGB value is (174,24,157). Sum of RGB (Red+Green+Blue) = 174+24+157=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE189D is #51E762. Grayscale: #535353. Windows color (decimal): -5367651 or 10295470. OLE color: 10295470.
HSL color Cylindrical-coordinate representation of color #AE189D: hue angle of 306.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE189D is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 157 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.32 |
| HSL | 306.8º | 0.76% | 0.39% | - |
| HSV(B) | 306.8º | 0.86% | 0.68% | - |
| XYZ | 23.87 | 12.09 | 32.97 | - |
| YUV | 84.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 157 | 0 | 0.86 | 0.10 | 0.32 | 306.8 | 0.76 | 0.39 |
| Hex | AE | 18 | 9D | 0 | 56 | A | 20 | 133 | 4C | 27 |
| Octal | 256 | 30 | 235 | 0 | 126 | 12 | 40 | 463 | 114 | 47 |
| Binary | 10101110 | 11000 | 10011101 | 0 | 1010110 | 1010 | 100000 | 100110011 | 1001100 | 100111 |
Color Harmonies of #AE189D
Complementary color
Monochromatic Colors of #AE189D
Black with #AE189D
Text Example
Text Example
White with #AE189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE189D; }
p { color: rgb(174,24,157); }
H1.HeaderClassName
{
color: #AE189D;
}
.AnyTagClassName
{
color: #AE189D;
}
</style>
background-color css
<style>
a { background-color: #AE189D; }
a { background-color: rgb(174,24,157); }
div.DivClassName
{
background-color: #AE189D;
}
.BgClassName
{
background-color: #AE189D;
}
</style>
border-color css
<style>
span { border-color: #AE189D; }
span { border-color: rgb(174,24,157); }
td.TdClassName
{
border-color: #AE189D;
}
.TagClassName
{
border-color: #AE189D;
}
</style>