Shades of Medium Red Violet #AE318A
Tints of Medium Red Violet #AE318A
RGB
CMYK
RGB Variations
Color information
#AE318A (or 0xAE318A) is known color: Medium Red Violet. HEX triplet: AE, 31 and 8A. RGB value is (174,49,138). Sum of RGB (Red+Green+Blue) = 174+49+138=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE318A is #51CE75. Grayscale: #606060. Windows color (decimal): -5361270 or 9056686. OLE color: 9056686.
HSL color Cylindrical-coordinate representation of color #AE318A: hue angle of 317.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE318A is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 138 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.32 |
| HSL | 317.28º | 0.56% | 0.44% | - |
| HSV(B) | 317.28º | 0.72% | 0.68% | - |
| XYZ | 23.14 | 13.03 | 25.34 | - |
| YUV | 96.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 138 | 0 | 0.72 | 0.21 | 0.32 | 317.28 | 0.56 | 0.44 |
| Hex | AE | 31 | 8A | 0 | 48 | 15 | 20 | 13D | 38 | 2C |
| Octal | 256 | 61 | 212 | 0 | 110 | 25 | 40 | 475 | 70 | 54 |
| Binary | 10101110 | 110001 | 10001010 | 0 | 1001000 | 10101 | 100000 | 100111101 | 111000 | 101100 |
Color Harmonies of #AE318A
Complementary color
Monochromatic Colors of #AE318A
Black with #AE318A
Text Example
Text Example
White with #AE318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE318A; }
p { color: rgb(174,49,138); }
H1.HeaderClassName
{
color: #AE318A;
}
.AnyTagClassName
{
color: #AE318A;
}
</style>
background-color css
<style>
a { background-color: #AE318A; }
a { background-color: rgb(174,49,138); }
div.DivClassName
{
background-color: #AE318A;
}
.BgClassName
{
background-color: #AE318A;
}
</style>
border-color css
<style>
span { border-color: #AE318A; }
span { border-color: rgb(174,49,138); }
td.TdClassName
{
border-color: #AE318A;
}
.TagClassName
{
border-color: #AE318A;
}
</style>