#AE1E87

Color #AE1E87 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AE1E87

Tints of Medium Red Violet #AE1E87

Color information

#AE1E87 (or 0xAE1E87) is unknown color: approx Medium Red Violet. HEX triplet: AE, 1E and 87. RGB value is (174,30,135). Sum of RGB (Red+Green+Blue) = 174+30+135=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1E87 is #51E178. Grayscale: #545454. Windows color (decimal): -5366137 or 8855214. OLE color: 8855214.

HSL color Cylindrical-coordinate representation of color #AE1E87: hue angle of 316.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E87 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB17430135-
CMYK00.830.220.32
HSL316.25º70.59%40%-
HSV(B)316.25º82.76%68.24%-
XYZ22.2911.6824-
YUV85.03156.21191.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 51.33%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=51.33%
G=8.85%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743013500.830.220.32316.2570.5940
HexAE1E87053162013c4728
Octal256362070123264047410750
Binary10101110111101000011101010011101101000001001111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E87; }

 p { color: rgb(174,30,135); }

 H1.HeaderClassName
 {
   color: #AE1E87;
 }
 .AnyTagClassName
 {
   color: #AE1E87;
 }
</style>
background-color css

<style>
 a { background-color: #AE1E87; }

 a { background-color: rgb(174,30,135); }

 div.DivClassName
 {
   background-color: #AE1E87;
 }
 .BgClassName
 {
   background-color: #AE1E87;
 }
</style>
border-color css

<style>
 span { border-color: #AE1E87; }

 span { border-color: rgb(174,30,135); }

 td.TdClassName
 {
   border-color: #AE1E87;
 }
 .TagClassName
 {
   border-color: #AE1E87;
 }
</style>