Shades of Medium Violet Red #AE148C
Tints of Medium Violet Red #AE148C
RGB
CMYK
RGB Variations
Color information
#AE148C (or 0xAE148C) is known color: Medium Violet Red. HEX triplet: AE, 14 and 8C. RGB value is (174,20,140). Sum of RGB (Red+Green+Blue) = 174+20+140=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE148C is #51EB73. Grayscale: #4F4F4F. Windows color (decimal): -5368692 or 9180334. OLE color: 9180334.
HSL color Cylindrical-coordinate representation of color #AE148C: hue angle of 313.25º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE148C is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 140 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.32 |
| HSL | 313.25º | 0.79% | 0.38% | - |
| HSV(B) | 313.25º | 0.89% | 0.68% | - |
| XYZ | 22.44 | 11.39 | 25.83 | - |
| YUV | 79.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 140 | 0 | 0.89 | 0.20 | 0.32 | 313.25 | 0.79 | 0.38 |
| Hex | AE | 14 | 8C | 0 | 59 | 14 | 20 | 139 | 4F | 26 |
| Octal | 256 | 24 | 214 | 0 | 131 | 24 | 40 | 471 | 117 | 46 |
| Binary | 10101110 | 10100 | 10001100 | 0 | 1011001 | 10100 | 100000 | 100111001 | 1001111 | 100110 |
Color Harmonies of #AE148C
Complementary color
Monochromatic Colors of #AE148C
Black with #AE148C
Text Example
Text Example
White with #AE148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE148C; }
p { color: rgb(174,20,140); }
H1.HeaderClassName
{
color: #AE148C;
}
.AnyTagClassName
{
color: #AE148C;
}
</style>
background-color css
<style>
a { background-color: #AE148C; }
a { background-color: rgb(174,20,140); }
div.DivClassName
{
background-color: #AE148C;
}
.BgClassName
{
background-color: #AE148C;
}
</style>
border-color css
<style>
span { border-color: #AE148C; }
span { border-color: rgb(174,20,140); }
td.TdClassName
{
border-color: #AE148C;
}
.TagClassName
{
border-color: #AE148C;
}
</style>