Shades of Medium Violet Red #AE0189
Tints of Medium Violet Red #AE0189
RGB
CMYK
RGB Variations
Color information
#AE0189 (or 0xAE0189) is known color: Medium Violet Red. HEX triplet: AE, 01 and 89. RGB value is (174,1,137). Sum of RGB (Red+Green+Blue) = 174+1+137=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0189 is #51FE76. Grayscale: #434343. Windows color (decimal): -5373559 or 8978862. OLE color: 8978862.
HSL color Cylindrical-coordinate representation of color #AE0189: hue angle of 312.83º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0189 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.32 |
| HSL | 312.83º | 0.99% | 0.34% | - |
| HSV(B) | 312.83º | 0.99% | 0.68% | - |
| XYZ | 21.98 | 10.83 | 24.6 | - |
| YUV | 68.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 137 | 0 | 0.99 | 0.21 | 0.32 | 312.83 | 0.99 | 0.34 |
| Hex | AE | 1 | 89 | 0 | 63 | 15 | 20 | 139 | 63 | 22 |
| Octal | 256 | 1 | 211 | 0 | 143 | 25 | 40 | 471 | 143 | 42 |
| Binary | 10101110 | 1 | 10001001 | 0 | 1100011 | 10101 | 100000 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AE0189
Complementary color
Monochromatic Colors of #AE0189
Black with #AE0189
Text Example
Text Example
White with #AE0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0189; }
p { color: rgb(174,1,137); }
H1.HeaderClassName
{
color: #AE0189;
}
.AnyTagClassName
{
color: #AE0189;
}
</style>
background-color css
<style>
a { background-color: #AE0189; }
a { background-color: rgb(174,1,137); }
div.DivClassName
{
background-color: #AE0189;
}
.BgClassName
{
background-color: #AE0189;
}
</style>
border-color css
<style>
span { border-color: #AE0189; }
span { border-color: rgb(174,1,137); }
td.TdClassName
{
border-color: #AE0189;
}
.TagClassName
{
border-color: #AE0189;
}
</style>