COLOR #AE5094

HEX: #AE5094
RGB: (174,80,148)

Color info

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

RGB color model

#AE5094 color RGB value is (174,80,148).

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

RGB channels and saturation

R 174 of 255 = 68%
G 80 of 255 = 31%
B 148 of 255 = 58%

174
80
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 80 + 148 = 402 (100%)
R 174 of 402 ~ 43.28%
G 80 of 402 ~ 19.9%
B 148 of 402 ~ 36.82%

%43.28
%19.9
%36.82

CMYK color model

#AE5094 color CMYK value is (0,54,15,32).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,54,15,32)
C0M54Y15K32 
(0%,54%,15%,32%)
(0.00/0.54/0.15/0.32)	

CMYK percentages

%0
%54.02
%14.94
%31.76

Codes

Color #AE5094 in popluar color models

AE5094
RGB17480148
HSL317°37.01%49.80%
HSB/HSV317°54.02%68.24%
CMYK0.00%54.02%14.94%
31.76%

Color #AE5094 in popluar number systems.

HEXAE5094
Decimal17480148
Binary10101110101000010010100
Octal256120224

Shades and tints

Shades of #AE5094

#AE5094
(174,80,148)
#9F4987
(159,73,135)
#90427A
(144,66,122)
#813B6D
(129,59,109)
#723460
(114,52,96)
#632D53
(99,45,83)
#542646
(84,38,70)
#451F39
(69,31,57)
#36182C
(54,24,44)
#27111F
(39,17,31)
#180A12
(24,10,18)
#000000
(0,0,0)

Tints of #AE5094

#AE5094
(174,80,148)
#B55F9D
(181,95,157)
#BC6EA6
(188,110,166)
#C37DAF
(195,125,175)
#CA8CB8
(202,140,184)
#D19BC1
(209,155,193)
#D8AACA
(216,170,202)
#DFB9D3
(223,185,211)
#E6C8DC
(230,200,220)
#EDD7E5
(237,215,229)
#F4E6EE
(244,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE5094; }

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

This text font color is #AE5094.


Background Color

.myBgColor { background-color: #AE5094; }

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

This div background color is #AE5094.


Border color

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

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

This div border color is #AE5094.


Opacity

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

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

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

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

This text has shadow with #AE5094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5094 on black background.


Color preview on white background

This text has color #AE5094 on white background.



Black color preview on #AE5094 background

This text has black color on #AE5094 background.


White color preview on #AE5094 background

This text has white color on #AE5094 background.