#AE2C81

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

Shades of Medium Red Violet #AE2C81

Tints of Medium Red Violet #AE2C81

Color information

#AE2C81 (or 0xAE2C81) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and 81. RGB value is (174,44,129). Sum of RGB (Red+Green+Blue) = 174+44+129=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C81 is #51D37E. Grayscale: #5C5C5C. Windows color (decimal): -5362559 or 8465582. OLE color: 8465582.

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

Color convert

RGB17444129-
CMYK00.750.260.32
HSL320.77º59.63%42.75%-
HSV(B)320.77º74.71%68.24%-
XYZ22.3212.3921.98-
YUV92.56148.57186.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 44 (17.58% from 255) = 12.68%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=50.14%
G=12.68%
B=37.18%

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
Decimal1744412900.750.260.32320.7759.6342.75
HexAE2C8104B1A201413c2b
Octal25654201011332405017453
Binary10101110101100100000010100101111010100000101000001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C81; }

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

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

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

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

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

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

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

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