Shades of Medium Red Violet #AE276E
Tints of Medium Red Violet #AE276E
RGB
CMYK
RGB Variations
Color information
#AE276E (or 0xAE276E) is known color: Medium Red Violet. HEX triplet: AE, 27 and 6E. RGB value is (174,39,110). Sum of RGB (Red+Green+Blue) = 174+39+110=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE276E is #51D891. Grayscale: #575757. Windows color (decimal): -5363858 or 7219118. OLE color: 7219118.
HSL color Cylindrical-coordinate representation of color #AE276E: hue angle of 328.44º 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 #AE276E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 110 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.32 |
| HSL | 328.44º | 0.63% | 0.42% | - |
| HSV(B) | 328.44º | 0.78% | 0.68% | - |
| XYZ | 21 | 11.58 | 15.88 | - |
| YUV | 87.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 110 | 0 | 0.78 | 0.37 | 0.32 | 328.44 | 0.63 | 0.42 |
| Hex | AE | 27 | 6E | 0 | 4E | 25 | 20 | 148 | 3F | 2A |
| Octal | 256 | 47 | 156 | 0 | 116 | 45 | 40 | 510 | 77 | 52 |
| Binary | 10101110 | 100111 | 1101110 | 0 | 1001110 | 100101 | 100000 | 101001000 | 111111 | 101010 |
Color Harmonies of #AE276E
Complementary color
Monochromatic Colors of #AE276E
Black with #AE276E
Text Example
Text Example
White with #AE276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE276E; }
p { color: rgb(174,39,110); }
H1.HeaderClassName
{
color: #AE276E;
}
.AnyTagClassName
{
color: #AE276E;
}
</style>
background-color css
<style>
a { background-color: #AE276E; }
a { background-color: rgb(174,39,110); }
div.DivClassName
{
background-color: #AE276E;
}
.BgClassName
{
background-color: #AE276E;
}
</style>
border-color css
<style>
span { border-color: #AE276E; }
span { border-color: rgb(174,39,110); }
td.TdClassName
{
border-color: #AE276E;
}
.TagClassName
{
border-color: #AE276E;
}
</style>