Shades of Medium Red Violet #AE3C8B
Tints of Medium Red Violet #AE3C8B
RGB
CMYK
RGB Variations
Color information
#AE3C8B (or 0xAE3C8B) is known color: Medium Red Violet. HEX triplet: AE, 3C and 8B. RGB value is (174,60,139). Sum of RGB (Red+Green+Blue) = 174+60+139=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8B is #51C374. Grayscale: #666666. Windows color (decimal): -5358453 or 9125038. OLE color: 9125038.
HSL color Cylindrical-coordinate representation of color #AE3C8B: hue angle of 318.42º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C8B is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 139 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.32 |
| HSL | 318.42º | 0.49% | 0.46% | - |
| HSV(B) | 318.42º | 0.66% | 0.68% | - |
| XYZ | 23.73 | 14.09 | 25.9 | - |
| YUV | 103.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 139 | 0 | 0.66 | 0.20 | 0.32 | 318.42 | 0.49 | 0.46 |
| Hex | AE | 3C | 8B | 0 | 42 | 14 | 20 | 13E | 31 | 2E |
| Octal | 256 | 74 | 213 | 0 | 102 | 24 | 40 | 476 | 61 | 56 |
| Binary | 10101110 | 111100 | 10001011 | 0 | 1000010 | 10100 | 100000 | 100111110 | 110001 | 101110 |
Color Harmonies of #AE3C8B
Complementary color
Monochromatic Colors of #AE3C8B
Black with #AE3C8B
Text Example
Text Example
White with #AE3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C8B; }
p { color: rgb(174,60,139); }
H1.HeaderClassName
{
color: #AE3C8B;
}
.AnyTagClassName
{
color: #AE3C8B;
}
</style>
background-color css
<style>
a { background-color: #AE3C8B; }
a { background-color: rgb(174,60,139); }
div.DivClassName
{
background-color: #AE3C8B;
}
.BgClassName
{
background-color: #AE3C8B;
}
</style>
border-color css
<style>
span { border-color: #AE3C8B; }
span { border-color: rgb(174,60,139); }
td.TdClassName
{
border-color: #AE3C8B;
}
.TagClassName
{
border-color: #AE3C8B;
}
</style>