COLOR #AE85E7

HEX: #AE85E7
RGB: (174,133,231)

Color info

#AE85E7 contains mainly red and blue colors. Web safe color of #AE85E7 is #9999FF (or #99F).

RGB color model

#AE85E7 color RGB value is (174,133,231).

  • red value is 174;
  • green value is 133;
  • blue value is 231.
RGB:
(174,133,231)
(68%,52%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 231 of 255 = 91%

174
133
231

R + G + B ~ 70%. #AE85E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 231 = 538 (100%)
R 174 of 538 ~ 32.34%
G 133 of 538 ~ 24.72%
B 231 of 538 ~ 42.94%

%32.34
%24.72
%42.94

CMYK color model

#AE85E7 color CMYK value is (25,42,0,9).

  • cyan value is 24.68%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,42,0,9)
C25M42Y0K9 
(25%,42%,0%,9%)
(0.25/0.42/0.00/0.09)	

CMYK percentages

%24.68
%42.42
%0
%9.41

Codes

Color #AE85E7 in popluar color models

AE85E7
RGB174133231
HSL265°67.12%71.37%
HSB/HSV265°42.42%90.59%
CMYK24.68%42.42%0.00%
9.41%

Color #AE85E7 in popluar number systems.

HEXAE85E7
Decimal174133231
Binary101011101000010111100111
Octal256205347

Shades and tints

Shades of #AE85E7

#AE85E7
(174,133,231)
#9F79D2
(159,121,210)
#906DBD
(144,109,189)
#8161A8
(129,97,168)
#725593
(114,85,147)
#63497E
(99,73,126)
#543D69
(84,61,105)
#453154
(69,49,84)
#36253F
(54,37,63)
#27192A
(39,25,42)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #AE85E7

#AE85E7
(174,133,231)
#B590E9
(181,144,233)
#BC9BEB
(188,155,235)
#C3A6ED
(195,166,237)
#CAB1EF
(202,177,239)
#D1BCF1
(209,188,241)
#D8C7F3
(216,199,243)
#DFD2F5
(223,210,245)
#E6DDF7
(230,221,247)
#EDE8F9
(237,232,249)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE85E7 color. Also use rgb(174,133,231) instead hex code.

Text Font Color

.myTextColor { color: #AE85E7; }

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

This text font color is #AE85E7.


Background Color

.myBgColor { background-color: #AE85E7; }

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

This div background color is #AE85E7.


Border color

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

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

This div border color is #AE85E7.


Opacity

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

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

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

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

This text has shadow with #AE85E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE85E7 on black background.


Color preview on white background

This text has color #AE85E7 on white background.



Black color preview on #AE85E7 background

This text has black color on #AE85E7 background.


White color preview on #AE85E7 background

This text has white color on #AE85E7 background.