Shades of Medium Red Violet #AE1F8D
Tints of Medium Red Violet #AE1F8D
RGB
CMYK
RGB Variations
Color information
#AE1F8D (or 0xAE1F8D) is known color: Medium Red Violet. HEX triplet: AE, 1F and 8D. RGB value is (174,31,141). Sum of RGB (Red+Green+Blue) = 174+31+141=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1F8D is #51E072. Grayscale: #565656. Windows color (decimal): -5365875 or 9248686. OLE color: 9248686.
HSL color Cylindrical-coordinate representation of color #AE1F8D: hue angle of 313.85º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1F8D is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 31 | 141 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.32 |
| HSL | 313.85º | 0.7% | 0.4% | - |
| HSV(B) | 313.85º | 0.82% | 0.68% | - |
| XYZ | 22.75 | 11.9 | 26.3 | - |
| YUV | 86.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 31 | 141 | 0 | 0.82 | 0.19 | 0.32 | 313.85 | 0.7 | 0.4 |
| Hex | AE | 1F | 8D | 0 | 52 | 13 | 20 | 13A | 46 | 28 |
| Octal | 256 | 37 | 215 | 0 | 122 | 23 | 40 | 472 | 106 | 50 |
| Binary | 10101110 | 11111 | 10001101 | 0 | 1010010 | 10011 | 100000 | 100111010 | 1000110 | 101000 |
Color Harmonies of #AE1F8D
Complementary color
Monochromatic Colors of #AE1F8D
Black with #AE1F8D
Text Example
Text Example
White with #AE1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1F8D; }
p { color: rgb(174,31,141); }
H1.HeaderClassName
{
color: #AE1F8D;
}
.AnyTagClassName
{
color: #AE1F8D;
}
</style>
background-color css
<style>
a { background-color: #AE1F8D; }
a { background-color: rgb(174,31,141); }
div.DivClassName
{
background-color: #AE1F8D;
}
.BgClassName
{
background-color: #AE1F8D;
}
</style>
border-color css
<style>
span { border-color: #AE1F8D; }
span { border-color: rgb(174,31,141); }
td.TdClassName
{
border-color: #AE1F8D;
}
.TagClassName
{
border-color: #AE1F8D;
}
</style>