COLOR #AA87DA

HEX: #AA87DA RGB: (170,135,218)

Color info

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

RGB color model

#AA87DA color RGB value is (170,135,218).

RGB: (170,135,218) (67%, 53%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 218 of 255 = 85%

170
135
218

R + G + B ~ 68%. #AA87DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 218 = 523 (100%)
R 170 of 523 ~ 32.5%
G 135 of 523 ~ 25.81%
B 218 of 523 ~ 41.68'%

%32.5
%25.81
%41.68

CMYK color model

#AA87DA color CMYK value is (22,38,0,15).

  • cyan value is 22.02%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,38,0,15)
C22M38Y0K15 (22%, 38%, 0%, 15%)
(0.22 / 0.38 / 0.00 / 0.15)

CMYK percentages

%22.02
%38.07
%0
%14.51

Codes

Color #AA87DA in popluar color models

AA 87 DA
RGB 170 135 218
HSL 265° 52.87% 69.22%
HSB/HSV 265° 38.07% 85.49%
CMYK 22.02% 38.07% 0.00%
14.51%

Color #AA87DA in popluar number systems.

HEX AA 87 DA
Decimal 170 135 218
Binary 10101010 10000111 11011010
Octal 252 207 332

Shades and tints

Shades of #AA87DA

#AA87DA
(170,135,218)
#9B7BC7
(155,123,199)
#8C6FB4
(140,111,180)
#7D63A1
(125,99,161)
#6E578E
(110,87,142)
#5F4B7B
(95,75,123)
#503F68
(80,63,104)
#413355
(65,51,85)
#322742
(50,39,66)
#231B2F
(35,27,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #AA87DA

#AA87DA
(170,135,218)
#B191DD
(177,145,221)
#B89BE0
(184,155,224)
#BFA5E3
(191,165,227)
#C6AFE6
(198,175,230)
#CDB9E9
(205,185,233)
#D4C3EC
(212,195,236)
#DBCDEF
(219,205,239)
#E2D7F2
(226,215,242)
#E9E1F5
(233,225,245)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA87DA color. Also use rgb(170,135,218) instead hex code.

Text Font Color

.myTextColor { color: #AA87DA; }

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

This text font color is #AA87DA.

Background Color

.myBgColor { background-color: #AA87DA; }

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

This div background color is #AA87DA.

Border color

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

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

This div border color is #AA87DA.

Opacity

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

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

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

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

This text has shadow with #AA87DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA87DA.

Preview

Color preview on black background

This text has color #AA87DA on black background.


Color preview on white background

This text has color #AA87DA on white background.


Black color preview on #AA87DA background

This text has black color on #AA87DA background.


White color preview on #AA87DA background

This text has white color on #AA87DA background.


Related colors

Complementary color

Complementary color for #hex is #557825.


I love getcolorcode.com

Triadic colors

1 #DAAA87 and #87DAAA with #AA87DA are triadic colors.

2 #DA87AA and #87AADA with #AA87DA are triadic colors.