COLOR #AA8CD7

HEX: #AA8CD7 RGB: (170,140,215)

Color info

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

RGB color model

#AA8CD7 color RGB value is (170,140,215).

RGB: (170,140,215) (67%, 55%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 140 of 255 = 55%
B 215 of 255 = 84%

170
140
215

R + G + B ~ 69%. #AA8CD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 140 + 215 = 525 (100%)
R 170 of 525 ~ 32.38%
G 140 of 525 ~ 26.67%
B 215 of 525 ~ 40.95'%

%32.38
%26.67
%40.95

CMYK color model

#AA8CD7 color CMYK value is (21,35,0,16).

  • cyan value is 20.93%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (21,35,0,16) C21M35Y0K16 (21%,35%,0%,16%) (0.21/0.35/0.00/0.16) 

CMYK percentages

%20.93
%34.88
%0
%15.69

Codes

Color #AA8CD7 in popluar color models

AA 8C D7
RGB 170 140 215
HSL 264° 48.39% 69.61%
HSB/HSV 264° 34.88% 84.31%
CMYK 20.93% 34.88% 0.00%
15.69%

Color #AA8CD7 in popluar number systems.

HEX AA 8C D7
Decimal 170 140 215
Binary 10101010 10001100 11010111
Octal 252 214 327

Shades and tints

Shades of #AA8CD7

#AA8CD7
(170,140,215)
#9B80C4
(155,128,196)
#8C74B1
(140,116,177)
#7D689E
(125,104,158)
#6E5C8B
(110,92,139)
#5F5078
(95,80,120)
#504465
(80,68,101)
#413852
(65,56,82)
#322C3F
(50,44,63)
#23202C
(35,32,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AA8CD7

#AA8CD7
(170,140,215)
#B196DA
(177,150,218)
#B8A0DD
(184,160,221)
#BFAAE0
(191,170,224)
#C6B4E3
(198,180,227)
#CDBEE6
(205,190,230)
#D4C8E9
(212,200,233)
#DBD2EC
(219,210,236)
#E2DCEF
(226,220,239)
#E9E6F2
(233,230,242)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8CD7 color. Also use rgb(170,140,215) instead hex code.

Text Font Color

.myTextColor { color: #AA8CD7; }

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

This text font color is #AA8CD7.

Background Color

.myBgColor { background-color: #AA8CD7; }

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

This div background color is #AA8CD7.

Border color

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

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

This div border color is #AA8CD7.

Opacity

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

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

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

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

This text has shadow with #AA8CD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8CD7.

Preview

Color preview on black background

This text has color #AA8CD7 on black background.


Color preview on white background

This text has color #AA8CD7 on white background.


Black color preview on #AA8CD7 background

This text has black color on #AA8CD7 background.


White color preview on #AA8CD7 background

This text has white color on #AA8CD7 background.


Related colors

Complementary color

Complementary color for #hex is #557328.


I love getcolorcode.com

Triadic colors

1 #D7AA8C and #8CD7AA with #AA8CD7 are triadic colors.

2 #D78CAA and #8CAAD7 with #AA8CD7 are triadic colors.