Shades of Medium Red Violet #AE2A8C
Tints of Medium Red Violet #AE2A8C
RGB
CMYK
RGB Variations
Color information
#AE2A8C (or 0xAE2A8C) is known color: Medium Red Violet. HEX triplet: AE, 2A and 8C. RGB value is (174,42,140). Sum of RGB (Red+Green+Blue) = 174+42+140=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2A8C is #51D573. Grayscale: #5C5C5C. Windows color (decimal): -5363060 or 9185966. OLE color: 9185966.
HSL color Cylindrical-coordinate representation of color #AE2A8C: hue angle of 315.45º 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 #AE2A8C is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 140 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.32 |
| HSL | 315.45º | 0.61% | 0.42% | - |
| HSV(B) | 315.45º | 0.76% | 0.68% | - |
| XYZ | 23.02 | 12.55 | 26.02 | - |
| YUV | 92.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 140 | 0 | 0.76 | 0.20 | 0.32 | 315.45 | 0.61 | 0.42 |
| Hex | AE | 2A | 8C | 0 | 4C | 14 | 20 | 13B | 3D | 2A |
| Octal | 256 | 52 | 214 | 0 | 114 | 24 | 40 | 473 | 75 | 52 |
| Binary | 10101110 | 101010 | 10001100 | 0 | 1001100 | 10100 | 100000 | 100111011 | 111101 | 101010 |
Color Harmonies of #AE2A8C
Complementary color
Monochromatic Colors of #AE2A8C
Black with #AE2A8C
Text Example
Text Example
White with #AE2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A8C; }
p { color: rgb(174,42,140); }
H1.HeaderClassName
{
color: #AE2A8C;
}
.AnyTagClassName
{
color: #AE2A8C;
}
</style>
background-color css
<style>
a { background-color: #AE2A8C; }
a { background-color: rgb(174,42,140); }
div.DivClassName
{
background-color: #AE2A8C;
}
.BgClassName
{
background-color: #AE2A8C;
}
</style>
border-color css
<style>
span { border-color: #AE2A8C; }
span { border-color: rgb(174,42,140); }
td.TdClassName
{
border-color: #AE2A8C;
}
.TagClassName
{
border-color: #AE2A8C;
}
</style>