Shades of Medium Violet Red #AE149D
Tints of Medium Violet Red #AE149D
RGB
CMYK
RGB Variations
Color information
#AE149D (or 0xAE149D) is known color: Medium Violet Red. HEX triplet: AE, 14 and 9D. RGB value is (174,20,157). Sum of RGB (Red+Green+Blue) = 174+20+157=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE149D is #51EB62. Grayscale: #515151. Windows color (decimal): -5368675 or 10294446. OLE color: 10294446.
HSL color Cylindrical-coordinate representation of color #AE149D: hue angle of 306.62º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE149D is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.32 |
| HSL | 306.62º | 0.79% | 0.38% | - |
| HSV(B) | 306.62º | 0.89% | 0.68% | - |
| XYZ | 23.79 | 11.93 | 32.95 | - |
| YUV | 81.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 157 | 0 | 0.89 | 0.10 | 0.32 | 306.62 | 0.79 | 0.38 |
| Hex | AE | 14 | 9D | 0 | 59 | A | 20 | 133 | 4F | 26 |
| Octal | 256 | 24 | 235 | 0 | 131 | 12 | 40 | 463 | 117 | 46 |
| Binary | 10101110 | 10100 | 10011101 | 0 | 1011001 | 1010 | 100000 | 100110011 | 1001111 | 100110 |
Color Harmonies of #AE149D
Complementary color
Monochromatic Colors of #AE149D
Black with #AE149D
Text Example
Text Example
White with #AE149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE149D; }
p { color: rgb(174,20,157); }
H1.HeaderClassName
{
color: #AE149D;
}
.AnyTagClassName
{
color: #AE149D;
}
</style>
background-color css
<style>
a { background-color: #AE149D; }
a { background-color: rgb(174,20,157); }
div.DivClassName
{
background-color: #AE149D;
}
.BgClassName
{
background-color: #AE149D;
}
</style>
border-color css
<style>
span { border-color: #AE149D; }
span { border-color: rgb(174,20,157); }
td.TdClassName
{
border-color: #AE149D;
}
.TagClassName
{
border-color: #AE149D;
}
</style>