Shades of Medium Red Violet #AE277D
Tints of Medium Red Violet #AE277D
RGB
CMYK
RGB Variations
Color information
#AE277D (or 0xAE277D) is known color: Medium Red Violet. HEX triplet: AE, 27 and 7D. RGB value is (174,39,125). Sum of RGB (Red+Green+Blue) = 174+39+125=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE277D is #51D882. Grayscale: #585858. Windows color (decimal): -5363843 or 8202158. OLE color: 8202158.
HSL color Cylindrical-coordinate representation of color #AE277D: hue angle of 321.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE277D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 125 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.32 |
| HSL | 321.78º | 0.63% | 0.42% | - |
| HSV(B) | 321.78º | 0.78% | 0.68% | - |
| XYZ | 21.88 | 11.93 | 20.55 | - |
| YUV | 89.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 125 | 0 | 0.78 | 0.28 | 0.32 | 321.78 | 0.63 | 0.42 |
| Hex | AE | 27 | 7D | 0 | 4E | 1C | 20 | 142 | 3F | 2A |
| Octal | 256 | 47 | 175 | 0 | 116 | 34 | 40 | 502 | 77 | 52 |
| Binary | 10101110 | 100111 | 1111101 | 0 | 1001110 | 11100 | 100000 | 101000010 | 111111 | 101010 |
Color Harmonies of #AE277D
Complementary color
Monochromatic Colors of #AE277D
Black with #AE277D
Text Example
Text Example
White with #AE277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE277D; }
p { color: rgb(174,39,125); }
H1.HeaderClassName
{
color: #AE277D;
}
.AnyTagClassName
{
color: #AE277D;
}
</style>
background-color css
<style>
a { background-color: #AE277D; }
a { background-color: rgb(174,39,125); }
div.DivClassName
{
background-color: #AE277D;
}
.BgClassName
{
background-color: #AE277D;
}
</style>
border-color css
<style>
span { border-color: #AE277D; }
span { border-color: rgb(174,39,125); }
td.TdClassName
{
border-color: #AE277D;
}
.TagClassName
{
border-color: #AE277D;
}
</style>