Shades of Medium Red Violet #AE31A4
Tints of Medium Red Violet #AE31A4
RGB
CMYK
RGB Variations
Color information
#AE31A4 (or 0xAE31A4) is known color: Medium Red Violet. HEX triplet: AE, 31 and A4. RGB value is (174,49,164). Sum of RGB (Red+Green+Blue) = 174+49+164=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE31A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE31A4 is #51CE5B. Grayscale: #636363. Windows color (decimal): -5361244 or 10760622. OLE color: 10760622.
HSL color Cylindrical-coordinate representation of color #AE31A4: hue angle of 304.8º 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 #AE31A4 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 164 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.32 |
| HSL | 304.8º | 0.56% | 0.44% | - |
| HSV(B) | 304.8º | 0.72% | 0.68% | - |
| XYZ | 25.25 | 13.88 | 36.47 | - |
| YUV | 99.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 164 | 0 | 0.72 | 0.06 | 0.32 | 304.8 | 0.56 | 0.44 |
| Hex | AE | 31 | A4 | 0 | 48 | 6 | 20 | 131 | 38 | 2C |
| Octal | 256 | 61 | 244 | 0 | 110 | 6 | 40 | 461 | 70 | 54 |
| Binary | 10101110 | 110001 | 10100100 | 0 | 1001000 | 110 | 100000 | 100110001 | 111000 | 101100 |
Color Harmonies of #AE31A4
Complementary color
Monochromatic Colors of #AE31A4
Black with #AE31A4
Text Example
Text Example
White with #AE31A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE31A4; }
p { color: rgb(174,49,164); }
H1.HeaderClassName
{
color: #AE31A4;
}
.AnyTagClassName
{
color: #AE31A4;
}
</style>
background-color css
<style>
a { background-color: #AE31A4; }
a { background-color: rgb(174,49,164); }
div.DivClassName
{
background-color: #AE31A4;
}
.BgClassName
{
background-color: #AE31A4;
}
</style>
border-color css
<style>
span { border-color: #AE31A4; }
span { border-color: rgb(174,49,164); }
td.TdClassName
{
border-color: #AE31A4;
}
.TagClassName
{
border-color: #AE31A4;
}
</style>