COLOR #A87FB5

HEX: #A87FB5 RGB: (168,127,181)

Color info

#A87FB5 contains red, green and blue colors in about the same proportion. Web safe color of #A87FB5 is #9966CC (or #96C).

RGB color model

#A87FB5 color RGB value is (168,127,181).

RGB: (168,127,181) (66%, 50%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 181 of 255 = 71%

168
127
181

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 181 = 476 (100%)
R 168 of 476 ~ 35.29%
G 127 of 476 ~ 26.68%
B 181 of 476 ~ 38.03'%

%35.29
%26.68
%38.03

CMYK color model

#A87FB5 color CMYK value is (7,30,0,29).

  • cyan value is 7.18%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,30,0,29)
C7M30Y0K29 (7%, 30%, 0%, 29%)
(0.07 / 0.30 / 0.00 / 0.29)

CMYK percentages

%7.18
%29.83
%0
%29.02

Codes

Color #A87FB5 in popluar color models

A8 7F B5
RGB 168 127 181
HSL 286° 26.73% 60.39%
HSB/HSV 286° 29.83% 70.98%
CMYK 7.18% 29.83% 0.00%
29.02%

Color #A87FB5 in popluar number systems.

HEX A8 7F B5
Decimal 168 127 181
Binary 10101000 1111111 10110101
Octal 250 177 265

Shades and tints

Shades of #A87FB5

#A87FB5
(168,127,181)
#9974A5
(153,116,165)
#8A6995
(138,105,149)
#7B5E85
(123,94,133)
#6C5375
(108,83,117)
#5D4865
(93,72,101)
#4E3D55
(78,61,85)
#3F3245
(63,50,69)
#302735
(48,39,53)
#211C25
(33,28,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A87FB5

#A87FB5
(168,127,181)
#AF8ABB
(175,138,187)
#B695C1
(182,149,193)
#BDA0C7
(189,160,199)
#C4ABCD
(196,171,205)
#CBB6D3
(203,182,211)
#D2C1D9
(210,193,217)
#D9CCDF
(217,204,223)
#E0D7E5
(224,215,229)
#E7E2EB
(231,226,235)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87FB5 color. Also use rgb(168,127,181) instead hex code.

Text Font Color

.myTextColor { color: #A87FB5; }

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

This text font color is #A87FB5.

Background Color

.myBgColor { background-color: #A87FB5; }

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

This div background color is #A87FB5.

Border color

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

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

This div border color is #A87FB5.

Opacity

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

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

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

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

This text has shadow with #A87FB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87FB5.

Preview

Color preview on black background

This text has color #A87FB5 on black background.


Color preview on white background

This text has color #A87FB5 on white background.


Black color preview on #A87FB5 background

This text has black color on #A87FB5 background.


White color preview on #A87FB5 background

This text has white color on #A87FB5 background.


Related colors

Complementary color

Complementary color for #hex is #57804A.


I love getcolorcode.com

Triadic colors

1 #B5A87F and #7FB5A8 with #A87FB5 are triadic colors.

2 #B57FA8 and #7FA8B5 with #A87FB5 are triadic colors.