COLOR #AE8FAA

HEX: #AE8FAA
RGB: (174,143,170)

Color info

#AE8FAA contains red, green and blue colors in about the same proportion. Web safe color of #AE8FAA is #999999 (or #999).

RGB color model

#AE8FAA color RGB value is (174,143,170).

  • red value is 174;
  • green value is 143;
  • blue value is 170.
RGB:
(174,143,170)
(68%,56%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 170 of 255 = 67%

174
143
170

R + G + B ~ 64%. #AE8FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 170 = 487 (100%)
R 174 of 487 ~ 35.73%
G 143 of 487 ~ 29.36%
B 170 of 487 ~ 34.91%

%35.73
%29.36
%34.91

CMYK color model

#AE8FAA color CMYK value is (0,18,2,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(0,18,2,32)
C0M18Y2K32 
(0%,18%,2%,32%)
(0.00/0.18/0.02/0.32)	

CMYK percentages

%0
%17.82
%2.3
%31.76

Codes

Color #AE8FAA in popluar color models

AE8FAA
RGB174143170
HSL308°16.06%62.16%
HSB/HSV308°17.82%68.24%
CMYK0.00%17.82%2.30%
31.76%

Color #AE8FAA in popluar number systems.

HEXAE8FAA
Decimal174143170
Binary101011101000111110101010
Octal256217252

Shades and tints

Shades of #AE8FAA

#AE8FAA
(174,143,170)
#9F829B
(159,130,155)
#90758C
(144,117,140)
#81687D
(129,104,125)
#725B6E
(114,91,110)
#634E5F
(99,78,95)
#544150
(84,65,80)
#453441
(69,52,65)
#362732
(54,39,50)
#271A23
(39,26,35)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #AE8FAA

#AE8FAA
(174,143,170)
#B599B1
(181,153,177)
#BCA3B8
(188,163,184)
#C3ADBF
(195,173,191)
#CAB7C6
(202,183,198)
#D1C1CD
(209,193,205)
#D8CBD4
(216,203,212)
#DFD5DB
(223,213,219)
#E6DFE2
(230,223,226)
#EDE9E9
(237,233,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8FAA color. Also use rgb(174,143,170) instead hex code.

Text Font Color

.myTextColor { color: #AE8FAA; }

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

This text font color is #AE8FAA.


Background Color

.myBgColor { background-color: #AE8FAA; }

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

This div background color is #AE8FAA.


Border color

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

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

This div border color is #AE8FAA.


Opacity

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

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

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

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

This text has shadow with #AE8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8FAA on black background.


Color preview on white background

This text has color #AE8FAA on white background.



Black color preview on #AE8FAA background

This text has black color on #AE8FAA background.


White color preview on #AE8FAA background

This text has white color on #AE8FAA background.