COLOR #AE6EA9

HEX: #AE6EA9
RGB: (174,110,169)

Color info

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

RGB color model

#AE6EA9 color RGB value is (174,110,169).

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

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 169 of 255 = 66%

174
110
169

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

Portions of RGB colors in percentages

R + G + B =
174 + 110 + 169 = 453 (100%)
R 174 of 453 ~ 38.41%
G 110 of 453 ~ 24.28%
B 169 of 453 ~ 37.31%

%38.41
%24.28
%37.31

CMYK color model

#AE6EA9 color CMYK value is (0,37,3,32).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 2.87%
  • key color value is 31.76%
CMYK:
(0,37,3,32)
C0M37Y3K32 
(0%,37%,3%,32%)
(0.00/0.37/0.03/0.32)	

CMYK percentages

%0
%36.78
%2.87
%31.76

Codes

Color #AE6EA9 in popluar color models

AE6EA9
RGB174110169
HSL305°28.32%55.69%
HSB/HSV305°36.78%68.24%
CMYK0.00%36.78%2.87%
31.76%

Color #AE6EA9 in popluar number systems.

HEXAE6EA9
Decimal174110169
Binary10101110110111010101001
Octal256156251

Shades and tints

Shades of #AE6EA9

#AE6EA9
(174,110,169)
#9F649A
(159,100,154)
#905A8B
(144,90,139)
#81507C
(129,80,124)
#72466D
(114,70,109)
#633C5E
(99,60,94)
#54324F
(84,50,79)
#452840
(69,40,64)
#361E31
(54,30,49)
#271422
(39,20,34)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #AE6EA9

#AE6EA9
(174,110,169)
#B57BB0
(181,123,176)
#BC88B7
(188,136,183)
#C395BE
(195,149,190)
#CAA2C5
(202,162,197)
#D1AFCC
(209,175,204)
#D8BCD3
(216,188,211)
#DFC9DA
(223,201,218)
#E6D6E1
(230,214,225)
#EDE3E8
(237,227,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6EA9; }

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

This text font color is #AE6EA9.


Background Color

.myBgColor { background-color: #AE6EA9; }

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

This div background color is #AE6EA9.


Border color

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

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

This div border color is #AE6EA9.


Opacity

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

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

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

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

This text has shadow with #AE6EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6EA9 on black background.


Color preview on white background

This text has color #AE6EA9 on white background.



Black color preview on #AE6EA9 background

This text has black color on #AE6EA9 background.


White color preview on #AE6EA9 background

This text has white color on #AE6EA9 background.