COLOR #AE77E4

HEX: #AE77E4
RGB: (174,119,228)

Color info

#AE77E4 contains mainly red and blue colors. Web safe color of #AE77E4 is #9966CC (or #96C).

RGB color model

#AE77E4 color RGB value is (174,119,228).

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

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 228 of 255 = 89%

174
119
228

R + G + B ~ 68%. #AE77E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 228 = 521 (100%)
R 174 of 521 ~ 33.4%
G 119 of 521 ~ 22.84%
B 228 of 521 ~ 43.76%

%33.4
%22.84
%43.76

CMYK color model

#AE77E4 color CMYK value is (24,48,0,11).

  • cyan value is 23.68%
  • magenta value is 47.81%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (24,48,0,11) C24M48Y0K11 (24%,48%,0%,11%) (0.24/0.48/0.00/0.11)

CMYK percentages

%23.68
%47.81
%0
%10.59

Codes

Color #AE77E4 in popluar color models

AE77E4
RGB174119228
HSL270°66.87%68.04%
HSB/HSV270°47.81%89.41%
CMYK23.68%47.81%0.00%
10.59%

Color #AE77E4 in popluar number systems.

HEXAE77E4
Decimal174119228
Binary10101110111011111100100
Octal256167344

Shades and tints

Shades of #AE77E4

#AE77E4
(174,119,228)
#9F6DD0
(159,109,208)
#9063BC
(144,99,188)
#8159A8
(129,89,168)
#724F94
(114,79,148)
#634580
(99,69,128)
#543B6C
(84,59,108)
#453158
(69,49,88)
#362744
(54,39,68)
#271D30
(39,29,48)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #AE77E4

#AE77E4
(174,119,228)
#B583E6
(181,131,230)
#BC8FE8
(188,143,232)
#C39BEA
(195,155,234)
#CAA7EC
(202,167,236)
#D1B3EE
(209,179,238)
#D8BFF0
(216,191,240)
#DFCBF2
(223,203,242)
#E6D7F4
(230,215,244)
#EDE3F6
(237,227,246)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE77E4; }

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

This text font color is #AE77E4.


Background Color

.myBgColor { background-color: #AE77E4; }

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

This div background color is #AE77E4.


Border color

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

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

This div border color is #AE77E4.


Opacity

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

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

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

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

This text has shadow with #AE77E4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AE77E4 on black background.


Color preview on white background

This text has color #AE77E4 on white background.



Black color preview on #AE77E4 background

This text has black color on #AE77E4 background.


White color preview on #AE77E4 background

This text has white color on #AE77E4 background.