Shades of Medium Red Violet #AE257D
Tints of Medium Red Violet #AE257D
RGB
CMYK
RGB Variations
Color information
#AE257D (or 0xAE257D) is known color: Medium Red Violet. HEX triplet: AE, 25 and 7D. RGB value is (174,37,125). Sum of RGB (Red+Green+Blue) = 174+37+125=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE257D is #51DA82. Grayscale: #575757. Windows color (decimal): -5364355 or 8201646. OLE color: 8201646.
HSL color Cylindrical-coordinate representation of color #AE257D: hue angle of 321.46º 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 #AE257D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 125 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.32 |
| HSL | 321.46º | 0.65% | 0.41% | - |
| HSV(B) | 321.46º | 0.79% | 0.68% | - |
| XYZ | 21.82 | 11.8 | 20.53 | - |
| YUV | 88 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 125 | 0 | 0.79 | 0.28 | 0.32 | 321.46 | 0.65 | 0.41 |
| Hex | AE | 25 | 7D | 0 | 4F | 1C | 20 | 141 | 41 | 29 |
| Octal | 256 | 45 | 175 | 0 | 117 | 34 | 40 | 501 | 101 | 51 |
| Binary | 10101110 | 100101 | 1111101 | 0 | 1001111 | 11100 | 100000 | 101000001 | 1000001 | 101001 |
Color Harmonies of #AE257D
Complementary color
Monochromatic Colors of #AE257D
Black with #AE257D
Text Example
Text Example
White with #AE257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE257D; }
p { color: rgb(174,37,125); }
H1.HeaderClassName
{
color: #AE257D;
}
.AnyTagClassName
{
color: #AE257D;
}
</style>
background-color css
<style>
a { background-color: #AE257D; }
a { background-color: rgb(174,37,125); }
div.DivClassName
{
background-color: #AE257D;
}
.BgClassName
{
background-color: #AE257D;
}
</style>
border-color css
<style>
span { border-color: #AE257D; }
span { border-color: rgb(174,37,125); }
td.TdClassName
{
border-color: #AE257D;
}
.TagClassName
{
border-color: #AE257D;
}
</style>