Shades of Medium Red Violet #AE2A8D
Tints of Medium Red Violet #AE2A8D
RGB
CMYK
RGB Variations
Color information
#AE2A8D (or 0xAE2A8D) is known color: Medium Red Violet. HEX triplet: AE, 2A and 8D. RGB value is (174,42,141). Sum of RGB (Red+Green+Blue) = 174+42+141=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2A8D is #51D572. Grayscale: #5C5C5C. Windows color (decimal): -5363059 or 9251502. OLE color: 9251502.
HSL color Cylindrical-coordinate representation of color #AE2A8D: hue angle of 315º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A8D is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 141 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.32 |
| HSL | 315º | 0.61% | 0.42% | - |
| HSV(B) | 315º | 0.76% | 0.68% | - |
| XYZ | 23.09 | 12.58 | 26.41 | - |
| YUV | 92.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 141 | 0 | 0.76 | 0.19 | 0.32 | 315 | 0.61 | 0.42 |
| Hex | AE | 2A | 8D | 0 | 4C | 13 | 20 | 13B | 3D | 2A |
| Octal | 256 | 52 | 215 | 0 | 114 | 23 | 40 | 473 | 75 | 52 |
| Binary | 10101110 | 101010 | 10001101 | 0 | 1001100 | 10011 | 100000 | 100111011 | 111101 | 101010 |
Color Harmonies of #AE2A8D
Complementary color
Monochromatic Colors of #AE2A8D
Black with #AE2A8D
Text Example
Text Example
White with #AE2A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A8D; }
p { color: rgb(174,42,141); }
H1.HeaderClassName
{
color: #AE2A8D;
}
.AnyTagClassName
{
color: #AE2A8D;
}
</style>
background-color css
<style>
a { background-color: #AE2A8D; }
a { background-color: rgb(174,42,141); }
div.DivClassName
{
background-color: #AE2A8D;
}
.BgClassName
{
background-color: #AE2A8D;
}
</style>
border-color css
<style>
span { border-color: #AE2A8D; }
span { border-color: rgb(174,42,141); }
td.TdClassName
{
border-color: #AE2A8D;
}
.TagClassName
{
border-color: #AE2A8D;
}
</style>