Shades of Medium Violet Red #AE127B
Tints of Medium Violet Red #AE127B
RGB
CMYK
RGB Variations
Color information
#AE127B (or 0xAE127B) is known color: Medium Violet Red. HEX triplet: AE, 12 and 7B. RGB value is (174,18,123). Sum of RGB (Red+Green+Blue) = 174+18+123=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE127B is #51ED84. Grayscale: #4C4C4C. Windows color (decimal): -5369221 or 8065710. OLE color: 8065710.
HSL color Cylindrical-coordinate representation of color #AE127B: hue angle of 319.62º 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 #AE127B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 123 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.32 |
| HSL | 319.62º | 0.81% | 0.38% | - |
| HSV(B) | 319.62º | 0.9% | 0.68% | - |
| XYZ | 21.25 | 10.86 | 19.72 | - |
| YUV | 76.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 123 | 0 | 0.90 | 0.29 | 0.32 | 319.62 | 0.81 | 0.38 |
| Hex | AE | 12 | 7B | 0 | 5A | 1D | 20 | 140 | 51 | 26 |
| Octal | 256 | 22 | 173 | 0 | 132 | 35 | 40 | 500 | 121 | 46 |
| Binary | 10101110 | 10010 | 1111011 | 0 | 1011010 | 11101 | 100000 | 101000000 | 1010001 | 100110 |
Color Harmonies of #AE127B
Complementary color
Monochromatic Colors of #AE127B
Black with #AE127B
Text Example
Text Example
White with #AE127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE127B; }
p { color: rgb(174,18,123); }
H1.HeaderClassName
{
color: #AE127B;
}
.AnyTagClassName
{
color: #AE127B;
}
</style>
background-color css
<style>
a { background-color: #AE127B; }
a { background-color: rgb(174,18,123); }
div.DivClassName
{
background-color: #AE127B;
}
.BgClassName
{
background-color: #AE127B;
}
</style>
border-color css
<style>
span { border-color: #AE127B; }
span { border-color: rgb(174,18,123); }
td.TdClassName
{
border-color: #AE127B;
}
.TagClassName
{
border-color: #AE127B;
}
</style>