COLOR #AE73D9

HEX: #AE73D9
RGB: (174,115,217)

Color info

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

RGB color model

#AE73D9 color RGB value is (174,115,217).

  • red value is 174;
  • green value is 115;
  • blue value is 217.
RGB:
(174,115,217)
(68%,45%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 115 of 255 = 45%
B 217 of 255 = 85%

174
115
217

R + G + B ~ 66%. #AE73D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 115 + 217 = 506 (100%)
R 174 of 506 ~ 34.39%
G 115 of 506 ~ 22.73%
B 217 of 506 ~ 42.89%

%34.39
%22.73
%42.89

CMYK color model

#AE73D9 color CMYK value is (20,47,0,15).

  • cyan value is 19.82%
  • magenta value is 47.00%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(20,47,0,15)
C20M47Y0K15 
(20%,47%,0%,15%)
(0.20/0.47/0.00/0.15)	

CMYK percentages

%19.82
%47
%0
%14.9

Codes

Color #AE73D9 in popluar color models

AE73D9
RGB174115217
HSL275°57.30%65.10%
HSB/HSV275°47.00%85.10%
CMYK19.82%47.00%0.00%
14.90%

Color #AE73D9 in popluar number systems.

HEXAE73D9
Decimal174115217
Binary10101110111001111011001
Octal256163331

Shades and tints

Shades of #AE73D9

#AE73D9
(174,115,217)
#9F69C6
(159,105,198)
#905FB3
(144,95,179)
#8155A0
(129,85,160)
#724B8D
(114,75,141)
#63417A
(99,65,122)
#543767
(84,55,103)
#452D54
(69,45,84)
#362341
(54,35,65)
#27192E
(39,25,46)
#180F1B
(24,15,27)
#000000
(0,0,0)

Tints of #AE73D9

#AE73D9
(174,115,217)
#B57FDC
(181,127,220)
#BC8BDF
(188,139,223)
#C397E2
(195,151,226)
#CAA3E5
(202,163,229)
#D1AFE8
(209,175,232)
#D8BBEB
(216,187,235)
#DFC7EE
(223,199,238)
#E6D3F1
(230,211,241)
#EDDFF4
(237,223,244)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE73D9 color. Also use rgb(174,115,217) instead hex code.

Text Font Color

.myTextColor { color: #AE73D9; }

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

This text font color is #AE73D9.


Background Color

.myBgColor { background-color: #AE73D9; }

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

This div background color is #AE73D9.


Border color

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

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

This div border color is #AE73D9.


Opacity

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

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

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

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

This text has shadow with #AE73D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE73D9 on black background.


Color preview on white background

This text has color #AE73D9 on white background.



Black color preview on #AE73D9 background

This text has black color on #AE73D9 background.


White color preview on #AE73D9 background

This text has white color on #AE73D9 background.