COLOR #AE5EA9

HEX: #AE5EA9
RGB: (174,94,169)

Color info

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

RGB color model

#AE5EA9 color RGB value is (174,94,169).

  • red value is 174;
  • green value is 94;
  • blue value is 169.
RGB:
(174,94,169)
(68%,37%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 94 of 255 = 37%
B 169 of 255 = 66%

174
94
169

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

Portions of RGB colors in percentages

R + G + B =
174 + 94 + 169 = 437 (100%)
R 174 of 437 ~ 39.82%
G 94 of 437 ~ 21.51%
B 169 of 437 ~ 38.67%

%39.82
%21.51
%38.67

CMYK color model

#AE5EA9 color CMYK value is (0,46,3,32).

  • cyan value is 0.00%
  • magenta value is 45.98%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,46,3,32)
C0M46Y3K32 
(0%,46%,3%,32%)
(0.00/0.46/0.03/0.32)	

CMYK percentages

%0
%45.98
%2.87
%31.76

Codes

Color #AE5EA9 in popluar color models

AE5EA9
RGB17494169
HSL304°33.06%52.55%
HSB/HSV304°45.98%68.24%
CMYK0.00%45.98%2.87%
31.76%

Color #AE5EA9 in popluar number systems.

HEXAE5EA9
Decimal17494169
Binary10101110101111010101001
Octal256136251

Shades and tints

Shades of #AE5EA9

#AE5EA9
(174,94,169)
#9F569A
(159,86,154)
#904E8B
(144,78,139)
#81467C
(129,70,124)
#723E6D
(114,62,109)
#63365E
(99,54,94)
#542E4F
(84,46,79)
#452640
(69,38,64)
#361E31
(54,30,49)
#271622
(39,22,34)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #AE5EA9

#AE5EA9
(174,94,169)
#B56CB0
(181,108,176)
#BC7AB7
(188,122,183)
#C388BE
(195,136,190)
#CA96C5
(202,150,197)
#D1A4CC
(209,164,204)
#D8B2D3
(216,178,211)
#DFC0DA
(223,192,218)
#E6CEE1
(230,206,225)
#EDDCE8
(237,220,232)
#F4EAEF
(244,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5EA9 color. Also use rgb(174,94,169) instead hex code.

Text Font Color

.myTextColor { color: #AE5EA9; }

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

This text font color is #AE5EA9.


Background Color

.myBgColor { background-color: #AE5EA9; }

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

This div background color is #AE5EA9.


Border color

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

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

This div border color is #AE5EA9.


Opacity

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

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

Text with #AE5EA9 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 #AE5EA9;}

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

This text has shadow with #AE5EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5EA9 on black background.


Color preview on white background

This text has color #AE5EA9 on white background.



Black color preview on #AE5EA9 background

This text has black color on #AE5EA9 background.


White color preview on #AE5EA9 background

This text has white color on #AE5EA9 background.