COLOR #AAA0DD

HEX: #AAA0DD RGB: (170,160,221)

Color info

#AAA0DD contains mainly red and blue colors. Web safe color of #AAA0DD is #9999CC (or #99C).

RGB color model

#AAA0DD color RGB value is (170,160,221).

RGB: (170,160,221) (67%, 63%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 221 of 255 = 87%

170
160
221

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

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 221 = 551 (100%)
R 170 of 551 ~ 30.85%
G 160 of 551 ~ 29.04%
B 221 of 551 ~ 40.11'%

%30.85
%29.04
%40.11

CMYK color model

#AAA0DD color CMYK value is (23,28,0,13).

  • cyan value is 23.08%
  • magenta value is 27.60%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,28,0,13)
C23M28Y0K13 (23%, 28%, 0%, 13%)
(0.23 / 0.28 / 0.00 / 0.13)

CMYK percentages

%23.08
%27.6
%0
%13.33

Codes

Color #AAA0DD in popluar color models

AA A0 DD
RGB 170 160 221
HSL 250° 47.29% 74.71%
HSB/HSV 250° 27.60% 86.67%
CMYK 23.08% 27.60% 0.00%
13.33%

Color #AAA0DD in popluar number systems.

HEX AA A0 DD
Decimal 170 160 221
Binary 10101010 10100000 11011101
Octal 252 240 335

Shades and tints

Shades of #AAA0DD

#AAA0DD
(170,160,221)
#9B92C9
(155,146,201)
#8C84B5
(140,132,181)
#7D76A1
(125,118,161)
#6E688D
(110,104,141)
#5F5A79
(95,90,121)
#504C65
(80,76,101)
#413E51
(65,62,81)
#32303D
(50,48,61)
#232229
(35,34,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAA0DD

#AAA0DD
(170,160,221)
#B1A8E0
(177,168,224)
#B8B0E3
(184,176,227)
#BFB8E6
(191,184,230)
#C6C0E9
(198,192,233)
#CDC8EC
(205,200,236)
#D4D0EF
(212,208,239)
#DBD8F2
(219,216,242)
#E2E0F5
(226,224,245)
#E9E8F8
(233,232,248)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA0DD color. Also use rgb(170,160,221) instead hex code.

Text Font Color

.myTextColor { color: #AAA0DD; }

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

This text font color is #AAA0DD.

Background Color

.myBgColor { background-color: #AAA0DD; }

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

This div background color is #AAA0DD.

Border color

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

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

This div border color is #AAA0DD.

Opacity

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

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

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

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

This text has shadow with #AAA0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA0DD.

Preview

Color preview on black background

This text has color #AAA0DD on black background.


Color preview on white background

This text has color #AAA0DD on white background.


Black color preview on #AAA0DD background

This text has black color on #AAA0DD background.


White color preview on #AAA0DD background

This text has white color on #AAA0DD background.


Related colors

Complementary color

Complementary color for #hex is #555F22.


I love getcolorcode.com

Triadic colors

1 #DDAAA0 and #A0DDAA with #AAA0DD are triadic colors.

2 #DDA0AA and #A0AADD with #AAA0DD are triadic colors.