Shades of Medium Red Violet #AE3E8B
Tints of Medium Red Violet #AE3E8B
RGB
CMYK
RGB Variations
Color information
#AE3E8B (or 0xAE3E8B) is known color: Medium Red Violet. HEX triplet: AE, 3E and 8B. RGB value is (174,62,139). Sum of RGB (Red+Green+Blue) = 174+62+139=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3E8B is #51C174. Grayscale: #686868. Windows color (decimal): -5357941 or 9125550. OLE color: 9125550.
HSL color Cylindrical-coordinate representation of color #AE3E8B: hue angle of 318.75º 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 #AE3E8B is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 139 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.32 |
| HSL | 318.75º | 0.47% | 0.46% | - |
| HSV(B) | 318.75º | 0.64% | 0.68% | - |
| XYZ | 23.84 | 14.31 | 25.93 | - |
| YUV | 104.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 139 | 0 | 0.64 | 0.20 | 0.32 | 318.75 | 0.47 | 0.46 |
| Hex | AE | 3E | 8B | 0 | 40 | 14 | 20 | 13F | 2F | 2E |
| Octal | 256 | 76 | 213 | 0 | 100 | 24 | 40 | 477 | 57 | 56 |
| Binary | 10101110 | 111110 | 10001011 | 0 | 1000000 | 10100 | 100000 | 100111111 | 101111 | 101110 |
Color Harmonies of #AE3E8B
Complementary color
Monochromatic Colors of #AE3E8B
Black with #AE3E8B
Text Example
Text Example
White with #AE3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E8B; }
p { color: rgb(174,62,139); }
H1.HeaderClassName
{
color: #AE3E8B;
}
.AnyTagClassName
{
color: #AE3E8B;
}
</style>
background-color css
<style>
a { background-color: #AE3E8B; }
a { background-color: rgb(174,62,139); }
div.DivClassName
{
background-color: #AE3E8B;
}
.BgClassName
{
background-color: #AE3E8B;
}
</style>
border-color css
<style>
span { border-color: #AE3E8B; }
span { border-color: rgb(174,62,139); }
td.TdClassName
{
border-color: #AE3E8B;
}
.TagClassName
{
border-color: #AE3E8B;
}
</style>