COLOR #A887AD

HEX: #A887AD RGB: (168,135,173)

Color info

#A887AD contains red, green and blue colors in about the same proportion. Web safe color of #A887AD is #999999 (or #999).

RGB color model

#A887AD color RGB value is (168,135,173).

RGB: (168,135,173) (66%, 53%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 173 of 255 = 68%

168
135
173

R + G + B ~ 62%. #A887AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 173 = 476 (100%)
R 168 of 476 ~ 35.29%
G 135 of 476 ~ 28.36%
B 173 of 476 ~ 36.34'%

%35.29
%28.36
%36.34

CMYK color model

#A887AD color CMYK value is (3,22,0,32).

  • cyan value is 2.89%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,22,0,32)
C3M22Y0K32 (3%, 22%, 0%, 32%)
(0.03 / 0.22 / 0.00 / 0.32)

CMYK percentages

%2.89
%21.97
%0
%32.16

Codes

Color #A887AD in popluar color models

A8 87 AD
RGB 168 135 173
HSL 292° 18.81% 60.39%
HSB/HSV 292° 21.97% 67.84%
CMYK 2.89% 21.97% 0.00%
32.16%

Color #A887AD in popluar number systems.

HEX A8 87 AD
Decimal 168 135 173
Binary 10101000 10000111 10101101
Octal 250 207 255

Shades and tints

Shades of #A887AD

#A887AD
(168,135,173)
#997B9E
(153,123,158)
#8A6F8F
(138,111,143)
#7B6380
(123,99,128)
#6C5771
(108,87,113)
#5D4B62
(93,75,98)
#4E3F53
(78,63,83)
#3F3344
(63,51,68)
#302735
(48,39,53)
#211B26
(33,27,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A887AD

#A887AD
(168,135,173)
#AF91B4
(175,145,180)
#B69BBB
(182,155,187)
#BDA5C2
(189,165,194)
#C4AFC9
(196,175,201)
#CBB9D0
(203,185,208)
#D2C3D7
(210,195,215)
#D9CDDE
(217,205,222)
#E0D7E5
(224,215,229)
#E7E1EC
(231,225,236)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A887AD color. Also use rgb(168,135,173) instead hex code.

Text Font Color

.myTextColor { color: #A887AD; }

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

This text font color is #A887AD.

Background Color

.myBgColor { background-color: #A887AD; }

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

This div background color is #A887AD.

Border color

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

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

This div border color is #A887AD.

Opacity

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

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

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

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

This text has shadow with #A887AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A887AD.

Preview

Color preview on black background

This text has color #A887AD on black background.


Color preview on white background

This text has color #A887AD on white background.


Black color preview on #A887AD background

This text has black color on #A887AD background.


White color preview on #A887AD background

This text has white color on #A887AD background.


Related colors

Complementary color

Complementary color for #hex is #577852.


I love getcolorcode.com

Triadic colors

1 #ADA887 and #87ADA8 with #A887AD are triadic colors.

2 #AD87A8 and #87A8AD with #A887AD are triadic colors.