Shades of Medium Red Violet #AE3E8A
Tints of Medium Red Violet #AE3E8A
RGB
CMYK
RGB Variations
Color information
#AE3E8A (or 0xAE3E8A) is known color: Medium Red Violet. HEX triplet: AE, 3E and 8A. RGB value is (174,62,138). Sum of RGB (Red+Green+Blue) = 174+62+138=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3E8A is #51C175. Grayscale: #676767. Windows color (decimal): -5357942 or 9060014. OLE color: 9060014.
HSL color Cylindrical-coordinate representation of color #AE3E8A: hue angle of 319.29º 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 #AE3E8A is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 138 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.32 |
| HSL | 319.29º | 0.47% | 0.46% | - |
| HSV(B) | 319.29º | 0.64% | 0.68% | - |
| XYZ | 23.77 | 14.28 | 25.55 | - |
| YUV | 104.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 138 | 0 | 0.64 | 0.21 | 0.32 | 319.29 | 0.47 | 0.46 |
| Hex | AE | 3E | 8A | 0 | 40 | 15 | 20 | 13F | 2F | 2E |
| Octal | 256 | 76 | 212 | 0 | 100 | 25 | 40 | 477 | 57 | 56 |
| Binary | 10101110 | 111110 | 10001010 | 0 | 1000000 | 10101 | 100000 | 100111111 | 101111 | 101110 |
Color Harmonies of #AE3E8A
Complementary color
Monochromatic Colors of #AE3E8A
Black with #AE3E8A
Text Example
Text Example
White with #AE3E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E8A; }
p { color: rgb(174,62,138); }
H1.HeaderClassName
{
color: #AE3E8A;
}
.AnyTagClassName
{
color: #AE3E8A;
}
</style>
background-color css
<style>
a { background-color: #AE3E8A; }
a { background-color: rgb(174,62,138); }
div.DivClassName
{
background-color: #AE3E8A;
}
.BgClassName
{
background-color: #AE3E8A;
}
</style>
border-color css
<style>
span { border-color: #AE3E8A; }
span { border-color: rgb(174,62,138); }
td.TdClassName
{
border-color: #AE3E8A;
}
.TagClassName
{
border-color: #AE3E8A;
}
</style>