COLOR #AA87D3

HEX: #AA87D3 RGB: (170,135,211)

Color info

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

RGB color model

#AA87D3 color RGB value is (170,135,211).

RGB: (170,135,211) (67%, 53%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 135 of 255 = 53%
B 211 of 255 = 83%

170
135
211

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

Portions of RGB colors in percentages

R + G + B = 170 + 135 + 211 = 516 (100%)
R 170 of 516 ~ 32.95%
G 135 of 516 ~ 26.16%
B 211 of 516 ~ 40.89'%

%32.95
%26.16
%40.89

CMYK color model

#AA87D3 color CMYK value is (19,36,0,17).

  • cyan value is 19.43%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (19,36,0,17)
C19M36Y0K17 (19%, 36%, 0%, 17%)
(0.19 / 0.36 / 0.00 / 0.17)

CMYK percentages

%19.43
%36.02
%0
%17.25

Codes

Color #AA87D3 in popluar color models

AA 87 D3
RGB 170 135 211
HSL 268° 46.34% 67.84%
HSB/HSV 268° 36.02% 82.75%
CMYK 19.43% 36.02% 0.00%
17.25%

Color #AA87D3 in popluar number systems.

HEX AA 87 D3
Decimal 170 135 211
Binary 10101010 10000111 11010011
Octal 252 207 323

Shades and tints

Shades of #AA87D3

#AA87D3
(170,135,211)
#9B7BC0
(155,123,192)
#8C6FAD
(140,111,173)
#7D639A
(125,99,154)
#6E5787
(110,87,135)
#5F4B74
(95,75,116)
#503F61
(80,63,97)
#41334E
(65,51,78)
#32273B
(50,39,59)
#231B28
(35,27,40)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA87D3

#AA87D3
(170,135,211)
#B191D7
(177,145,215)
#B89BDB
(184,155,219)
#BFA5DF
(191,165,223)
#C6AFE3
(198,175,227)
#CDB9E7
(205,185,231)
#D4C3EB
(212,195,235)
#DBCDEF
(219,205,239)
#E2D7F3
(226,215,243)
#E9E1F7
(233,225,247)
#F0EBFB
(240,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA87D3; }

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

This text font color is #AA87D3.

Background Color

.myBgColor { background-color: #AA87D3; }

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

This div background color is #AA87D3.

Border color

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

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

This div border color is #AA87D3.

Opacity

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

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

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

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

This text has shadow with #AA87D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA87D3.

Preview

Color preview on black background

This text has color #AA87D3 on black background.


Color preview on white background

This text has color #AA87D3 on white background.


Black color preview on #AA87D3 background

This text has black color on #AA87D3 background.


White color preview on #AA87D3 background

This text has white color on #AA87D3 background.


Related colors

Complementary color

Complementary color for #hex is #55782C.


I love getcolorcode.com

Triadic colors

1 #D3AA87 and #87D3AA with #AA87D3 are triadic colors.

2 #D387AA and #87AAD3 with #AA87D3 are triadic colors.