Shades of Medium Red Violet #AE2B8D
Tints of Medium Red Violet #AE2B8D
RGB
CMYK
RGB Variations
Color information
#AE2B8D (or 0xAE2B8D) is known color: Medium Red Violet. HEX triplet: AE, 2B and 8D. RGB value is (174,43,141). Sum of RGB (Red+Green+Blue) = 174+43+141=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2B8D is #51D472. Grayscale: #5D5D5D. Windows color (decimal): -5362803 or 9251758. OLE color: 9251758.
HSL color Cylindrical-coordinate representation of color #AE2B8D: hue angle of 315.11º 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 #AE2B8D is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 141 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.32 |
| HSL | 315.11º | 0.6% | 0.43% | - |
| HSV(B) | 315.11º | 0.75% | 0.68% | - |
| XYZ | 23.13 | 12.65 | 26.42 | - |
| YUV | 93.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 141 | 0 | 0.75 | 0.19 | 0.32 | 315.11 | 0.6 | 0.43 |
| Hex | AE | 2B | 8D | 0 | 4B | 13 | 20 | 13B | 3C | 2B |
| Octal | 256 | 53 | 215 | 0 | 113 | 23 | 40 | 473 | 74 | 53 |
| Binary | 10101110 | 101011 | 10001101 | 0 | 1001011 | 10011 | 100000 | 100111011 | 111100 | 101011 |
Color Harmonies of #AE2B8D
Complementary color
Monochromatic Colors of #AE2B8D
Black with #AE2B8D
Text Example
Text Example
White with #AE2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2B8D; }
p { color: rgb(174,43,141); }
H1.HeaderClassName
{
color: #AE2B8D;
}
.AnyTagClassName
{
color: #AE2B8D;
}
</style>
background-color css
<style>
a { background-color: #AE2B8D; }
a { background-color: rgb(174,43,141); }
div.DivClassName
{
background-color: #AE2B8D;
}
.BgClassName
{
background-color: #AE2B8D;
}
</style>
border-color css
<style>
span { border-color: #AE2B8D; }
span { border-color: rgb(174,43,141); }
td.TdClassName
{
border-color: #AE2B8D;
}
.TagClassName
{
border-color: #AE2B8D;
}
</style>