COLOR #AE50A5

HEX: #AE50A5
RGB: (174,80,165)

Color info

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

RGB color model

#AE50A5 color RGB value is (174,80,165).

  • red value is 174;
  • green value is 80;
  • blue value is 165.
RGB:
(174,80,165)
(68%,31%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 80 of 255 = 31%
B 165 of 255 = 65%

174
80
165

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

Portions of RGB colors in percentages

R + G + B =
174 + 80 + 165 = 419 (100%)
R 174 of 419 ~ 41.53%
G 80 of 419 ~ 19.09%
B 165 of 419 ~ 39.38%

%41.53
%19.09
%39.38

CMYK color model

#AE50A5 color CMYK value is (0,54,5,32).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK:
(0,54,5,32)
C0M54Y5K32 
(0%,54%,5%,32%)
(0.00/0.54/0.05/0.32)	

CMYK percentages

%0
%54.02
%5.17
%31.76

Codes

Color #AE50A5 in popluar color models

AE50A5
RGB17480165
HSL306°37.01%49.80%
HSB/HSV306°54.02%68.24%
CMYK0.00%54.02%5.17%
31.76%

Color #AE50A5 in popluar number systems.

HEXAE50A5
Decimal17480165
Binary10101110101000010100101
Octal256120245

Shades and tints

Shades of #AE50A5

#AE50A5
(174,80,165)
#9F4996
(159,73,150)
#904287
(144,66,135)
#813B78
(129,59,120)
#723469
(114,52,105)
#632D5A
(99,45,90)
#54264B
(84,38,75)
#451F3C
(69,31,60)
#36182D
(54,24,45)
#27111E
(39,17,30)
#180A0F
(24,10,15)
#000000
(0,0,0)

Tints of #AE50A5

#AE50A5
(174,80,165)
#B55FAD
(181,95,173)
#BC6EB5
(188,110,181)
#C37DBD
(195,125,189)
#CA8CC5
(202,140,197)
#D19BCD
(209,155,205)
#D8AAD5
(216,170,213)
#DFB9DD
(223,185,221)
#E6C8E5
(230,200,229)
#EDD7ED
(237,215,237)
#F4E6F5
(244,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE50A5 color. Also use rgb(174,80,165) instead hex code.

Text Font Color

.myTextColor { color: #AE50A5; }

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

This text font color is #AE50A5.


Background Color

.myBgColor { background-color: #AE50A5; }

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

This div background color is #AE50A5.


Border color

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

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

This div border color is #AE50A5.


Opacity

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

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

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

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

This text has shadow with #AE50A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE50A5 on black background.


Color preview on white background

This text has color #AE50A5 on white background.



Black color preview on #AE50A5 background

This text has black color on #AE50A5 background.


White color preview on #AE50A5 background

This text has white color on #AE50A5 background.