COLOR #A87CA9

HEX: #A87CA9
RGB: (168,124,169)

Color info

#A87CA9 contains red, green and blue colors in about the same proportion. Web safe color of #A87CA9 is #996699 (or #969).

RGB color model

#A87CA9 color RGB value is (168,124,169).

  • red value is 168;
  • green value is 124;
  • blue value is 169.
RGB:
(168,124,169)
(66%,49%,66%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 169 of 255 = 66%

168
124
169

R + G + B ~ 60%. #A87CA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 169 = 461 (100%)
R 168 of 461 ~ 36.44%
G 124 of 461 ~ 26.9%
B 169 of 461 ~ 36.66%

%36.44
%26.9
%36.66

CMYK color model

#A87CA9 color CMYK value is (1,27,0,34).

  • cyan value is 0.59%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(1,27,0,34)
C1M27Y0K34 
(1%,27%,0%,34%)
(0.01/0.27/0.00/0.34)	

CMYK percentages

%0.59
%26.63
%0
%33.73

Codes

Color #A87CA9 in popluar color models

A87CA9
RGB168124169
HSL299°20.74%57.45%
HSB/HSV299°26.63%66.27%
CMYK0.59%26.63%0.00%
33.73%

Color #A87CA9 in popluar number systems.

HEXA87CA9
Decimal168124169
Binary10101000111110010101001
Octal250174251

Shades and tints

Shades of #A87CA9

#A87CA9
(168,124,169)
#99719A
(153,113,154)
#8A668B
(138,102,139)
#7B5B7C
(123,91,124)
#6C506D
(108,80,109)
#5D455E
(93,69,94)
#4E3A4F
(78,58,79)
#3F2F40
(63,47,64)
#302431
(48,36,49)
#211922
(33,25,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #A87CA9

#A87CA9
(168,124,169)
#AF87B0
(175,135,176)
#B692B7
(182,146,183)
#BD9DBE
(189,157,190)
#C4A8C5
(196,168,197)
#CBB3CC
(203,179,204)
#D2BED3
(210,190,211)
#D9C9DA
(217,201,218)
#E0D4E1
(224,212,225)
#E7DFE8
(231,223,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87CA9 color. Also use rgb(168,124,169) instead hex code.

Text Font Color

.myTextColor { color: #A87CA9; }

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

This text font color is #A87CA9.


Background Color

.myBgColor { background-color: #A87CA9; }

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

This div background color is #A87CA9.


Border color

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

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

This div border color is #A87CA9.


Opacity

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

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

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

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

This text has shadow with #A87CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87CA9 on black background.


Color preview on white background

This text has color #A87CA9 on white background.



Black color preview on #A87CA9 background

This text has black color on #A87CA9 background.


White color preview on #A87CA9 background

This text has white color on #A87CA9 background.