COLOR #AE8AE9

HEX: #AE8AE9
RGB: (174,138,233)

Color info

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

RGB color model

#AE8AE9 color RGB value is (174,138,233).

  • red value is 174;
  • green value is 138;
  • blue value is 233.
RGB:
(174,138,233)
(68%,54%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 233 of 255 = 91%

174
138
233

R + G + B ~ 71%. #AE8AE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 233 = 545 (100%)
R 174 of 545 ~ 31.93%
G 138 of 545 ~ 25.32%
B 233 of 545 ~ 42.75%

%31.93
%25.32
%42.75

CMYK color model

#AE8AE9 color CMYK value is (25,41,0,9).

  • cyan value is 25.32%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(25,41,0,9)
C25M41Y0K9 
(25%,41%,0%,9%)
(0.25/0.41/0.00/0.09)	

CMYK percentages

%25.32
%40.77
%0
%8.63

Codes

Color #AE8AE9 in popluar color models

AE8AE9
RGB174138233
HSL263°68.35%72.75%
HSB/HSV263°40.77%91.37%
CMYK25.32%40.77%0.00%
8.63%

Color #AE8AE9 in popluar number systems.

HEXAE8AE9
Decimal174138233
Binary101011101000101011101001
Octal256212351

Shades and tints

Shades of #AE8AE9

#AE8AE9
(174,138,233)
#9F7ED4
(159,126,212)
#9072BF
(144,114,191)
#8166AA
(129,102,170)
#725A95
(114,90,149)
#634E80
(99,78,128)
#54426B
(84,66,107)
#453656
(69,54,86)
#362A41
(54,42,65)
#271E2C
(39,30,44)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AE8AE9

#AE8AE9
(174,138,233)
#B594EB
(181,148,235)
#BC9EED
(188,158,237)
#C3A8EF
(195,168,239)
#CAB2F1
(202,178,241)
#D1BCF3
(209,188,243)
#D8C6F5
(216,198,245)
#DFD0F7
(223,208,247)
#E6DAF9
(230,218,249)
#EDE4FB
(237,228,251)
#F4EEFD
(244,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8AE9 color. Also use rgb(174,138,233) instead hex code.

Text Font Color

.myTextColor { color: #AE8AE9; }

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

This text font color is #AE8AE9.


Background Color

.myBgColor { background-color: #AE8AE9; }

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

This div background color is #AE8AE9.


Border color

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

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

This div border color is #AE8AE9.


Opacity

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

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

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

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

This text has shadow with #AE8AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8AE9 on black background.


Color preview on white background

This text has color #AE8AE9 on white background.



Black color preview on #AE8AE9 background

This text has black color on #AE8AE9 background.


White color preview on #AE8AE9 background

This text has white color on #AE8AE9 background.