COLOR #AE98E5

HEX: #AE98E5
RGB: (174,152,229)

Color info

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

RGB color model

#AE98E5 color RGB value is (174,152,229).

  • red value is 174;
  • green value is 152;
  • blue value is 229.
RGB:
(174,152,229)
(68%,60%,90%)

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 229 of 255 = 90%

174
152
229

R + G + B ~ 73%. #AE98E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 229 = 555 (100%)
R 174 of 555 ~ 31.35%
G 152 of 555 ~ 27.39%
B 229 of 555 ~ 41.26%

%31.35
%27.39
%41.26

CMYK color model

#AE98E5 color CMYK value is (24,34,0,10).

  • cyan value is 24.02%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,34,0,10)
C24M34Y0K10 
(24%,34%,0%,10%)
(0.24/0.34/0.00/0.10)	

CMYK percentages

%24.02
%33.62
%0
%10.2

Codes

Color #AE98E5 in popluar color models

AE98E5
RGB174152229
HSL257°59.69%74.71%
HSB/HSV257°33.62%89.80%
CMYK24.02%33.62%0.00%
10.20%

Color #AE98E5 in popluar number systems.

HEXAE98E5
Decimal174152229
Binary101011101001100011100101
Octal256230345

Shades and tints

Shades of #AE98E5

#AE98E5
(174,152,229)
#9F8BD1
(159,139,209)
#907EBD
(144,126,189)
#8171A9
(129,113,169)
#726495
(114,100,149)
#635781
(99,87,129)
#544A6D
(84,74,109)
#453D59
(69,61,89)
#363045
(54,48,69)
#272331
(39,35,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #AE98E5

#AE98E5
(174,152,229)
#B5A1E7
(181,161,231)
#BCAAE9
(188,170,233)
#C3B3EB
(195,179,235)
#CABCED
(202,188,237)
#D1C5EF
(209,197,239)
#D8CEF1
(216,206,241)
#DFD7F3
(223,215,243)
#E6E0F5
(230,224,245)
#EDE9F7
(237,233,247)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE98E5 color. Also use rgb(174,152,229) instead hex code.

Text Font Color

.myTextColor { color: #AE98E5; }

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

This text font color is #AE98E5.


Background Color

.myBgColor { background-color: #AE98E5; }

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

This div background color is #AE98E5.


Border color

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

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

This div border color is #AE98E5.


Opacity

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

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

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

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

This text has shadow with #AE98E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE98E5 on black background.


Color preview on white background

This text has color #AE98E5 on white background.



Black color preview on #AE98E5 background

This text has black color on #AE98E5 background.


White color preview on #AE98E5 background

This text has white color on #AE98E5 background.