Shades of Medium Red Violet #AE3E8F
Tints of Medium Red Violet #AE3E8F
RGB
CMYK
RGB Variations
Color information
#AE3E8F (or 0xAE3E8F) is known color: Medium Red Violet. HEX triplet: AE, 3E and 8F. RGB value is (174,62,143). Sum of RGB (Red+Green+Blue) = 174+62+143=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3E8F is #51C170. Grayscale: #686868. Windows color (decimal): -5357937 or 9387694. OLE color: 9387694.
HSL color Cylindrical-coordinate representation of color #AE3E8F: hue angle of 316.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE3E8F is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 143 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.32 |
| HSL | 316.61º | 0.47% | 0.46% | - |
| HSV(B) | 316.61º | 0.64% | 0.68% | - |
| XYZ | 24.14 | 14.43 | 27.5 | - |
| YUV | 104.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 143 | 0 | 0.64 | 0.18 | 0.32 | 316.61 | 0.47 | 0.46 |
| Hex | AE | 3E | 8F | 0 | 40 | 12 | 20 | 13D | 2F | 2E |
| Octal | 256 | 76 | 217 | 0 | 100 | 22 | 40 | 475 | 57 | 56 |
| Binary | 10101110 | 111110 | 10001111 | 0 | 1000000 | 10010 | 100000 | 100111101 | 101111 | 101110 |
Color Harmonies of #AE3E8F
Complementary color
Monochromatic Colors of #AE3E8F
Black with #AE3E8F
Text Example
Text Example
White with #AE3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E8F; }
p { color: rgb(174,62,143); }
H1.HeaderClassName
{
color: #AE3E8F;
}
.AnyTagClassName
{
color: #AE3E8F;
}
</style>
background-color css
<style>
a { background-color: #AE3E8F; }
a { background-color: rgb(174,62,143); }
div.DivClassName
{
background-color: #AE3E8F;
}
.BgClassName
{
background-color: #AE3E8F;
}
</style>
border-color css
<style>
span { border-color: #AE3E8F; }
span { border-color: rgb(174,62,143); }
td.TdClassName
{
border-color: #AE3E8F;
}
.TagClassName
{
border-color: #AE3E8F;
}
</style>