COLOR #AE6E90

HEX: #AE6E90
RGB: (174,110,144)

Color info

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

RGB color model

#AE6E90 color RGB value is (174,110,144).

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

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 144 of 255 = 56%

174
110
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 110 + 144 = 428 (100%)
R 174 of 428 ~ 40.65%
G 110 of 428 ~ 25.7%
B 144 of 428 ~ 33.64%

%40.65
%25.7
%33.64

CMYK color model

#AE6E90 color CMYK value is (0,37,17,32).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 17.24%
  • key color value is 31.76%
CMYK:
(0,37,17,32)
C0M37Y17K32 
(0%,37%,17%,32%)
(0.00/0.37/0.17/0.32)	

CMYK percentages

%0
%36.78
%17.24
%31.76

Codes

Color #AE6E90 in popluar color models

AE6E90
RGB174110144
HSL328°28.32%55.69%
HSB/HSV328°36.78%68.24%
CMYK0.00%36.78%17.24%
31.76%

Color #AE6E90 in popluar number systems.

HEXAE6E90
Decimal174110144
Binary10101110110111010010000
Octal256156220

Shades and tints

Shades of #AE6E90

#AE6E90
(174,110,144)
#9F6483
(159,100,131)
#905A76
(144,90,118)
#815069
(129,80,105)
#72465C
(114,70,92)
#633C4F
(99,60,79)
#543242
(84,50,66)
#452835
(69,40,53)
#361E28
(54,30,40)
#27141B
(39,20,27)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #AE6E90

#AE6E90
(174,110,144)
#B57B9A
(181,123,154)
#BC88A4
(188,136,164)
#C395AE
(195,149,174)
#CAA2B8
(202,162,184)
#D1AFC2
(209,175,194)
#D8BCCC
(216,188,204)
#DFC9D6
(223,201,214)
#E6D6E0
(230,214,224)
#EDE3EA
(237,227,234)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6E90; }

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

This text font color is #AE6E90.


Background Color

.myBgColor { background-color: #AE6E90; }

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

This div background color is #AE6E90.


Border color

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

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

This div border color is #AE6E90.


Opacity

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

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

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

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

This text has shadow with #AE6E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6E90 on black background.


Color preview on white background

This text has color #AE6E90 on white background.



Black color preview on #AE6E90 background

This text has black color on #AE6E90 background.


White color preview on #AE6E90 background

This text has white color on #AE6E90 background.