COLOR #AE97E4

HEX: #AE97E4
RGB: (174,151,228)

Color info

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

RGB color model

#AE97E4 color RGB value is (174,151,228).

  • red value is 174;
  • green value is 151;
  • blue value is 228.
RGB:
(174,151,228)
(68%,59%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 228 of 255 = 89%

174
151
228

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 228 = 553 (100%)
R 174 of 553 ~ 31.46%
G 151 of 553 ~ 27.31%
B 228 of 553 ~ 41.23%

%31.46
%27.31
%41.23

CMYK color model

#AE97E4 color CMYK value is (24,34,0,11).

  • cyan value is 23.68%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,34,0,11)
C24M34Y0K11 
(24%,34%,0%,11%)
(0.24/0.34/0.00/0.11)	

CMYK percentages

%23.68
%33.77
%0
%10.59

Codes

Color #AE97E4 in popluar color models

AE97E4
RGB174151228
HSL258°58.78%74.31%
HSB/HSV258°33.77%89.41%
CMYK23.68%33.77%0.00%
10.59%

Color #AE97E4 in popluar number systems.

HEXAE97E4
Decimal174151228
Binary101011101001011111100100
Octal256227344

Shades and tints

Shades of #AE97E4

#AE97E4
(174,151,228)
#9F8AD0
(159,138,208)
#907DBC
(144,125,188)
#8170A8
(129,112,168)
#726394
(114,99,148)
#635680
(99,86,128)
#54496C
(84,73,108)
#453C58
(69,60,88)
#362F44
(54,47,68)
#272230
(39,34,48)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #AE97E4

#AE97E4
(174,151,228)
#B5A0E6
(181,160,230)
#BCA9E8
(188,169,232)
#C3B2EA
(195,178,234)
#CABBEC
(202,187,236)
#D1C4EE
(209,196,238)
#D8CDF0
(216,205,240)
#DFD6F2
(223,214,242)
#E6DFF4
(230,223,244)
#EDE8F6
(237,232,246)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE97E4 color. Also use rgb(174,151,228) instead hex code.

Text Font Color

.myTextColor { color: #AE97E4; }

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

This text font color is #AE97E4.


Background Color

.myBgColor { background-color: #AE97E4; }

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

This div background color is #AE97E4.


Border color

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

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

This div border color is #AE97E4.


Opacity

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

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

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

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

This text has shadow with #AE97E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE97E4 on black background.


Color preview on white background

This text has color #AE97E4 on white background.



Black color preview on #AE97E4 background

This text has black color on #AE97E4 background.


White color preview on #AE97E4 background

This text has white color on #AE97E4 background.