Shades of Medium Violet Red #AE129B
Tints of Medium Violet Red #AE129B
RGB
CMYK
RGB Variations
Color information
#AE129B (or 0xAE129B) is known color: Medium Violet Red. HEX triplet: AE, 12 and 9B. RGB value is (174,18,155). Sum of RGB (Red+Green+Blue) = 174+18+155=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE129B is #51ED64. Grayscale: #4F4F4F. Windows color (decimal): -5369189 or 10162862. OLE color: 10162862.
HSL color Cylindrical-coordinate representation of color #AE129B: hue angle of 307.31º 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 #AE129B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 155 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.32 |
| HSL | 307.31º | 0.81% | 0.38% | - |
| HSV(B) | 307.31º | 0.9% | 0.68% | - |
| XYZ | 23.59 | 11.8 | 32.04 | - |
| YUV | 80.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 155 | 0 | 0.90 | 0.11 | 0.32 | 307.31 | 0.81 | 0.38 |
| Hex | AE | 12 | 9B | 0 | 5A | B | 20 | 133 | 51 | 26 |
| Octal | 256 | 22 | 233 | 0 | 132 | 13 | 40 | 463 | 121 | 46 |
| Binary | 10101110 | 10010 | 10011011 | 0 | 1011010 | 1011 | 100000 | 100110011 | 1010001 | 100110 |
Color Harmonies of #AE129B
Complementary color
Monochromatic Colors of #AE129B
Black with #AE129B
Text Example
Text Example
White with #AE129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE129B; }
p { color: rgb(174,18,155); }
H1.HeaderClassName
{
color: #AE129B;
}
.AnyTagClassName
{
color: #AE129B;
}
</style>
background-color css
<style>
a { background-color: #AE129B; }
a { background-color: rgb(174,18,155); }
div.DivClassName
{
background-color: #AE129B;
}
.BgClassName
{
background-color: #AE129B;
}
</style>
border-color css
<style>
span { border-color: #AE129B; }
span { border-color: rgb(174,18,155); }
td.TdClassName
{
border-color: #AE129B;
}
.TagClassName
{
border-color: #AE129B;
}
</style>