COLOR #AE5BB0

HEX: #AE5BB0
RGB: (174,91,176)

Color info

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

RGB color model

#AE5BB0 color RGB value is (174,91,176).

  • red value is 174;
  • green value is 91;
  • blue value is 176.
RGB:
(174,91,176)
(68%,36%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 91 of 255 = 36%
B 176 of 255 = 69%

174
91
176

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

Portions of RGB colors in percentages

R + G + B =
174 + 91 + 176 = 441 (100%)
R 174 of 441 ~ 39.46%
G 91 of 441 ~ 20.63%
B 176 of 441 ~ 39.91%

%39.46
%20.63
%39.91

CMYK color model

#AE5BB0 color CMYK value is (1,48,0,31).

  • cyan value is 1.14%
  • magenta value is 48.30%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,48,0,31)
C1M48Y0K31 
(1%,48%,0%,31%)
(0.01/0.48/0.00/0.31)	

CMYK percentages

%1.14
%48.3
%0
%30.98

Codes

Color #AE5BB0 in popluar color models

AE5BB0
RGB17491176
HSL299°34.98%52.35%
HSB/HSV299°48.30%69.02%
CMYK1.14%48.30%0.00%
30.98%

Color #AE5BB0 in popluar number systems.

HEXAE5BB0
Decimal17491176
Binary10101110101101110110000
Octal256133260

Shades and tints

Shades of #AE5BB0

#AE5BB0
(174,91,176)
#9F53A0
(159,83,160)
#904B90
(144,75,144)
#814380
(129,67,128)
#723B70
(114,59,112)
#633360
(99,51,96)
#542B50
(84,43,80)
#452340
(69,35,64)
#361B30
(54,27,48)
#271320
(39,19,32)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #AE5BB0

#AE5BB0
(174,91,176)
#B569B7
(181,105,183)
#BC77BE
(188,119,190)
#C385C5
(195,133,197)
#CA93CC
(202,147,204)
#D1A1D3
(209,161,211)
#D8AFDA
(216,175,218)
#DFBDE1
(223,189,225)
#E6CBE8
(230,203,232)
#EDD9EF
(237,217,239)
#F4E7F6
(244,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5BB0 color. Also use rgb(174,91,176) instead hex code.

Text Font Color

.myTextColor { color: #AE5BB0; }

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

This text font color is #AE5BB0.


Background Color

.myBgColor { background-color: #AE5BB0; }

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

This div background color is #AE5BB0.


Border color

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

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

This div border color is #AE5BB0.


Opacity

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

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

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

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

This text has shadow with #AE5BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5BB0 on black background.


Color preview on white background

This text has color #AE5BB0 on white background.



Black color preview on #AE5BB0 background

This text has black color on #AE5BB0 background.


White color preview on #AE5BB0 background

This text has white color on #AE5BB0 background.