COLOR #AE77F8

HEX: #AE77F8
RGB: (174,119,248)

Color info

#AE77F8 contains mainly blue color. Web safe color of #AE77F8 is #9966FF (or #96F).

RGB color model

#AE77F8 color RGB value is (174,119,248).

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

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 248 of 255 = 97%

174
119
248

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

Portions of RGB colors in percentages

R + G + B =
174 + 119 + 248 = 541 (100%)
R 174 of 541 ~ 32.16%
G 119 of 541 ~ 22%
B 248 of 541 ~ 45.84%

%32.16
%22
%45.84

CMYK color model

#AE77F8 color CMYK value is (30,52,0,3).

  • cyan value is 29.84%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(30,52,0,3)
C30M52Y0K3 
(30%,52%,0%,3%)
(0.30/0.52/0.00/0.03)	

CMYK percentages

%29.84
%52.02
%0
%2.75

Codes

Color #AE77F8 in popluar color models

AE77F8
RGB174119248
HSL266°90.21%71.96%
HSB/HSV266°52.02%97.25%
CMYK29.84%52.02%0.00%
2.75%

Color #AE77F8 in popluar number systems.

HEXAE77F8
Decimal174119248
Binary10101110111011111111000
Octal256167370

Shades and tints

Shades of #AE77F8

#AE77F8
(174,119,248)
#9F6DE2
(159,109,226)
#9063CC
(144,99,204)
#8159B6
(129,89,182)
#724FA0
(114,79,160)
#63458A
(99,69,138)
#543B74
(84,59,116)
#45315E
(69,49,94)
#362748
(54,39,72)
#271D32
(39,29,50)
#18131C
(24,19,28)
#000000
(0,0,0)

Tints of #AE77F8

#AE77F8
(174,119,248)
#B583F8
(181,131,248)
#BC8FF8
(188,143,248)
#C39BF8
(195,155,248)
#CAA7F8
(202,167,248)
#D1B3F8
(209,179,248)
#D8BFF8
(216,191,248)
#DFCBF8
(223,203,248)
#E6D7F8
(230,215,248)
#EDE3F8
(237,227,248)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE77F8; }

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

This text font color is #AE77F8.


Background Color

.myBgColor { background-color: #AE77F8; }

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

This div background color is #AE77F8.


Border color

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

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

This div border color is #AE77F8.


Opacity

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

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

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

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

This text has shadow with #AE77F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE77F8 on black background.


Color preview on white background

This text has color #AE77F8 on white background.



Black color preview on #AE77F8 background

This text has black color on #AE77F8 background.


White color preview on #AE77F8 background

This text has white color on #AE77F8 background.