COLOR #AE6BB5

HEX: #AE6BB5
RGB: (174,107,181)

Color info

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

RGB color model

#AE6BB5 color RGB value is (174,107,181).

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

RGB channels and saturation

R 174 of 255 = 68%
G 107 of 255 = 42%
B 181 of 255 = 71%

174
107
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 107 + 181 = 462 (100%)
R 174 of 462 ~ 37.66%
G 107 of 462 ~ 23.16%
B 181 of 462 ~ 39.18%

%37.66
%23.16
%39.18

CMYK color model

#AE6BB5 color CMYK value is (4,41,0,29).

  • cyan value is 3.87%
  • magenta value is 40.88%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(4,41,0,29)
C4M41Y0K29 
(4%,41%,0%,29%)
(0.04/0.41/0.00/0.29)	

CMYK percentages

%3.87
%40.88
%0
%29.02

Codes

Color #AE6BB5 in popluar color models

AE6BB5
RGB174107181
HSL294°33.33%56.47%
HSB/HSV294°40.88%70.98%
CMYK3.87%40.88%0.00%
29.02%

Color #AE6BB5 in popluar number systems.

HEXAE6BB5
Decimal174107181
Binary10101110110101110110101
Octal256153265

Shades and tints

Shades of #AE6BB5

#AE6BB5
(174,107,181)
#9F62A5
(159,98,165)
#905995
(144,89,149)
#815085
(129,80,133)
#724775
(114,71,117)
#633E65
(99,62,101)
#543555
(84,53,85)
#452C45
(69,44,69)
#362335
(54,35,53)
#271A25
(39,26,37)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE6BB5

#AE6BB5
(174,107,181)
#B578BB
(181,120,187)
#BC85C1
(188,133,193)
#C392C7
(195,146,199)
#CA9FCD
(202,159,205)
#D1ACD3
(209,172,211)
#D8B9D9
(216,185,217)
#DFC6DF
(223,198,223)
#E6D3E5
(230,211,229)
#EDE0EB
(237,224,235)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6BB5; }

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

This text font color is #AE6BB5.


Background Color

.myBgColor { background-color: #AE6BB5; }

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

This div background color is #AE6BB5.


Border color

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

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

This div border color is #AE6BB5.


Opacity

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

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

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

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

This text has shadow with #AE6BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6BB5 on black background.


Color preview on white background

This text has color #AE6BB5 on white background.



Black color preview on #AE6BB5 background

This text has black color on #AE6BB5 background.


White color preview on #AE6BB5 background

This text has white color on #AE6BB5 background.