COLOR #AE49DD

HEX: #AE49DD
RGB: (174,73,221)

Color info

#AE49DD contains mainly red and blue colors. Web safe color of #AE49DD is #9933CC (or #93C).

RGB color model

#AE49DD color RGB value is (174,73,221).

  • red value is 174;
  • green value is 73;
  • blue value is 221.
RGB:
(174,73,221)
(68%,29%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 73 of 255 = 29%
B 221 of 255 = 87%

174
73
221

R + G + B ~ 61%. #AE49DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 73 + 221 = 468 (100%)
R 174 of 468 ~ 37.18%
G 73 of 468 ~ 15.6%
B 221 of 468 ~ 47.22%

%37.18
%15.6
%47.22

CMYK color model

#AE49DD color CMYK value is (21,67,0,13).

  • cyan value is 21.27%
  • magenta value is 66.97%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,67,0,13)
C21M67Y0K13 
(21%,67%,0%,13%)
(0.21/0.67/0.00/0.13)	

CMYK percentages

%21.27
%66.97
%0
%13.33

Codes

Color #AE49DD in popluar color models

AE49DD
RGB17473221
HSL281°68.52%57.65%
HSB/HSV281°66.97%86.67%
CMYK21.27%66.97%0.00%
13.33%

Color #AE49DD in popluar number systems.

HEXAE49DD
Decimal17473221
Binary10101110100100111011101
Octal256111335

Shades and tints

Shades of #AE49DD

#AE49DD
(174,73,221)
#9F43C9
(159,67,201)
#903DB5
(144,61,181)
#8137A1
(129,55,161)
#72318D
(114,49,141)
#632B79
(99,43,121)
#542565
(84,37,101)
#451F51
(69,31,81)
#36193D
(54,25,61)
#271329
(39,19,41)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #AE49DD

#AE49DD
(174,73,221)
#B559E0
(181,89,224)
#BC69E3
(188,105,227)
#C379E6
(195,121,230)
#CA89E9
(202,137,233)
#D199EC
(209,153,236)
#D8A9EF
(216,169,239)
#DFB9F2
(223,185,242)
#E6C9F5
(230,201,245)
#EDD9F8
(237,217,248)
#F4E9FB
(244,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE49DD color. Also use rgb(174,73,221) instead hex code.

Text Font Color

.myTextColor { color: #AE49DD; }

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

This text font color is #AE49DD.


Background Color

.myBgColor { background-color: #AE49DD; }

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

This div background color is #AE49DD.


Border color

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

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

This div border color is #AE49DD.


Opacity

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

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

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

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

This text has shadow with #AE49DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE49DD on black background.


Color preview on white background

This text has color #AE49DD on white background.



Black color preview on #AE49DD background

This text has black color on #AE49DD background.


White color preview on #AE49DD background

This text has white color on #AE49DD background.