Shades of Medium Violet Red #AE1A8B
Tints of Medium Violet Red #AE1A8B
RGB
CMYK
RGB Variations
Color information
#AE1A8B (or 0xAE1A8B) is known color: Medium Violet Red. HEX triplet: AE, 1A and 8B. RGB value is (174,26,139). Sum of RGB (Red+Green+Blue) = 174+26+139=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A8B is #51E574. Grayscale: #525252. Windows color (decimal): -5367157 or 9116334. OLE color: 9116334.
HSL color Cylindrical-coordinate representation of color #AE1A8B: hue angle of 314.19º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A8B is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 139 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.32 |
| HSL | 314.19º | 0.74% | 0.39% | - |
| HSV(B) | 314.19º | 0.85% | 0.68% | - |
| XYZ | 22.49 | 11.6 | 25.48 | - |
| YUV | 83.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 139 | 0 | 0.85 | 0.20 | 0.32 | 314.19 | 0.74 | 0.39 |
| Hex | AE | 1A | 8B | 0 | 55 | 14 | 20 | 13A | 4A | 27 |
| Octal | 256 | 32 | 213 | 0 | 125 | 24 | 40 | 472 | 112 | 47 |
| Binary | 10101110 | 11010 | 10001011 | 0 | 1010101 | 10100 | 100000 | 100111010 | 1001010 | 100111 |
Color Harmonies of #AE1A8B
Complementary color
Monochromatic Colors of #AE1A8B
Black with #AE1A8B
Text Example
Text Example
White with #AE1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A8B; }
p { color: rgb(174,26,139); }
H1.HeaderClassName
{
color: #AE1A8B;
}
.AnyTagClassName
{
color: #AE1A8B;
}
</style>
background-color css
<style>
a { background-color: #AE1A8B; }
a { background-color: rgb(174,26,139); }
div.DivClassName
{
background-color: #AE1A8B;
}
.BgClassName
{
background-color: #AE1A8B;
}
</style>
border-color css
<style>
span { border-color: #AE1A8B; }
span { border-color: rgb(174,26,139); }
td.TdClassName
{
border-color: #AE1A8B;
}
.TagClassName
{
border-color: #AE1A8B;
}
</style>