Shades of Medium Red Violet #AE3C8A
Tints of Medium Red Violet #AE3C8A
RGB
CMYK
RGB Variations
Color information
#AE3C8A (or 0xAE3C8A) is known color: Medium Red Violet. HEX triplet: AE, 3C and 8A. RGB value is (174,60,138). Sum of RGB (Red+Green+Blue) = 174+60+138=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8A is #51C375. Grayscale: #666666. Windows color (decimal): -5358454 or 9059502. OLE color: 9059502.
HSL color Cylindrical-coordinate representation of color #AE3C8A: hue angle of 318.95º 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 #AE3C8A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 138 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.32 |
| HSL | 318.95º | 0.49% | 0.46% | - |
| HSV(B) | 318.95º | 0.66% | 0.68% | - |
| XYZ | 23.66 | 14.07 | 25.51 | - |
| YUV | 102.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 138 | 0 | 0.66 | 0.21 | 0.32 | 318.95 | 0.49 | 0.46 |
| Hex | AE | 3C | 8A | 0 | 42 | 15 | 20 | 13F | 31 | 2E |
| Octal | 256 | 74 | 212 | 0 | 102 | 25 | 40 | 477 | 61 | 56 |
| Binary | 10101110 | 111100 | 10001010 | 0 | 1000010 | 10101 | 100000 | 100111111 | 110001 | 101110 |
Color Harmonies of #AE3C8A
Complementary color
Monochromatic Colors of #AE3C8A
Black with #AE3C8A
Text Example
Text Example
White with #AE3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C8A; }
p { color: rgb(174,60,138); }
H1.HeaderClassName
{
color: #AE3C8A;
}
.AnyTagClassName
{
color: #AE3C8A;
}
</style>
background-color css
<style>
a { background-color: #AE3C8A; }
a { background-color: rgb(174,60,138); }
div.DivClassName
{
background-color: #AE3C8A;
}
.BgClassName
{
background-color: #AE3C8A;
}
</style>
border-color css
<style>
span { border-color: #AE3C8A; }
span { border-color: rgb(174,60,138); }
td.TdClassName
{
border-color: #AE3C8A;
}
.TagClassName
{
border-color: #AE3C8A;
}
</style>