#AE2C83

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

Shades of Medium Red Violet #AE2C83

Tints of Medium Red Violet #AE2C83

Color information

#AE2C83 (or 0xAE2C83) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2C and 83. RGB value is (174,44,131). Sum of RGB (Red+Green+Blue) = 174+44+131=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C83 is #51D37C. Grayscale: #5C5C5C. Windows color (decimal): -5362557 or 8596654. OLE color: 8596654.

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

Color convert

RGB17444131-
CMYK00.750.250.32
HSL319.85º59.63%42.75%-
HSV(B)319.85º74.71%68.24%-
XYZ22.4512.4422.69-
YUV92.79149.57185.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 44 (17.58% from 255) = 12.61%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=49.86%
G=12.61%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744413100.750.250.32319.8559.6342.75
HexAE2C8304B19201403c2b
Octal25654203011331405007453
Binary10101110101100100000110100101111001100000101000000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2C83; }

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

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

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

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

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

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

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

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