Shades of Medium Violet Red #AE1B8F
Tints of Medium Violet Red #AE1B8F
RGB
CMYK
RGB Variations
Color information
#AE1B8F (or 0xAE1B8F) is known color: Medium Violet Red. HEX triplet: AE, 1B and 8F. RGB value is (174,27,143). Sum of RGB (Red+Green+Blue) = 174+27+143=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1B8F is #51E470. Grayscale: #535353. Windows color (decimal): -5366897 or 9378734. OLE color: 9378734.
HSL color Cylindrical-coordinate representation of color #AE1B8F: hue angle of 312.65º 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 #AE1B8F is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 143 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.32 |
| HSL | 312.65º | 0.73% | 0.39% | - |
| HSV(B) | 312.65º | 0.84% | 0.68% | - |
| XYZ | 22.81 | 11.77 | 27.06 | - |
| YUV | 84.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 143 | 0 | 0.84 | 0.18 | 0.32 | 312.65 | 0.73 | 0.39 |
| Hex | AE | 1B | 8F | 0 | 54 | 12 | 20 | 139 | 49 | 27 |
| Octal | 256 | 33 | 217 | 0 | 124 | 22 | 40 | 471 | 111 | 47 |
| Binary | 10101110 | 11011 | 10001111 | 0 | 1010100 | 10010 | 100000 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AE1B8F
Complementary color
Monochromatic Colors of #AE1B8F
Black with #AE1B8F
Text Example
Text Example
White with #AE1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1B8F; }
p { color: rgb(174,27,143); }
H1.HeaderClassName
{
color: #AE1B8F;
}
.AnyTagClassName
{
color: #AE1B8F;
}
</style>
background-color css
<style>
a { background-color: #AE1B8F; }
a { background-color: rgb(174,27,143); }
div.DivClassName
{
background-color: #AE1B8F;
}
.BgClassName
{
background-color: #AE1B8F;
}
</style>
border-color css
<style>
span { border-color: #AE1B8F; }
span { border-color: rgb(174,27,143); }
td.TdClassName
{
border-color: #AE1B8F;
}
.TagClassName
{
border-color: #AE1B8F;
}
</style>