COLOR #A787A9

HEX: #A787A9
RGB: (167,135,169)

Color info

#A787A9 contains red, green and blue colors in about the same proportion. Web safe color of #A787A9 is #999999 (or #999).

RGB color model

#A787A9 color RGB value is (167,135,169).

  • red value is 167;
  • green value is 135;
  • blue value is 169.
RGB:
(167,135,169)
(65%,53%,66%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 169 of 255 = 66%

167
135
169

R + G + B ~ 61%. #A787A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 169 = 471 (100%)
R 167 of 471 ~ 35.46%
G 135 of 471 ~ 28.66%
B 169 of 471 ~ 35.88%

%35.46
%28.66
%35.88

CMYK color model

#A787A9 color CMYK value is (1,20,0,34).

  • cyan value is 1.18%
  • magenta value is 20.12%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(1,20,0,34)
C1M20Y0K34 
(1%,20%,0%,34%)
(0.01/0.20/0.00/0.34)	

CMYK percentages

%1.18
%20.12
%0
%33.73

Codes

Color #A787A9 in popluar color models

A787A9
RGB167135169
HSL296°16.50%59.61%
HSB/HSV296°20.12%66.27%
CMYK1.18%20.12%0.00%
33.73%

Color #A787A9 in popluar number systems.

HEXA787A9
Decimal167135169
Binary101001111000011110101001
Octal247207251

Shades and tints

Shades of #A787A9

#A787A9
(167,135,169)
#987B9A
(152,123,154)
#896F8B
(137,111,139)
#7A637C
(122,99,124)
#6B576D
(107,87,109)
#5C4B5E
(92,75,94)
#4D3F4F
(77,63,79)
#3E3340
(62,51,64)
#2F2731
(47,39,49)
#201B22
(32,27,34)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A787A9

#A787A9
(167,135,169)
#AF91B0
(175,145,176)
#B79BB7
(183,155,183)
#BFA5BE
(191,165,190)
#C7AFC5
(199,175,197)
#CFB9CC
(207,185,204)
#D7C3D3
(215,195,211)
#DFCDDA
(223,205,218)
#E7D7E1
(231,215,225)
#EFE1E8
(239,225,232)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A787A9 color. Also use rgb(167,135,169) instead hex code.

Text Font Color

.myTextColor { color: #A787A9; }

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

This text font color is #A787A9.


Background Color

.myBgColor { background-color: #A787A9; }

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

This div background color is #A787A9.


Border color

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

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

This div border color is #A787A9.


Opacity

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

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

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

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

This text has shadow with #A787A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A787A9 on black background.


Color preview on white background

This text has color #A787A9 on white background.



Black color preview on #A787A9 background

This text has black color on #A787A9 background.


White color preview on #A787A9 background

This text has white color on #A787A9 background.