COLOR #AE7FA3

HEX: #AE7FA3
RGB: (174,127,163)

Color info

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

RGB color model

#AE7FA3 color RGB value is (174,127,163).

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

RGB channels and saturation

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

174
127
163

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 163 = 464 (100%)
R 174 of 464 ~ 37.5%
G 127 of 464 ~ 27.37%
B 163 of 464 ~ 35.13%

%37.5
%27.37
%35.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 6.32%
  • 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
%6.32
%31.76

Codes

Color #AE7FA3 in popluar color models

AE7FA3
RGB174127163
HSL314°22.49%59.02%
HSB/HSV314°27.01%68.24%
CMYK0.00%27.01%6.32%
31.76%

Color #AE7FA3 in popluar number systems.

HEXAE7FA3
Decimal174127163
Binary10101110111111110100011
Octal256177243

Shades and tints

Shades of #AE7FA3

#AE7FA3
(174,127,163)
#9F7495
(159,116,149)
#906987
(144,105,135)
#815E79
(129,94,121)
#72536B
(114,83,107)
#63485D
(99,72,93)
#543D4F
(84,61,79)
#453241
(69,50,65)
#362733
(54,39,51)
#271C25
(39,28,37)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AE7FA3

#AE7FA3
(174,127,163)
#B58AAB
(181,138,171)
#BC95B3
(188,149,179)
#C3A0BB
(195,160,187)
#CAABC3
(202,171,195)
#D1B6CB
(209,182,203)
#D8C1D3
(216,193,211)
#DFCCDB
(223,204,219)
#E6D7E3
(230,215,227)
#EDE2EB
(237,226,235)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7FA3; }

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

This text font color is #AE7FA3.


Background Color

.myBgColor { background-color: #AE7FA3; }

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

This div background color is #AE7FA3.


Border color

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

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

This div border color is #AE7FA3.


Opacity

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

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

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

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

This text has shadow with #AE7FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7FA3 on black background.


Color preview on white background

This text has color #AE7FA3 on white background.



Black color preview on #AE7FA3 background

This text has black color on #AE7FA3 background.


White color preview on #AE7FA3 background

This text has white color on #AE7FA3 background.