COLOR #A87FBF

HEX: #A87FBF RGB: (168,127,191)

Color info

#A87FBF contains mainly red and blue colors. Web safe color of #A87FBF is #9966CC (or #96C).

RGB color model

#A87FBF color RGB value is (168,127,191).

RGB: (168,127,191) (66%, 50%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 191 of 255 = 75%

168
127
191

R + G + B ~ 64%. #A87FBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 191 = 486 (100%)
R 168 of 486 ~ 34.57%
G 127 of 486 ~ 26.13%
B 191 of 486 ~ 39.3'%

%34.57
%26.13
%39.3

CMYK color model

#A87FBF color CMYK value is (12,34,0,25).

  • cyan value is 12.04%
  • magenta value is 33.51%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (12,34,0,25)
C12M34Y0K25 (12%, 34%, 0%, 25%)
(0.12 / 0.34 / 0.00 / 0.25)

CMYK percentages

%12.04
%33.51
%0
%25.1

Codes

Color #A87FBF in popluar color models

A8 7F BF
RGB 168 127 191
HSL 278° 33.33% 62.35%
HSB/HSV 278° 33.51% 74.90%
CMYK 12.04% 33.51% 0.00%
25.10%

Color #A87FBF in popluar number systems.

HEX A8 7F BF
Decimal 168 127 191
Binary 10101000 1111111 10111111
Octal 250 177 277

Shades and tints

Shades of #A87FBF

#A87FBF
(168,127,191)
#9974AE
(153,116,174)
#8A699D
(138,105,157)
#7B5E8C
(123,94,140)
#6C537B
(108,83,123)
#5D486A
(93,72,106)
#4E3D59
(78,61,89)
#3F3248
(63,50,72)
#302737
(48,39,55)
#211C26
(33,28,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A87FBF

#A87FBF
(168,127,191)
#AF8AC4
(175,138,196)
#B695C9
(182,149,201)
#BDA0CE
(189,160,206)
#C4ABD3
(196,171,211)
#CBB6D8
(203,182,216)
#D2C1DD
(210,193,221)
#D9CCE2
(217,204,226)
#E0D7E7
(224,215,231)
#E7E2EC
(231,226,236)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87FBF; }

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

This text font color is #A87FBF.

Background Color

.myBgColor { background-color: #A87FBF; }

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

This div background color is #A87FBF.

Border color

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

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

This div border color is #A87FBF.

Opacity

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

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

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

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

This text has shadow with #A87FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87FBF.

Preview

Color preview on black background

This text has color #A87FBF on black background.


Color preview on white background

This text has color #A87FBF on white background.


Black color preview on #A87FBF background

This text has black color on #A87FBF background.


White color preview on #A87FBF background

This text has white color on #A87FBF background.


Related colors

Complementary color

Complementary color for #hex is #578040.


I love getcolorcode.com

Triadic colors

1 #BFA87F and #7FBFA8 with #A87FBF are triadic colors.

2 #BF7FA8 and #7FA8BF with #A87FBF are triadic colors.