COLOR #A87FCA

HEX: #A87FCA RGB: (168,127,202)

Color info

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

RGB color model

#A87FCA color RGB value is (168,127,202).

RGB: (168,127,202) (66%, 50%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 202 of 255 = 79%

168
127
202

R + G + B ~ 65%. #A87FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 202 = 497 (100%)
R 168 of 497 ~ 33.8%
G 127 of 497 ~ 25.55%
B 202 of 497 ~ 40.64'%

%33.8
%25.55
%40.64

CMYK color model

#A87FCA color CMYK value is (17,37,0,21).

  • cyan value is 16.83%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (17,37,0,21)
C17M37Y0K21 (17%, 37%, 0%, 21%)
(0.17 / 0.37 / 0.00 / 0.21)

CMYK percentages

%16.83
%37.13
%0
%20.78

Codes

Color #A87FCA in popluar color models

A8 7F CA
RGB 168 127 202
HSL 273° 41.44% 64.51%
HSB/HSV 273° 37.13% 79.22%
CMYK 16.83% 37.13% 0.00%
20.78%

Color #A87FCA in popluar number systems.

HEX A8 7F CA
Decimal 168 127 202
Binary 10101000 1111111 11001010
Octal 250 177 312

Shades and tints

Shades of #A87FCA

#A87FCA
(168,127,202)
#9974B8
(153,116,184)
#8A69A6
(138,105,166)
#7B5E94
(123,94,148)
#6C5382
(108,83,130)
#5D4870
(93,72,112)
#4E3D5E
(78,61,94)
#3F324C
(63,50,76)
#30273A
(48,39,58)
#211C28
(33,28,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A87FCA

#A87FCA
(168,127,202)
#AF8ACE
(175,138,206)
#B695D2
(182,149,210)
#BDA0D6
(189,160,214)
#C4ABDA
(196,171,218)
#CBB6DE
(203,182,222)
#D2C1E2
(210,193,226)
#D9CCE6
(217,204,230)
#E0D7EA
(224,215,234)
#E7E2EE
(231,226,238)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87FCA; }

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

This text font color is #A87FCA.

Background Color

.myBgColor { background-color: #A87FCA; }

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

This div background color is #A87FCA.

Border color

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

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

This div border color is #A87FCA.

Opacity

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

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

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

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

This text has shadow with #A87FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87FCA.

Preview

Color preview on black background

This text has color #A87FCA on black background.


Color preview on white background

This text has color #A87FCA on white background.


Black color preview on #A87FCA background

This text has black color on #A87FCA background.


White color preview on #A87FCA background

This text has white color on #A87FCA background.


Related colors

Complementary color

Complementary color for #hex is #578035.


I love getcolorcode.com

Triadic colors

1 #CAA87F and #7FCAA8 with #A87FCA are triadic colors.

2 #CA7FA8 and #7FA8CA with #A87FCA are triadic colors.