Shades of Medium Red Violet #AE2C8B
Tints of Medium Red Violet #AE2C8B
RGB
CMYK
RGB Variations
Color information
#AE2C8B (or 0xAE2C8B) is known color: Medium Red Violet. HEX triplet: AE, 2C and 8B. RGB value is (174,44,139). Sum of RGB (Red+Green+Blue) = 174+44+139=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C8B is #51D374. Grayscale: #5D5D5D. Windows color (decimal): -5362549 or 9120942. OLE color: 9120942.
HSL color Cylindrical-coordinate representation of color #AE2C8B: hue angle of 316.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C8B is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 139 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.32 |
| HSL | 316.15º | 0.6% | 0.43% | - |
| HSV(B) | 316.15º | 0.75% | 0.68% | - |
| XYZ | 23.02 | 12.66 | 25.66 | - |
| YUV | 93.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 139 | 0 | 0.75 | 0.20 | 0.32 | 316.15 | 0.6 | 0.43 |
| Hex | AE | 2C | 8B | 0 | 4B | 14 | 20 | 13C | 3C | 2B |
| Octal | 256 | 54 | 213 | 0 | 113 | 24 | 40 | 474 | 74 | 53 |
| Binary | 10101110 | 101100 | 10001011 | 0 | 1001011 | 10100 | 100000 | 100111100 | 111100 | 101011 |
Color Harmonies of #AE2C8B
Complementary color
Monochromatic Colors of #AE2C8B
Black with #AE2C8B
Text Example
Text Example
White with #AE2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C8B; }
p { color: rgb(174,44,139); }
H1.HeaderClassName
{
color: #AE2C8B;
}
.AnyTagClassName
{
color: #AE2C8B;
}
</style>
background-color css
<style>
a { background-color: #AE2C8B; }
a { background-color: rgb(174,44,139); }
div.DivClassName
{
background-color: #AE2C8B;
}
.BgClassName
{
background-color: #AE2C8B;
}
</style>
border-color css
<style>
span { border-color: #AE2C8B; }
span { border-color: rgb(174,44,139); }
td.TdClassName
{
border-color: #AE2C8B;
}
.TagClassName
{
border-color: #AE2C8B;
}
</style>