COLOR #AE5F8C

HEX: #AE5F8C RGB: (174,95,140)

Color info

#AE5F8C contains mainly red and blue colors. Web safe color of #AE5F8C is #996699 (or #969).

RGB color model

#AE5F8C color RGB value is (174,95,140).

RGB: (174,95,140) (68%, 37%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 95 of 255 = 37%
B 140 of 255 = 55%

174
95
140

R + G + B ~ 53%. #AE5F8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 95 + 140 = 409 (100%)
R 174 of 409 ~ 42.54%
G 95 of 409 ~ 23.23%
B 140 of 409 ~ 34.23'%

%42.54
%23.23
%34.23

CMYK color model

#AE5F8C color CMYK value is (0,45,20,32).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (0,45,20,32)
C0M45Y20K32 (0%, 45%, 20%, 32%)
(0.00 / 0.45 / 0.20 / 0.32)

CMYK percentages

%0
%45.4
%19.54
%31.76

Codes

Color #AE5F8C in popluar color models

AE 5F 8C
RGB 174 95 140
HSL 326° 32.78% 52.75%
HSB/HSV 326° 45.40% 68.24%
CMYK 0.00% 45.40% 19.54%
31.76%

Color #AE5F8C in popluar number systems.

HEX AE 5F 8C
Decimal 174 95 140
Binary 10101110 1011111 10001100
Octal 256 137 214

Shades and tints

Shades of #AE5F8C

#AE5F8C
(174,95,140)
#9F5780
(159,87,128)
#904F74
(144,79,116)
#814768
(129,71,104)
#723F5C
(114,63,92)
#633750
(99,55,80)
#542F44
(84,47,68)
#452738
(69,39,56)
#361F2C
(54,31,44)
#271720
(39,23,32)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE5F8C

#AE5F8C
(174,95,140)
#B56D96
(181,109,150)
#BC7BA0
(188,123,160)
#C389AA
(195,137,170)
#CA97B4
(202,151,180)
#D1A5BE
(209,165,190)
#D8B3C8
(216,179,200)
#DFC1D2
(223,193,210)
#E6CFDC
(230,207,220)
#EDDDE6
(237,221,230)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5F8C color. Also use rgb(174,95,140) instead hex code.

Text Font Color

.myTextColor { color: #AE5F8C; }

<p style="color:#AE5F8C">This sample text font color is #AE5F8C.</p>

This text font color is #AE5F8C.

Background Color

.myBgColor { background-color: #AE5F8C; }

<div style="background-color:#AE5F8C">Inner text</div>

This div background color is #AE5F8C.

Border color

.myBorderColor { border: 1px solid #AE5F8C; }

<div style="border:3px solid #AE5F8C">Div</div>

This div border color is #AE5F8C.

Opacity

.myOpacity80 { color: #AE5F8C; opacity: 0.8; }

<p style="color:#AE5F8C;opacity:0.8;">80%</p>

Text with #AE5F8C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE5F8C;}

<p style="text-shadow: 3px 3px 1px #AE5F8C">Text here.</p>

This text has shadow with #AE5F8C color.


.textShadow {text-shadow: 3px 3px 1px #AE5F8C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE5F8C, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE5F8C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE5F8C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE5F8C, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE5F8C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE5F8C;
-webkit-box-shadow: 1px 1px 3px 2px #AE5F8C;
box-shadow: 1px 1px 3px 2px #AE5F8C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE5F8C; -webkit-box-shadow: 1px 1px 3px 2px #AE5F8C; box-shadow:1px 1px 3px 2px #AE5F8C;">
Div content here
</div>

This div box has shadow with color #AE5F8C.

Preview

Color preview on black background

This text has color #AE5F8C on black background.


Color preview on white background

This text has color #AE5F8C on white background.


Black color preview on #AE5F8C background

This text has black color on #AE5F8C background.


White color preview on #AE5F8C background

This text has white color on #AE5F8C background.


Related colors

Complementary color

Complementary color for #hex is #51A073.


I love getcolorcode.com

Triadic colors

1 #8CAE5F and #5F8CAE with #AE5F8C are triadic colors.

2 #8C5FAE and #5FAE8C with #AE5F8C are triadic colors.