COLOR #AEA2DA

HEX: #AEA2DA
RGB: (174,162,218)

Color info

#AEA2DA contains red, green and blue colors in about the same proportion. Web safe color of #AEA2DA is #9999CC (or #99C).

RGB color model

#AEA2DA color RGB value is (174,162,218).

  • red value is 174;
  • green value is 162;
  • blue value is 218.
RGB:
(174,162,218)
(68%,64%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 218 of 255 = 85%

174
162
218

R + G + B ~ 72%. #AEA2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 218 = 554 (100%)
R 174 of 554 ~ 31.41%
G 162 of 554 ~ 29.24%
B 218 of 554 ~ 39.35%

%31.41
%29.24
%39.35

CMYK color model

#AEA2DA color CMYK value is (20,26,0,15).

  • cyan value is 20.18%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,26,0,15)
C20M26Y0K15 
(20%,26%,0%,15%)
(0.20/0.26/0.00/0.15)	

CMYK percentages

%20.18
%25.69
%0
%14.51

Codes

Color #AEA2DA in popluar color models

AEA2DA
RGB174162218
HSL253°43.08%74.51%
HSB/HSV253°25.69%85.49%
CMYK20.18%25.69%0.00%
14.51%

Color #AEA2DA in popluar number systems.

HEXAEA2DA
Decimal174162218
Binary101011101010001011011010
Octal256242332

Shades and tints

Shades of #AEA2DA

#AEA2DA
(174,162,218)
#9F94C7
(159,148,199)
#9086B4
(144,134,180)
#8178A1
(129,120,161)
#726A8E
(114,106,142)
#635C7B
(99,92,123)
#544E68
(84,78,104)
#454055
(69,64,85)
#363242
(54,50,66)
#27242F
(39,36,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #AEA2DA

#AEA2DA
(174,162,218)
#B5AADD
(181,170,221)
#BCB2E0
(188,178,224)
#C3BAE3
(195,186,227)
#CAC2E6
(202,194,230)
#D1CAE9
(209,202,233)
#D8D2EC
(216,210,236)
#DFDAEF
(223,218,239)
#E6E2F2
(230,226,242)
#EDEAF5
(237,234,245)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA2DA color. Also use rgb(174,162,218) instead hex code.

Text Font Color

.myTextColor { color: #AEA2DA; }

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

This text font color is #AEA2DA.


Background Color

.myBgColor { background-color: #AEA2DA; }

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

This div background color is #AEA2DA.


Border color

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

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

This div border color is #AEA2DA.


Opacity

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

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

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

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

This text has shadow with #AEA2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA2DA on black background.


Color preview on white background

This text has color #AEA2DA on white background.



Black color preview on #AEA2DA background

This text has black color on #AEA2DA background.


White color preview on #AEA2DA background

This text has white color on #AEA2DA background.