COLOR #AE55B7

HEX: #AE55B7
RGB: (174,85,183)

Color info

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

RGB color model

#AE55B7 color RGB value is (174,85,183).

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

RGB channels and saturation

R 174 of 255 = 68%
G 85 of 255 = 33%
B 183 of 255 = 72%

174
85
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 85 + 183 = 442 (100%)
R 174 of 442 ~ 39.37%
G 85 of 442 ~ 19.23%
B 183 of 442 ~ 41.4%

%39.37
%19.23
%41.4

CMYK color model

#AE55B7 color CMYK value is (5,54,0,28).

  • cyan value is 4.92%
  • magenta value is 53.55%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,54,0,28)
C5M54Y0K28 
(5%,54%,0%,28%)
(0.05/0.54/0.00/0.28)	

CMYK percentages

%4.92
%53.55
%0
%28.24

Codes

Color #AE55B7 in popluar color models

AE55B7
RGB17485183
HSL294°40.50%52.55%
HSB/HSV294°53.55%71.76%
CMYK4.92%53.55%0.00%
28.24%

Color #AE55B7 in popluar number systems.

HEXAE55B7
Decimal17485183
Binary10101110101010110110111
Octal256125267

Shades and tints

Shades of #AE55B7

#AE55B7
(174,85,183)
#9F4EA7
(159,78,167)
#904797
(144,71,151)
#814087
(129,64,135)
#723977
(114,57,119)
#633267
(99,50,103)
#542B57
(84,43,87)
#452447
(69,36,71)
#361D37
(54,29,55)
#271627
(39,22,39)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #AE55B7

#AE55B7
(174,85,183)
#B564BD
(181,100,189)
#BC73C3
(188,115,195)
#C382C9
(195,130,201)
#CA91CF
(202,145,207)
#D1A0D5
(209,160,213)
#D8AFDB
(216,175,219)
#DFBEE1
(223,190,225)
#E6CDE7
(230,205,231)
#EDDCED
(237,220,237)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE55B7; }

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

This text font color is #AE55B7.


Background Color

.myBgColor { background-color: #AE55B7; }

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

This div background color is #AE55B7.


Border color

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

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

This div border color is #AE55B7.


Opacity

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

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

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

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

This text has shadow with #AE55B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE55B7 on black background.


Color preview on white background

This text has color #AE55B7 on white background.



Black color preview on #AE55B7 background

This text has black color on #AE55B7 background.


White color preview on #AE55B7 background

This text has white color on #AE55B7 background.