Shades of Medium Red Violet #AE258D
Tints of Medium Red Violet #AE258D
RGB
CMYK
RGB Variations
Color information
#AE258D (or 0xAE258D) is known color: Medium Red Violet. HEX triplet: AE, 25 and 8D. RGB value is (174,37,141). Sum of RGB (Red+Green+Blue) = 174+37+141=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE258D is #51DA72. Grayscale: #595959. Windows color (decimal): -5364339 or 9250222. OLE color: 9250222.
HSL color Cylindrical-coordinate representation of color #AE258D: hue angle of 314.45º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE258D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 141 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.32 |
| HSL | 314.45º | 0.65% | 0.41% | - |
| HSV(B) | 314.45º | 0.79% | 0.68% | - |
| XYZ | 22.92 | 12.24 | 26.35 | - |
| YUV | 89.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 141 | 0 | 0.79 | 0.19 | 0.32 | 314.45 | 0.65 | 0.41 |
| Hex | AE | 25 | 8D | 0 | 4F | 13 | 20 | 13A | 41 | 29 |
| Octal | 256 | 45 | 215 | 0 | 117 | 23 | 40 | 472 | 101 | 51 |
| Binary | 10101110 | 100101 | 10001101 | 0 | 1001111 | 10011 | 100000 | 100111010 | 1000001 | 101001 |
Color Harmonies of #AE258D
Complementary color
Monochromatic Colors of #AE258D
Black with #AE258D
Text Example
Text Example
White with #AE258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE258D; }
p { color: rgb(174,37,141); }
H1.HeaderClassName
{
color: #AE258D;
}
.AnyTagClassName
{
color: #AE258D;
}
</style>
background-color css
<style>
a { background-color: #AE258D; }
a { background-color: rgb(174,37,141); }
div.DivClassName
{
background-color: #AE258D;
}
.BgClassName
{
background-color: #AE258D;
}
</style>
border-color css
<style>
span { border-color: #AE258D; }
span { border-color: rgb(174,37,141); }
td.TdClassName
{
border-color: #AE258D;
}
.TagClassName
{
border-color: #AE258D;
}
</style>