COLOR #AE73A4

HEX: #AE73A4
RGB: (174,115,164)

Color info

#AE73A4 contains red, green and blue colors in about the same proportion. Web safe color of #AE73A4 is #996699 (or #969).

RGB color model

#AE73A4 color RGB value is (174,115,164).

  • red value is 174;
  • green value is 115;
  • blue value is 164.
RGB:
(174,115,164)
(68%,45%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 115 of 255 = 45%
B 164 of 255 = 64%

174
115
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 115 + 164 = 453 (100%)
R 174 of 453 ~ 38.41%
G 115 of 453 ~ 25.39%
B 164 of 453 ~ 36.2%

%38.41
%25.39
%36.2

CMYK color model

#AE73A4 color CMYK value is (0,34,6,32).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,34,6,32)
C0M34Y6K32 
(0%,34%,6%,32%)
(0.00/0.34/0.06/0.32)	

CMYK percentages

%0
%33.91
%5.75
%31.76

Codes

Color #AE73A4 in popluar color models

AE73A4
RGB174115164
HSL310°26.70%56.67%
HSB/HSV310°33.91%68.24%
CMYK0.00%33.91%5.75%
31.76%

Color #AE73A4 in popluar number systems.

HEXAE73A4
Decimal174115164
Binary10101110111001110100100
Octal256163244

Shades and tints

Shades of #AE73A4

#AE73A4
(174,115,164)
#9F6996
(159,105,150)
#905F88
(144,95,136)
#81557A
(129,85,122)
#724B6C
(114,75,108)
#63415E
(99,65,94)
#543750
(84,55,80)
#452D42
(69,45,66)
#362334
(54,35,52)
#271926
(39,25,38)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #AE73A4

#AE73A4
(174,115,164)
#B57FAC
(181,127,172)
#BC8BB4
(188,139,180)
#C397BC
(195,151,188)
#CAA3C4
(202,163,196)
#D1AFCC
(209,175,204)
#D8BBD4
(216,187,212)
#DFC7DC
(223,199,220)
#E6D3E4
(230,211,228)
#EDDFEC
(237,223,236)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE73A4 color. Also use rgb(174,115,164) instead hex code.

Text Font Color

.myTextColor { color: #AE73A4; }

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

This text font color is #AE73A4.


Background Color

.myBgColor { background-color: #AE73A4; }

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

This div background color is #AE73A4.


Border color

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

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

This div border color is #AE73A4.


Opacity

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

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

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

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

This text has shadow with #AE73A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE73A4 on black background.


Color preview on white background

This text has color #AE73A4 on white background.



Black color preview on #AE73A4 background

This text has black color on #AE73A4 background.


White color preview on #AE73A4 background

This text has white color on #AE73A4 background.