Shades of Medium Violet Red #AE129F
Tints of Medium Violet Red #AE129F
RGB
CMYK
RGB Variations
Color information
#AE129F (or 0xAE129F) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9F. RGB value is (174,18,159). Sum of RGB (Red+Green+Blue) = 174+18+159=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129F is #51ED60. Grayscale: #505050. Windows color (decimal): -5369185 or 10425006. OLE color: 10425006.
HSL color Cylindrical-coordinate representation of color #AE129F: hue angle of 305.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE129F is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.32 |
| HSL | 305.77º | 0.81% | 0.38% | - |
| HSV(B) | 305.77º | 0.9% | 0.68% | - |
| XYZ | 23.93 | 11.93 | 33.84 | - |
| YUV | 80.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 159 | 0 | 0.90 | 0.09 | 0.32 | 305.77 | 0.81 | 0.38 |
| Hex | AE | 12 | 9F | 0 | 5A | 9 | 20 | 132 | 51 | 26 |
| Octal | 256 | 22 | 237 | 0 | 132 | 11 | 40 | 462 | 121 | 46 |
| Binary | 10101110 | 10010 | 10011111 | 0 | 1011010 | 1001 | 100000 | 100110010 | 1010001 | 100110 |
Color Harmonies of #AE129F
Complementary color
Monochromatic Colors of #AE129F
Black with #AE129F
Text Example
Text Example
White with #AE129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE129F; }
p { color: rgb(174,18,159); }
H1.HeaderClassName
{
color: #AE129F;
}
.AnyTagClassName
{
color: #AE129F;
}
</style>
background-color css
<style>
a { background-color: #AE129F; }
a { background-color: rgb(174,18,159); }
div.DivClassName
{
background-color: #AE129F;
}
.BgClassName
{
background-color: #AE129F;
}
</style>
border-color css
<style>
span { border-color: #AE129F; }
span { border-color: rgb(174,18,159); }
td.TdClassName
{
border-color: #AE129F;
}
.TagClassName
{
border-color: #AE129F;
}
</style>