COLOR #AE55BB

HEX: #AE55BB
RGB: (174,85,187)

Color info

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

RGB color model

#AE55BB color RGB value is (174,85,187).

  • red value is 174;
  • green value is 85;
  • blue value is 187.
RGB:
(174,85,187)
(68%,33%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 85 of 255 = 33%
B 187 of 255 = 73%

174
85
187

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

Portions of RGB colors in percentages

R + G + B =
174 + 85 + 187 = 446 (100%)
R 174 of 446 ~ 39.01%
G 85 of 446 ~ 19.06%
B 187 of 446 ~ 41.93%

%39.01
%19.06
%41.93

CMYK color model

#AE55BB color CMYK value is (7,55,0,27).

  • cyan value is 6.95%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,55,0,27)
C7M55Y0K27 
(7%,55%,0%,27%)
(0.07/0.55/0.00/0.27)	

CMYK percentages

%6.95
%54.55
%0
%26.67

Codes

Color #AE55BB in popluar color models

AE55BB
RGB17485187
HSL292°42.86%53.33%
HSB/HSV292°54.55%73.33%
CMYK6.95%54.55%0.00%
26.67%

Color #AE55BB in popluar number systems.

HEXAE55BB
Decimal17485187
Binary10101110101010110111011
Octal256125273

Shades and tints

Shades of #AE55BB

#AE55BB
(174,85,187)
#9F4EAA
(159,78,170)
#904799
(144,71,153)
#814088
(129,64,136)
#723977
(114,57,119)
#633266
(99,50,102)
#542B55
(84,43,85)
#452444
(69,36,68)
#361D33
(54,29,51)
#271622
(39,22,34)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE55BB

#AE55BB
(174,85,187)
#B564C1
(181,100,193)
#BC73C7
(188,115,199)
#C382CD
(195,130,205)
#CA91D3
(202,145,211)
#D1A0D9
(209,160,217)
#D8AFDF
(216,175,223)
#DFBEE5
(223,190,229)
#E6CDEB
(230,205,235)
#EDDCF1
(237,220,241)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE55BB color. Also use rgb(174,85,187) instead hex code.

Text Font Color

.myTextColor { color: #AE55BB; }

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

This text font color is #AE55BB.


Background Color

.myBgColor { background-color: #AE55BB; }

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

This div background color is #AE55BB.


Border color

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

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

This div border color is #AE55BB.


Opacity

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

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

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

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

This text has shadow with #AE55BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE55BB on black background.


Color preview on white background

This text has color #AE55BB on white background.



Black color preview on #AE55BB background

This text has black color on #AE55BB background.


White color preview on #AE55BB background

This text has white color on #AE55BB background.