COLOR #AE79E3

HEX: #AE79E3
RGB: (174,121,227)

Color info

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

RGB color model

#AE79E3 color RGB value is (174,121,227).

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

RGB channels and saturation

R 174 of 255 = 68%
G 121 of 255 = 47%
B 227 of 255 = 89%

174
121
227

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

Portions of RGB colors in percentages

R + G + B =
174 + 121 + 227 = 522 (100%)
R 174 of 522 ~ 33.33%
G 121 of 522 ~ 23.18%
B 227 of 522 ~ 43.49%

%33.33
%23.18
%43.49

CMYK color model

#AE79E3 color CMYK value is (23,47,0,11).

  • cyan value is 23.35%
  • magenta value is 46.70%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,47,0,11)
C23M47Y0K11 
(23%,47%,0%,11%)
(0.23/0.47/0.00/0.11)	

CMYK percentages

%23.35
%46.7
%0
%10.98

Codes

Color #AE79E3 in popluar color models

AE79E3
RGB174121227
HSL270°65.43%68.24%
HSB/HSV270°46.70%89.02%
CMYK23.35%46.70%0.00%
10.98%

Color #AE79E3 in popluar number systems.

HEXAE79E3
Decimal174121227
Binary10101110111100111100011
Octal256171343

Shades and tints

Shades of #AE79E3

#AE79E3
(174,121,227)
#9F6ECF
(159,110,207)
#9063BB
(144,99,187)
#8158A7
(129,88,167)
#724D93
(114,77,147)
#63427F
(99,66,127)
#54376B
(84,55,107)
#452C57
(69,44,87)
#362143
(54,33,67)
#27162F
(39,22,47)
#180B1B
(24,11,27)
#000000
(0,0,0)

Tints of #AE79E3

#AE79E3
(174,121,227)
#B585E5
(181,133,229)
#BC91E7
(188,145,231)
#C39DE9
(195,157,233)
#CAA9EB
(202,169,235)
#D1B5ED
(209,181,237)
#D8C1EF
(216,193,239)
#DFCDF1
(223,205,241)
#E6D9F3
(230,217,243)
#EDE5F5
(237,229,245)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE79E3 color. Also use rgb(174,121,227) instead hex code.

Text Font Color

.myTextColor { color: #AE79E3; }

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

This text font color is #AE79E3.


Background Color

.myBgColor { background-color: #AE79E3; }

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

This div background color is #AE79E3.


Border color

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

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

This div border color is #AE79E3.


Opacity

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

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

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

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

This text has shadow with #AE79E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE79E3 on black background.


Color preview on white background

This text has color #AE79E3 on white background.



Black color preview on #AE79E3 background

This text has black color on #AE79E3 background.


White color preview on #AE79E3 background

This text has white color on #AE79E3 background.