Shades of Medium Violet Red #AE1B8D
Tints of Medium Violet Red #AE1B8D
RGB
CMYK
RGB Variations
Color information
#AE1B8D (or 0xAE1B8D) is known color: Medium Violet Red. HEX triplet: AE, 1B and 8D. RGB value is (174,27,141). Sum of RGB (Red+Green+Blue) = 174+27+141=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1B8D is #51E472. Grayscale: #535353. Windows color (decimal): -5366899 or 9247662. OLE color: 9247662.
HSL color Cylindrical-coordinate representation of color #AE1B8D: hue angle of 313.47º 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 #AE1B8D is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 141 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.32 |
| HSL | 313.47º | 0.73% | 0.39% | - |
| HSV(B) | 313.47º | 0.84% | 0.68% | - |
| XYZ | 22.66 | 11.71 | 26.26 | - |
| YUV | 83.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 141 | 0 | 0.84 | 0.19 | 0.32 | 313.47 | 0.73 | 0.39 |
| Hex | AE | 1B | 8D | 0 | 54 | 13 | 20 | 139 | 49 | 27 |
| Octal | 256 | 33 | 215 | 0 | 124 | 23 | 40 | 471 | 111 | 47 |
| Binary | 10101110 | 11011 | 10001101 | 0 | 1010100 | 10011 | 100000 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AE1B8D
Complementary color
Monochromatic Colors of #AE1B8D
Black with #AE1B8D
Text Example
Text Example
White with #AE1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1B8D; }
p { color: rgb(174,27,141); }
H1.HeaderClassName
{
color: #AE1B8D;
}
.AnyTagClassName
{
color: #AE1B8D;
}
</style>
background-color css
<style>
a { background-color: #AE1B8D; }
a { background-color: rgb(174,27,141); }
div.DivClassName
{
background-color: #AE1B8D;
}
.BgClassName
{
background-color: #AE1B8D;
}
</style>
border-color css
<style>
span { border-color: #AE1B8D; }
span { border-color: rgb(174,27,141); }
td.TdClassName
{
border-color: #AE1B8D;
}
.TagClassName
{
border-color: #AE1B8D;
}
</style>