COLOR #AE6EAA

HEX: #AE6EAA RGB: (174,110,170)

Color info

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

RGB color model

#AE6EAA color RGB value is (174,110,170).

RGB: (174,110,170) (68%, 43%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 170 of 255 = 67%

174
110
170

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

Portions of RGB colors in percentages

R + G + B = 174 + 110 + 170 = 454 (100%)
R 174 of 454 ~ 38.33%
G 110 of 454 ~ 24.23%
B 170 of 454 ~ 37.44'%

%38.33
%24.23
%37.44

CMYK color model

#AE6EAA color CMYK value is (0,37,2,32).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 2.30%
  • key color value is 31.76%

CMYK: (0,37,2,32)
C0M37Y2K32 (0%, 37%, 2%, 32%)
(0.00 / 0.37 / 0.02 / 0.32)

CMYK percentages

%0
%36.78
%2.3
%31.76

Codes

Color #AE6EAA in popluar color models

AE 6E AA
RGB 174 110 170
HSL 304° 28.32% 55.69%
HSB/HSV 304° 36.78% 68.24%
CMYK 0.00% 36.78% 2.30%
31.76%

Color #AE6EAA in popluar number systems.

HEX AE 6E AA
Decimal 174 110 170
Binary 10101110 1101110 10101010
Octal 256 156 252

Shades and tints

Shades of #AE6EAA

#AE6EAA
(174,110,170)
#9F649B
(159,100,155)
#905A8C
(144,90,140)
#81507D
(129,80,125)
#72466E
(114,70,110)
#633C5F
(99,60,95)
#543250
(84,50,80)
#452841
(69,40,65)
#361E32
(54,30,50)
#271423
(39,20,35)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #AE6EAA

#AE6EAA
(174,110,170)
#B57BB1
(181,123,177)
#BC88B8
(188,136,184)
#C395BF
(195,149,191)
#CAA2C6
(202,162,198)
#D1AFCD
(209,175,205)
#D8BCD4
(216,188,212)
#DFC9DB
(223,201,219)
#E6D6E2
(230,214,226)
#EDE3E9
(237,227,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6EAA; }

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

This text font color is #AE6EAA.

Background Color

.myBgColor { background-color: #AE6EAA; }

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

This div background color is #AE6EAA.

Border color

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

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

This div border color is #AE6EAA.

Opacity

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

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

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

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

This text has shadow with #AE6EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6EAA.

Preview

Color preview on black background

This text has color #AE6EAA on black background.


Color preview on white background

This text has color #AE6EAA on white background.


Black color preview on #AE6EAA background

This text has black color on #AE6EAA background.


White color preview on #AE6EAA background

This text has white color on #AE6EAA background.


Related colors

Complementary color

Complementary color for #hex is #519155.


I love getcolorcode.com

Triadic colors

1 #AAAE6E and #6EAAAE with #AE6EAA are triadic colors.

2 #AA6EAE and #6EAEAA with #AE6EAA are triadic colors.