Shades of Medium Red Violet #AE2781
Tints of Medium Red Violet #AE2781
RGB
CMYK
RGB Variations
Color information
#AE2781 (or 0xAE2781) is known color: Medium Red Violet. HEX triplet: AE, 27 and 81. RGB value is (174,39,129). Sum of RGB (Red+Green+Blue) = 174+39+129=342 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.88% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2781 is #51D87E. Grayscale: #595959. Windows color (decimal): -5363839 or 8464302. OLE color: 8464302.
HSL color Cylindrical-coordinate representation of color #AE2781: hue angle of 320º 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 #AE2781 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 39 | 129 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.32 |
| HSL | 320º | 0.63% | 0.42% | - |
| HSV(B) | 320º | 0.78% | 0.68% | - |
| XYZ | 22.14 | 12.03 | 21.92 | - |
| YUV | 89.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 39 | 129 | 0 | 0.78 | 0.26 | 0.32 | 320 | 0.63 | 0.42 |
| Hex | AE | 27 | 81 | 0 | 4E | 1A | 20 | 140 | 3F | 2A |
| Octal | 256 | 47 | 201 | 0 | 116 | 32 | 40 | 500 | 77 | 52 |
| Binary | 10101110 | 100111 | 10000001 | 0 | 1001110 | 11010 | 100000 | 101000000 | 111111 | 101010 |
Color Harmonies of #AE2781
Complementary color
Monochromatic Colors of #AE2781
Black with #AE2781
Text Example
Text Example
White with #AE2781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2781; }
p { color: rgb(174,39,129); }
H1.HeaderClassName
{
color: #AE2781;
}
.AnyTagClassName
{
color: #AE2781;
}
</style>
background-color css
<style>
a { background-color: #AE2781; }
a { background-color: rgb(174,39,129); }
div.DivClassName
{
background-color: #AE2781;
}
.BgClassName
{
background-color: #AE2781;
}
</style>
border-color css
<style>
span { border-color: #AE2781; }
span { border-color: rgb(174,39,129); }
td.TdClassName
{
border-color: #AE2781;
}
.TagClassName
{
border-color: #AE2781;
}
</style>