Shades of Medium Violet Red #AE148B
Tints of Medium Violet Red #AE148B
RGB
CMYK
RGB Variations
Color information
#AE148B (or 0xAE148B) is known color: Medium Violet Red. HEX triplet: AE, 14 and 8B. RGB value is (174,20,139). Sum of RGB (Red+Green+Blue) = 174+20+139=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE148B is #51EB74. Grayscale: #4F4F4F. Windows color (decimal): -5368693 or 9114798. OLE color: 9114798.
HSL color Cylindrical-coordinate representation of color #AE148B: hue angle of 313.64º 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 #AE148B is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 139 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.32 |
| HSL | 313.64º | 0.79% | 0.38% | - |
| HSV(B) | 313.64º | 0.89% | 0.68% | - |
| XYZ | 22.37 | 11.36 | 25.44 | - |
| YUV | 79.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 139 | 0 | 0.89 | 0.20 | 0.32 | 313.64 | 0.79 | 0.38 |
| Hex | AE | 14 | 8B | 0 | 59 | 14 | 20 | 13A | 4F | 26 |
| Octal | 256 | 24 | 213 | 0 | 131 | 24 | 40 | 472 | 117 | 46 |
| Binary | 10101110 | 10100 | 10001011 | 0 | 1011001 | 10100 | 100000 | 100111010 | 1001111 | 100110 |
Color Harmonies of #AE148B
Complementary color
Monochromatic Colors of #AE148B
Black with #AE148B
Text Example
Text Example
White with #AE148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE148B; }
p { color: rgb(174,20,139); }
H1.HeaderClassName
{
color: #AE148B;
}
.AnyTagClassName
{
color: #AE148B;
}
</style>
background-color css
<style>
a { background-color: #AE148B; }
a { background-color: rgb(174,20,139); }
div.DivClassName
{
background-color: #AE148B;
}
.BgClassName
{
background-color: #AE148B;
}
</style>
border-color css
<style>
span { border-color: #AE148B; }
span { border-color: rgb(174,20,139); }
td.TdClassName
{
border-color: #AE148B;
}
.TagClassName
{
border-color: #AE148B;
}
</style>