Shades of Medium Red Violet #AE2095
Tints of Medium Red Violet #AE2095
RGB
CMYK
RGB Variations
Color information
#AE2095 (or 0xAE2095) is known color: Medium Red Violet. HEX triplet: AE, 20 and 95. RGB value is (174,32,149). Sum of RGB (Red+Green+Blue) = 174+32+149=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2095 is #51DF6A. Grayscale: #575757. Windows color (decimal): -5365611 or 9773230. OLE color: 9773230.
HSL color Cylindrical-coordinate representation of color #AE2095: hue angle of 310.56º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2095 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 149 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.32 |
| HSL | 310.56º | 0.69% | 0.4% | - |
| HSV(B) | 310.56º | 0.82% | 0.68% | - |
| XYZ | 23.4 | 12.2 | 29.56 | - |
| YUV | 87.8 | 162.54 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 149 | 0 | 0.82 | 0.14 | 0.32 | 310.56 | 0.69 | 0.4 |
| Hex | AE | 20 | 95 | 0 | 52 | E | 20 | 137 | 45 | 28 |
| Octal | 256 | 40 | 225 | 0 | 122 | 16 | 40 | 467 | 105 | 50 |
| Binary | 10101110 | 100000 | 10010101 | 0 | 1010010 | 1110 | 100000 | 100110111 | 1000101 | 101000 |
Color Harmonies of #AE2095
Complementary color
Monochromatic Colors of #AE2095
Black with #AE2095
Text Example
Text Example
White with #AE2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2095; }
p { color: rgb(174,32,149); }
H1.HeaderClassName
{
color: #AE2095;
}
.AnyTagClassName
{
color: #AE2095;
}
</style>
background-color css
<style>
a { background-color: #AE2095; }
a { background-color: rgb(174,32,149); }
div.DivClassName
{
background-color: #AE2095;
}
.BgClassName
{
background-color: #AE2095;
}
</style>
border-color css
<style>
span { border-color: #AE2095; }
span { border-color: rgb(174,32,149); }
td.TdClassName
{
border-color: #AE2095;
}
.TagClassName
{
border-color: #AE2095;
}
</style>