Shades of Medium Violet Red #AE129D
Tints of Medium Violet Red #AE129D
RGB
CMYK
RGB Variations
Color information
#AE129D (or 0xAE129D) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9D. RGB value is (174,18,157). Sum of RGB (Red+Green+Blue) = 174+18+157=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129D is #51ED62. Grayscale: #505050. Windows color (decimal): -5369187 or 10293934. OLE color: 10293934.
HSL color Cylindrical-coordinate representation of color #AE129D: hue angle of 306.54º 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 #AE129D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 157 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.32 |
| HSL | 306.54º | 0.81% | 0.38% | - |
| HSV(B) | 306.54º | 0.9% | 0.68% | - |
| XYZ | 23.76 | 11.87 | 32.94 | - |
| YUV | 80.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 157 | 0 | 0.90 | 0.10 | 0.32 | 306.54 | 0.81 | 0.38 |
| Hex | AE | 12 | 9D | 0 | 5A | A | 20 | 133 | 51 | 26 |
| Octal | 256 | 22 | 235 | 0 | 132 | 12 | 40 | 463 | 121 | 46 |
| Binary | 10101110 | 10010 | 10011101 | 0 | 1011010 | 1010 | 100000 | 100110011 | 1010001 | 100110 |
Color Harmonies of #AE129D
Complementary color
Monochromatic Colors of #AE129D
Black with #AE129D
Text Example
Text Example
White with #AE129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE129D; }
p { color: rgb(174,18,157); }
H1.HeaderClassName
{
color: #AE129D;
}
.AnyTagClassName
{
color: #AE129D;
}
</style>
background-color css
<style>
a { background-color: #AE129D; }
a { background-color: rgb(174,18,157); }
div.DivClassName
{
background-color: #AE129D;
}
.BgClassName
{
background-color: #AE129D;
}
</style>
border-color css
<style>
span { border-color: #AE129D; }
span { border-color: rgb(174,18,157); }
td.TdClassName
{
border-color: #AE129D;
}
.TagClassName
{
border-color: #AE129D;
}
</style>