COLOR #AEA0DB

HEX: #AEA0DB RGB: (174,160,219)

Color info

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

RGB color model

#AEA0DB color RGB value is (174,160,219).

RGB: (174,160,219) (68%, 63%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 219 of 255 = 86%

174
160
219

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 219 = 553 (100%)
R 174 of 553 ~ 31.46%
G 160 of 553 ~ 28.93%
B 219 of 553 ~ 39.6'%

%31.46
%28.93
%39.6

CMYK color model

#AEA0DB color CMYK value is (21,27,0,14).

  • cyan value is 20.55%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (21,27,0,14) C21M27Y0K14 (21%,27%,0%,14%) (0.21/0.27/0.00/0.14) 

CMYK percentages

%20.55
%26.94
%0
%14.12

Codes

Color #AEA0DB in popluar color models

AE A0 DB
RGB 174 160 219
HSL 254° 45.04% 74.31%
HSB/HSV 254° 26.94% 85.88%
CMYK 20.55% 26.94% 0.00%
14.12%

Color #AEA0DB in popluar number systems.

HEX AE A0 DB
Decimal 174 160 219
Binary 10101110 10100000 11011011
Octal 256 240 333

Shades and tints

Shades of #AEA0DB

#AEA0DB
(174,160,219)
#9F92C8
(159,146,200)
#9084B5
(144,132,181)
#8176A2
(129,118,162)
#72688F
(114,104,143)
#635A7C
(99,90,124)
#544C69
(84,76,105)
#453E56
(69,62,86)
#363043
(54,48,67)
#272230
(39,34,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #AEA0DB

#AEA0DB
(174,160,219)
#B5A8DE
(181,168,222)
#BCB0E1
(188,176,225)
#C3B8E4
(195,184,228)
#CAC0E7
(202,192,231)
#D1C8EA
(209,200,234)
#D8D0ED
(216,208,237)
#DFD8F0
(223,216,240)
#E6E0F3
(230,224,243)
#EDE8F6
(237,232,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0DB; }

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

This text font color is #AEA0DB.

Background Color

.myBgColor { background-color: #AEA0DB; }

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

This div background color is #AEA0DB.

Border color

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

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

This div border color is #AEA0DB.

Opacity

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

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

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

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

This text has shadow with #AEA0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0DB.

Preview

Color preview on black background

This text has color #AEA0DB on black background.


Color preview on white background

This text has color #AEA0DB on white background.


Black color preview on #AEA0DB background

This text has black color on #AEA0DB background.


White color preview on #AEA0DB background

This text has white color on #AEA0DB background.


Related colors

Complementary color

Complementary color for #hex is #515F24.


I love getcolorcode.com

Triadic colors

1 #DBAEA0 and #A0DBAE with #AEA0DB are triadic colors.

2 #DBA0AE and #A0AEDB with #AEA0DB are triadic colors.