#AE2C80

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

Shades of Medium Red Violet #AE2C80

Tints of Medium Red Violet #AE2C80

Color information

#AE2C80 (or 0xAE2C80) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and 80. RGB value is (174,44,128). Sum of RGB (Red+Green+Blue) = 174+44+128=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C80 is #51D37F. Grayscale: #5C5C5C. Windows color (decimal): -5362560 or 8400046. OLE color: 8400046.

HSL color Cylindrical-coordinate representation of color #AE2C80: hue angle of 321.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C80 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB17444128-
CMYK00.750.260.32
HSL321.23º59.63%42.75%-
HSV(B)321.23º74.71%68.24%-
XYZ22.2512.3621.63-
YUV92.45148.07186.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 44 (17.58% from 255) = 12.72%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=50.29%
G=12.72%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744412800.750.260.32321.2359.6342.75
HexAE2C8004B1A201413c2b
Octal25654200011332405017453
Binary10101110101100100000000100101111010100000101000001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C80; }

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

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

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

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

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

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

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

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