COLOR #A787AA

HEX: #A787AA
RGB: (167,135,170)

Color info

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

RGB color model

#A787AA color RGB value is (167,135,170).

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

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 170 of 255 = 67%

167
135
170

R + G + B ~ 62%. #A787AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 170 = 472 (100%)
R 167 of 472 ~ 35.38%
G 135 of 472 ~ 28.6%
B 170 of 472 ~ 36.02%

%35.38
%28.6
%36.02

CMYK color model

#A787AA color CMYK value is (2,21,0,33).

  • cyan value is 1.76%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,21,0,33)
C2M21Y0K33 
(2%,21%,0%,33%)
(0.02/0.21/0.00/0.33)	

CMYK percentages

%1.76
%20.59
%0
%33.33

Codes

Color #A787AA in popluar color models

A787AA
RGB167135170
HSL295°17.07%59.80%
HSB/HSV295°20.59%66.67%
CMYK1.76%20.59%0.00%
33.33%

Color #A787AA in popluar number systems.

HEXA787AA
Decimal167135170
Binary101001111000011110101010
Octal247207252

Shades and tints

Shades of #A787AA

#A787AA
(167,135,170)
#987B9B
(152,123,155)
#896F8C
(137,111,140)
#7A637D
(122,99,125)
#6B576E
(107,87,110)
#5C4B5F
(92,75,95)
#4D3F50
(77,63,80)
#3E3341
(62,51,65)
#2F2732
(47,39,50)
#201B23
(32,27,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #A787AA

#A787AA
(167,135,170)
#AF91B1
(175,145,177)
#B79BB8
(183,155,184)
#BFA5BF
(191,165,191)
#C7AFC6
(199,175,198)
#CFB9CD
(207,185,205)
#D7C3D4
(215,195,212)
#DFCDDB
(223,205,219)
#E7D7E2
(231,215,226)
#EFE1E9
(239,225,233)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A787AA; }

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

This text font color is #A787AA.


Background Color

.myBgColor { background-color: #A787AA; }

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

This div background color is #A787AA.


Border color

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

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

This div border color is #A787AA.


Opacity

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

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

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

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

This text has shadow with #A787AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A787AA on black background.


Color preview on white background

This text has color #A787AA on white background.



Black color preview on #A787AA background

This text has black color on #A787AA background.


White color preview on #A787AA background

This text has white color on #A787AA background.