COLOR #AE87CA

HEX: #AE87CA
RGB: (174,135,202)

Color info

#AE87CA contains mainly red and blue colors. Web safe color of #AE87CA is #9999CC (or #99C).

RGB color model

#AE87CA color RGB value is (174,135,202).

  • red value is 174;
  • green value is 135;
  • blue value is 202.
RGB:
(174,135,202)
(68%,53%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 202 of 255 = 79%

174
135
202

R + G + B ~ 67%. #AE87CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 202 = 511 (100%)
R 174 of 511 ~ 34.05%
G 135 of 511 ~ 26.42%
B 202 of 511 ~ 39.53%

%34.05
%26.42
%39.53

CMYK color model

#AE87CA color CMYK value is (14,33,0,21).

  • cyan value is 13.86%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,33,0,21)
C14M33Y0K21 
(14%,33%,0%,21%)
(0.14/0.33/0.00/0.21)	

CMYK percentages

%13.86
%33.17
%0
%20.78

Codes

Color #AE87CA in popluar color models

AE87CA
RGB174135202
HSL275°38.73%66.08%
HSB/HSV275°33.17%79.22%
CMYK13.86%33.17%0.00%
20.78%

Color #AE87CA in popluar number systems.

HEXAE87CA
Decimal174135202
Binary101011101000011111001010
Octal256207312

Shades and tints

Shades of #AE87CA

#AE87CA
(174,135,202)
#9F7BB8
(159,123,184)
#906FA6
(144,111,166)
#816394
(129,99,148)
#725782
(114,87,130)
#634B70
(99,75,112)
#543F5E
(84,63,94)
#45334C
(69,51,76)
#36273A
(54,39,58)
#271B28
(39,27,40)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #AE87CA

#AE87CA
(174,135,202)
#B591CE
(181,145,206)
#BC9BD2
(188,155,210)
#C3A5D6
(195,165,214)
#CAAFDA
(202,175,218)
#D1B9DE
(209,185,222)
#D8C3E2
(216,195,226)
#DFCDE6
(223,205,230)
#E6D7EA
(230,215,234)
#EDE1EE
(237,225,238)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE87CA color. Also use rgb(174,135,202) instead hex code.

Text Font Color

.myTextColor { color: #AE87CA; }

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

This text font color is #AE87CA.


Background Color

.myBgColor { background-color: #AE87CA; }

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

This div background color is #AE87CA.


Border color

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

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

This div border color is #AE87CA.


Opacity

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

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

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

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

This text has shadow with #AE87CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE87CA on black background.


Color preview on white background

This text has color #AE87CA on white background.



Black color preview on #AE87CA background

This text has black color on #AE87CA background.


White color preview on #AE87CA background

This text has white color on #AE87CA background.