Shades of Medium Violet Red #AE189A
Tints of Medium Violet Red #AE189A
RGB
CMYK
RGB Variations
Color information
#AE189A (or 0xAE189A) is known color: Medium Violet Red. HEX triplet: AE, 18 and 9A. RGB value is (174,24,154). Sum of RGB (Red+Green+Blue) = 174+24+154=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE189A is #51E765. Grayscale: #535353. Windows color (decimal): -5367654 or 10098862. OLE color: 10098862.
HSL color Cylindrical-coordinate representation of color #AE189A: hue angle of 308º 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 #AE189A is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 154 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.32 |
| HSL | 308º | 0.76% | 0.39% | - |
| HSV(B) | 308º | 0.86% | 0.68% | - |
| XYZ | 23.61 | 11.99 | 31.64 | - |
| YUV | 83.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 154 | 0 | 0.86 | 0.11 | 0.32 | 308 | 0.76 | 0.39 |
| Hex | AE | 18 | 9A | 0 | 56 | B | 20 | 134 | 4C | 27 |
| Octal | 256 | 30 | 232 | 0 | 126 | 13 | 40 | 464 | 114 | 47 |
| Binary | 10101110 | 11000 | 10011010 | 0 | 1010110 | 1011 | 100000 | 100110100 | 1001100 | 100111 |
Color Harmonies of #AE189A
Complementary color
Monochromatic Colors of #AE189A
Black with #AE189A
Text Example
Text Example
White with #AE189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE189A; }
p { color: rgb(174,24,154); }
H1.HeaderClassName
{
color: #AE189A;
}
.AnyTagClassName
{
color: #AE189A;
}
</style>
background-color css
<style>
a { background-color: #AE189A; }
a { background-color: rgb(174,24,154); }
div.DivClassName
{
background-color: #AE189A;
}
.BgClassName
{
background-color: #AE189A;
}
</style>
border-color css
<style>
span { border-color: #AE189A; }
span { border-color: rgb(174,24,154); }
td.TdClassName
{
border-color: #AE189A;
}
.TagClassName
{
border-color: #AE189A;
}
</style>