COLOR #AE85F5

HEX: #AE85F5
RGB: (174,133,245)

Color info

#AE85F5 contains mainly blue color. Web safe color of #AE85F5 is #9999FF (or #99F).

RGB color model

#AE85F5 color RGB value is (174,133,245).

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

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 245 of 255 = 96%

174
133
245

R + G + B ~ 72%. #AE85F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 245 = 552 (100%)
R 174 of 552 ~ 31.52%
G 133 of 552 ~ 24.09%
B 245 of 552 ~ 44.38%

%31.52
%24.09
%44.38

CMYK color model

#AE85F5 color CMYK value is (29,46,0,4).

  • cyan value is 28.98%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,46,0,4)
C29M46Y0K4 
(29%,46%,0%,4%)
(0.29/0.46/0.00/0.04)	

CMYK percentages

%28.98
%45.71
%0
%3.92

Codes

Color #AE85F5 in popluar color models

AE85F5
RGB174133245
HSL262°84.85%74.12%
HSB/HSV262°45.71%96.08%
CMYK28.98%45.71%0.00%
3.92%

Color #AE85F5 in popluar number systems.

HEXAE85F5
Decimal174133245
Binary101011101000010111110101
Octal256205365

Shades and tints

Shades of #AE85F5

#AE85F5
(174,133,245)
#9F79DF
(159,121,223)
#906DC9
(144,109,201)
#8161B3
(129,97,179)
#72559D
(114,85,157)
#634987
(99,73,135)
#543D71
(84,61,113)
#45315B
(69,49,91)
#362545
(54,37,69)
#27192F
(39,25,47)
#180D19
(24,13,25)
#000000
(0,0,0)

Tints of #AE85F5

#AE85F5
(174,133,245)
#B590F5
(181,144,245)
#BC9BF5
(188,155,245)
#C3A6F5
(195,166,245)
#CAB1F5
(202,177,245)
#D1BCF5
(209,188,245)
#D8C7F5
(216,199,245)
#DFD2F5
(223,210,245)
#E6DDF5
(230,221,245)
#EDE8F5
(237,232,245)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE85F5; }

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

This text font color is #AE85F5.


Background Color

.myBgColor { background-color: #AE85F5; }

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

This div background color is #AE85F5.


Border color

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

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

This div border color is #AE85F5.


Opacity

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

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

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

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

This text has shadow with #AE85F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE85F5 on black background.


Color preview on white background

This text has color #AE85F5 on white background.



Black color preview on #AE85F5 background

This text has black color on #AE85F5 background.


White color preview on #AE85F5 background

This text has white color on #AE85F5 background.