Shades of Medium Violet Red #AE129A
Tints of Medium Violet Red #AE129A
RGB
CMYK
RGB Variations
Color information
#AE129A (or 0xAE129A) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9A. RGB value is (174,18,154). Sum of RGB (Red+Green+Blue) = 174+18+154=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129A is #51ED65. Grayscale: #4F4F4F. Windows color (decimal): -5369190 or 10097326. OLE color: 10097326.
HSL color Cylindrical-coordinate representation of color #AE129A: hue angle of 307.69º 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 #AE129A is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 154 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.32 |
| HSL | 307.69º | 0.81% | 0.38% | - |
| HSV(B) | 307.69º | 0.9% | 0.68% | - |
| XYZ | 23.5 | 11.76 | 31.6 | - |
| YUV | 80.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 154 | 0 | 0.90 | 0.11 | 0.32 | 307.69 | 0.81 | 0.38 |
| Hex | AE | 12 | 9A | 0 | 5A | B | 20 | 134 | 51 | 26 |
| Octal | 256 | 22 | 232 | 0 | 132 | 13 | 40 | 464 | 121 | 46 |
| Binary | 10101110 | 10010 | 10011010 | 0 | 1011010 | 1011 | 100000 | 100110100 | 1010001 | 100110 |
Color Harmonies of #AE129A
Complementary color
Monochromatic Colors of #AE129A
Black with #AE129A
Text Example
Text Example
White with #AE129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE129A; }
p { color: rgb(174,18,154); }
H1.HeaderClassName
{
color: #AE129A;
}
.AnyTagClassName
{
color: #AE129A;
}
</style>
background-color css
<style>
a { background-color: #AE129A; }
a { background-color: rgb(174,18,154); }
div.DivClassName
{
background-color: #AE129A;
}
.BgClassName
{
background-color: #AE129A;
}
</style>
border-color css
<style>
span { border-color: #AE129A; }
span { border-color: rgb(174,18,154); }
td.TdClassName
{
border-color: #AE129A;
}
.TagClassName
{
border-color: #AE129A;
}
</style>