COLOR #A87FD1

HEX: #A87FD1
RGB: (168,127,209)

Color info

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

RGB color model

#A87FD1 color RGB value is (168,127,209).

  • red value is 168;
  • green value is 127;
  • blue value is 209.
RGB:
(168,127,209)
(66%,50%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 209 of 255 = 82%

168
127
209

R + G + B ~ 66%. #A87FD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 209 = 504 (100%)
R 168 of 504 ~ 33.33%
G 127 of 504 ~ 25.2%
B 209 of 504 ~ 41.47%

%33.33
%25.2
%41.47

CMYK color model

#A87FD1 color CMYK value is (20,39,0,18).

  • cyan value is 19.62%
  • magenta value is 39.23%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,39,0,18)
C20M39Y0K18 
(20%,39%,0%,18%)
(0.20/0.39/0.00/0.18)	

CMYK percentages

%19.62
%39.23
%0
%18.04

Codes

Color #A87FD1 in popluar color models

A87FD1
RGB168127209
HSL270°47.13%65.88%
HSB/HSV270°39.23%81.96%
CMYK19.62%39.23%0.00%
18.04%

Color #A87FD1 in popluar number systems.

HEXA87FD1
Decimal168127209
Binary10101000111111111010001
Octal250177321

Shades and tints

Shades of #A87FD1

#A87FD1
(168,127,209)
#9974BE
(153,116,190)
#8A69AB
(138,105,171)
#7B5E98
(123,94,152)
#6C5385
(108,83,133)
#5D4872
(93,72,114)
#4E3D5F
(78,61,95)
#3F324C
(63,50,76)
#302739
(48,39,57)
#211C26
(33,28,38)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A87FD1

#A87FD1
(168,127,209)
#AF8AD5
(175,138,213)
#B695D9
(182,149,217)
#BDA0DD
(189,160,221)
#C4ABE1
(196,171,225)
#CBB6E5
(203,182,229)
#D2C1E9
(210,193,233)
#D9CCED
(217,204,237)
#E0D7F1
(224,215,241)
#E7E2F5
(231,226,245)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87FD1; }

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

This text font color is #A87FD1.


Background Color

.myBgColor { background-color: #A87FD1; }

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

This div background color is #A87FD1.


Border color

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

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

This div border color is #A87FD1.


Opacity

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

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

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

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

This text has shadow with #A87FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87FD1 on black background.


Color preview on white background

This text has color #A87FD1 on white background.



Black color preview on #A87FD1 background

This text has black color on #A87FD1 background.


White color preview on #A87FD1 background

This text has white color on #A87FD1 background.