COLOR #AE6EB5

HEX: #AE6EB5
RGB: (174,110,181)

Color info

#AE6EB5 contains mainly red and blue colors. Web safe color of #AE6EB5 is #9966CC (or #96C).

RGB color model

#AE6EB5 color RGB value is (174,110,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 181 of 255 = 71%

174
110
181

R + G + B ~ 61%. #AE6EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 110 + 181 = 465 (100%)
R 174 of 465 ~ 37.42%
G 110 of 465 ~ 23.66%
B 181 of 465 ~ 38.92%

%37.42
%23.66
%38.92

CMYK color model

#AE6EB5 color CMYK value is (4,39,0,29).

  • cyan value is 3.87%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,39,0,29)
C4M39Y0K29 
(4%,39%,0%,29%)
(0.04/0.39/0.00/0.29)	

CMYK percentages

%3.87
%39.23
%0
%29.02

Codes

Color #AE6EB5 in popluar color models

AE6EB5
RGB174110181
HSL294°32.42%57.06%
HSB/HSV294°39.23%70.98%
CMYK3.87%39.23%0.00%
29.02%

Color #AE6EB5 in popluar number systems.

HEXAE6EB5
Decimal174110181
Binary10101110110111010110101
Octal256156265

Shades and tints

Shades of #AE6EB5

#AE6EB5
(174,110,181)
#9F64A5
(159,100,165)
#905A95
(144,90,149)
#815085
(129,80,133)
#724675
(114,70,117)
#633C65
(99,60,101)
#543255
(84,50,85)
#452845
(69,40,69)
#361E35
(54,30,53)
#271425
(39,20,37)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #AE6EB5

#AE6EB5
(174,110,181)
#B57BBB
(181,123,187)
#BC88C1
(188,136,193)
#C395C7
(195,149,199)
#CAA2CD
(202,162,205)
#D1AFD3
(209,175,211)
#D8BCD9
(216,188,217)
#DFC9DF
(223,201,223)
#E6D6E5
(230,214,229)
#EDE3EB
(237,227,235)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6EB5; }

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

This text font color is #AE6EB5.


Background Color

.myBgColor { background-color: #AE6EB5; }

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

This div background color is #AE6EB5.


Border color

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

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

This div border color is #AE6EB5.


Opacity

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

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

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

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

This text has shadow with #AE6EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6EB5 on black background.


Color preview on white background

This text has color #AE6EB5 on white background.



Black color preview on #AE6EB5 background

This text has black color on #AE6EB5 background.


White color preview on #AE6EB5 background

This text has white color on #AE6EB5 background.