COLOR #AE7FA4

HEX: #AE7FA4
RGB: (174,127,164)

Color info

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

RGB color model

#AE7FA4 color RGB value is (174,127,164).

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

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 164 of 255 = 64%

174
127
164

R + G + B ~ 61%. #AE7FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 164 = 465 (100%)
R 174 of 465 ~ 37.42%
G 127 of 465 ~ 27.31%
B 164 of 465 ~ 35.27%

%37.42
%27.31
%35.27

CMYK color model

#AE7FA4 color CMYK value is (0,27,6,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,27,6,32)
C0M27Y6K32 
(0%,27%,6%,32%)
(0.00/0.27/0.06/0.32)	

CMYK percentages

%0
%27.01
%5.75
%31.76

Codes

Color #AE7FA4 in popluar color models

AE7FA4
RGB174127164
HSL313°22.49%59.02%
HSB/HSV313°27.01%68.24%
CMYK0.00%27.01%5.75%
31.76%

Color #AE7FA4 in popluar number systems.

HEXAE7FA4
Decimal174127164
Binary10101110111111110100100
Octal256177244

Shades and tints

Shades of #AE7FA4

#AE7FA4
(174,127,164)
#9F7496
(159,116,150)
#906988
(144,105,136)
#815E7A
(129,94,122)
#72536C
(114,83,108)
#63485E
(99,72,94)
#543D50
(84,61,80)
#453242
(69,50,66)
#362734
(54,39,52)
#271C26
(39,28,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #AE7FA4

#AE7FA4
(174,127,164)
#B58AAC
(181,138,172)
#BC95B4
(188,149,180)
#C3A0BC
(195,160,188)
#CAABC4
(202,171,196)
#D1B6CC
(209,182,204)
#D8C1D4
(216,193,212)
#DFCCDC
(223,204,220)
#E6D7E4
(230,215,228)
#EDE2EC
(237,226,236)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7FA4; }

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

This text font color is #AE7FA4.


Background Color

.myBgColor { background-color: #AE7FA4; }

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

This div background color is #AE7FA4.


Border color

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

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

This div border color is #AE7FA4.


Opacity

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

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

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

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

This text has shadow with #AE7FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7FA4 on black background.


Color preview on white background

This text has color #AE7FA4 on white background.



Black color preview on #AE7FA4 background

This text has black color on #AE7FA4 background.


White color preview on #AE7FA4 background

This text has white color on #AE7FA4 background.