Shades of Medium Violet Red #AE1BA8
Tints of Medium Violet Red #AE1BA8
RGB
CMYK
RGB Variations
Color information
#AE1BA8 (or 0xAE1BA8) is known color: Medium Violet Red. HEX triplet: AE, 1B and A8. RGB value is (174,27,168). Sum of RGB (Red+Green+Blue) = 174+27+168=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA8 is #51E457. Grayscale: #565656. Windows color (decimal): -5366872 or 11017134. OLE color: 11017134.
HSL color Cylindrical-coordinate representation of color #AE1BA8: hue angle of 302.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1BA8 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 168 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.32 |
| HSL | 302.45º | 0.73% | 0.39% | - |
| HSV(B) | 302.45º | 0.84% | 0.68% | - |
| XYZ | 24.92 | 12.61 | 38.17 | - |
| YUV | 87.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 168 | 0 | 0.84 | 0.03 | 0.32 | 302.45 | 0.73 | 0.39 |
| Hex | AE | 1B | A8 | 0 | 54 | 3 | 20 | 12E | 49 | 27 |
| Octal | 256 | 33 | 250 | 0 | 124 | 3 | 40 | 456 | 111 | 47 |
| Binary | 10101110 | 11011 | 10101000 | 0 | 1010100 | 11 | 100000 | 100101110 | 1001001 | 100111 |
Color Harmonies of #AE1BA8
Complementary color
Monochromatic Colors of #AE1BA8
Black with #AE1BA8
Text Example
Text Example
White with #AE1BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1BA8; }
p { color: rgb(174,27,168); }
H1.HeaderClassName
{
color: #AE1BA8;
}
.AnyTagClassName
{
color: #AE1BA8;
}
</style>
background-color css
<style>
a { background-color: #AE1BA8; }
a { background-color: rgb(174,27,168); }
div.DivClassName
{
background-color: #AE1BA8;
}
.BgClassName
{
background-color: #AE1BA8;
}
</style>
border-color css
<style>
span { border-color: #AE1BA8; }
span { border-color: rgb(174,27,168); }
td.TdClassName
{
border-color: #AE1BA8;
}
.TagClassName
{
border-color: #AE1BA8;
}
</style>