Shades of Medium Red Violet #AE277B
Tints of Medium Red Violet #AE277B
RGB
CMYK
RGB Variations
Color information
#AE277B (or 0xAE277B) is known color: Medium Red Violet. HEX triplet: AE, 27 and 7B. RGB value is (174,39,123). Sum of RGB (Red+Green+Blue) = 174+39+123=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE277B is #51D884. Grayscale: #585858. Windows color (decimal): -5363845 or 8071086. OLE color: 8071086.
HSL color Cylindrical-coordinate representation of color #AE277B: hue angle of 322.67º 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 #AE277B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 123 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.32 |
| HSL | 322.67º | 0.63% | 0.42% | - |
| HSV(B) | 322.67º | 0.78% | 0.68% | - |
| XYZ | 21.76 | 11.88 | 19.89 | - |
| YUV | 88.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 123 | 0 | 0.78 | 0.29 | 0.32 | 322.67 | 0.63 | 0.42 |
| Hex | AE | 27 | 7B | 0 | 4E | 1D | 20 | 143 | 3F | 2A |
| Octal | 256 | 47 | 173 | 0 | 116 | 35 | 40 | 503 | 77 | 52 |
| Binary | 10101110 | 100111 | 1111011 | 0 | 1001110 | 11101 | 100000 | 101000011 | 111111 | 101010 |
Color Harmonies of #AE277B
Complementary color
Monochromatic Colors of #AE277B
Black with #AE277B
Text Example
Text Example
White with #AE277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE277B; }
p { color: rgb(174,39,123); }
H1.HeaderClassName
{
color: #AE277B;
}
.AnyTagClassName
{
color: #AE277B;
}
</style>
background-color css
<style>
a { background-color: #AE277B; }
a { background-color: rgb(174,39,123); }
div.DivClassName
{
background-color: #AE277B;
}
.BgClassName
{
background-color: #AE277B;
}
</style>
border-color css
<style>
span { border-color: #AE277B; }
span { border-color: rgb(174,39,123); }
td.TdClassName
{
border-color: #AE277B;
}
.TagClassName
{
border-color: #AE277B;
}
</style>