#AE1E80

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

Shades of Medium Red Violet #AE1E80

Tints of Medium Red Violet #AE1E80

Color information

#AE1E80 (or 0xAE1E80) is unknown color: approx Medium Red Violet. HEX triplet: AE, 1E and 80. RGB value is (174,30,128). Sum of RGB (Red+Green+Blue) = 174+30+128=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1E80 is #51E17F. Grayscale: #535353. Windows color (decimal): -5366144 or 8396462. OLE color: 8396462.

HSL color Cylindrical-coordinate representation of color #AE1E80: hue angle of 319.17º 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 #AE1E80 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB17430128-
CMYK00.830.260.32
HSL319.17º70.59%40%-
HSV(B)319.17º82.76%68.24%-
XYZ21.8211.4921.49-
YUV84.23152.71192.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 30 (12.11% from 255) = 9.04%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=52.41%
G=9.04%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743012800.830.260.32319.1770.5940
HexAE1E800531A2013f4728
Octal256362000123324047710750
Binary10101110111101000000001010011110101000001001111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1E80; }

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

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

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

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

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

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

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

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