Shades of Medium Red Violet #AE258A
Tints of Medium Red Violet #AE258A
RGB
CMYK
RGB Variations
Color information
#AE258A (or 0xAE258A) is known color: Medium Red Violet. HEX triplet: AE, 25 and 8A. RGB value is (174,37,138). Sum of RGB (Red+Green+Blue) = 174+37+138=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE258A is #51DA75. Grayscale: #595959. Windows color (decimal): -5364342 or 9053614. OLE color: 9053614.
HSL color Cylindrical-coordinate representation of color #AE258A: hue angle of 315.77º 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 #AE258A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 138 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.32 |
| HSL | 315.77º | 0.65% | 0.41% | - |
| HSV(B) | 315.77º | 0.79% | 0.68% | - |
| XYZ | 22.7 | 12.16 | 25.19 | - |
| YUV | 89.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 138 | 0 | 0.79 | 0.21 | 0.32 | 315.77 | 0.65 | 0.41 |
| Hex | AE | 25 | 8A | 0 | 4F | 15 | 20 | 13C | 41 | 29 |
| Octal | 256 | 45 | 212 | 0 | 117 | 25 | 40 | 474 | 101 | 51 |
| Binary | 10101110 | 100101 | 10001010 | 0 | 1001111 | 10101 | 100000 | 100111100 | 1000001 | 101001 |
Color Harmonies of #AE258A
Complementary color
Monochromatic Colors of #AE258A
Black with #AE258A
Text Example
Text Example
White with #AE258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE258A; }
p { color: rgb(174,37,138); }
H1.HeaderClassName
{
color: #AE258A;
}
.AnyTagClassName
{
color: #AE258A;
}
</style>
background-color css
<style>
a { background-color: #AE258A; }
a { background-color: rgb(174,37,138); }
div.DivClassName
{
background-color: #AE258A;
}
.BgClassName
{
background-color: #AE258A;
}
</style>
border-color css
<style>
span { border-color: #AE258A; }
span { border-color: rgb(174,37,138); }
td.TdClassName
{
border-color: #AE258A;
}
.TagClassName
{
border-color: #AE258A;
}
</style>