COLOR #AEA0DA

HEX: #AEA0DA
RGB: (174,160,218)

Color info

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

RGB color model

#AEA0DA color RGB value is (174,160,218).

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

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 218 of 255 = 85%

174
160
218

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 218 = 552 (100%)
R 174 of 552 ~ 31.52%
G 160 of 552 ~ 28.99%
B 218 of 552 ~ 39.49%

%31.52
%28.99
%39.49

CMYK color model

#AEA0DA color CMYK value is (20,27,0,15).

  • cyan value is 20.18%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,27,0,15)
C20M27Y0K15 
(20%,27%,0%,15%)
(0.20/0.27/0.00/0.15)	

CMYK percentages

%20.18
%26.61
%0
%14.51

Codes

Color #AEA0DA in popluar color models

AEA0DA
RGB174160218
HSL254°43.94%74.12%
HSB/HSV254°26.61%85.49%
CMYK20.18%26.61%0.00%
14.51%

Color #AEA0DA in popluar number systems.

HEXAEA0DA
Decimal174160218
Binary101011101010000011011010
Octal256240332

Shades and tints

Shades of #AEA0DA

#AEA0DA
(174,160,218)
#9F92C7
(159,146,199)
#9084B4
(144,132,180)
#8176A1
(129,118,161)
#72688E
(114,104,142)
#635A7B
(99,90,123)
#544C68
(84,76,104)
#453E55
(69,62,85)
#363042
(54,48,66)
#27222F
(39,34,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #AEA0DA

#AEA0DA
(174,160,218)
#B5A8DD
(181,168,221)
#BCB0E0
(188,176,224)
#C3B8E3
(195,184,227)
#CAC0E6
(202,192,230)
#D1C8E9
(209,200,233)
#D8D0EC
(216,208,236)
#DFD8EF
(223,216,239)
#E6E0F2
(230,224,242)
#EDE8F5
(237,232,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0DA; }

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

This text font color is #AEA0DA.


Background Color

.myBgColor { background-color: #AEA0DA; }

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

This div background color is #AEA0DA.


Border color

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

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

This div border color is #AEA0DA.


Opacity

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

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

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

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

This text has shadow with #AEA0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA0DA on black background.


Color preview on white background

This text has color #AEA0DA on white background.



Black color preview on #AEA0DA background

This text has black color on #AEA0DA background.


White color preview on #AEA0DA background

This text has white color on #AEA0DA background.