COLOR #AE7FAF

HEX: #AE7FAF
RGB: (174,127,175)

Color info

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

RGB color model

#AE7FAF color RGB value is (174,127,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 175 of 255 = 69%

174
127
175

R + G + B ~ 62%. #AE7FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 175 = 476 (100%)
R 174 of 476 ~ 36.55%
G 127 of 476 ~ 26.68%
B 175 of 476 ~ 36.76%

%36.55
%26.68
%36.76

CMYK color model

#AE7FAF color CMYK value is (1,27,0,31).

  • cyan value is 0.57%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,27,0,31)
C1M27Y0K31 
(1%,27%,0%,31%)
(0.01/0.27/0.00/0.31)	

CMYK percentages

%0.57
%27.43
%0
%31.37

Codes

Color #AE7FAF in popluar color models

AE7FAF
RGB174127175
HSL299°23.08%59.22%
HSB/HSV299°27.43%68.63%
CMYK0.57%27.43%0.00%
31.37%

Color #AE7FAF in popluar number systems.

HEXAE7FAF
Decimal174127175
Binary10101110111111110101111
Octal256177257

Shades and tints

Shades of #AE7FAF

#AE7FAF
(174,127,175)
#9F74A0
(159,116,160)
#906991
(144,105,145)
#815E82
(129,94,130)
#725373
(114,83,115)
#634864
(99,72,100)
#543D55
(84,61,85)
#453246
(69,50,70)
#362737
(54,39,55)
#271C28
(39,28,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #AE7FAF

#AE7FAF
(174,127,175)
#B58AB6
(181,138,182)
#BC95BD
(188,149,189)
#C3A0C4
(195,160,196)
#CAABCB
(202,171,203)
#D1B6D2
(209,182,210)
#D8C1D9
(216,193,217)
#DFCCE0
(223,204,224)
#E6D7E7
(230,215,231)
#EDE2EE
(237,226,238)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7FAF; }

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

This text font color is #AE7FAF.


Background Color

.myBgColor { background-color: #AE7FAF; }

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

This div background color is #AE7FAF.


Border color

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

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

This div border color is #AE7FAF.


Opacity

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

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

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

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

This text has shadow with #AE7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7FAF on black background.


Color preview on white background

This text has color #AE7FAF on white background.



Black color preview on #AE7FAF background

This text has black color on #AE7FAF background.


White color preview on #AE7FAF background

This text has white color on #AE7FAF background.