COLOR #A487A0

HEX: #A487A0
RGB: (164,135,160)

Color info

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

RGB color model

#A487A0 color RGB value is (164,135,160).

  • red value is 164;
  • green value is 135;
  • blue value is 160.
RGB:
(164,135,160)
(64%,53%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 160 of 255 = 63%

164
135
160

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 160 = 459 (100%)
R 164 of 459 ~ 35.73%
G 135 of 459 ~ 29.41%
B 160 of 459 ~ 34.86%

%35.73
%29.41
%34.86

CMYK color model

#A487A0 color CMYK value is (0,18,2,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(0,18,2,36)
C0M18Y2K36 
(0%,18%,2%,36%)
(0.00/0.18/0.02/0.36)	

CMYK percentages

%0
%17.68
%2.44
%35.69

Codes

Color #A487A0 in popluar color models

A487A0
RGB164135160
HSL308°13.74%58.63%
HSB/HSV308°17.68%64.31%
CMYK0.00%17.68%2.44%
35.69%

Color #A487A0 in popluar number systems.

HEXA487A0
Decimal164135160
Binary101001001000011110100000
Octal244207240

Shades and tints

Shades of #A487A0

#A487A0
(164,135,160)
#967B92
(150,123,146)
#886F84
(136,111,132)
#7A6376
(122,99,118)
#6C5768
(108,87,104)
#5E4B5A
(94,75,90)
#503F4C
(80,63,76)
#42333E
(66,51,62)
#342730
(52,39,48)
#261B22
(38,27,34)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #A487A0

#A487A0
(164,135,160)
#AC91A8
(172,145,168)
#B49BB0
(180,155,176)
#BCA5B8
(188,165,184)
#C4AFC0
(196,175,192)
#CCB9C8
(204,185,200)
#D4C3D0
(212,195,208)
#DCCDD8
(220,205,216)
#E4D7E0
(228,215,224)
#ECE1E8
(236,225,232)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A487A0 color. Also use rgb(164,135,160) instead hex code.

Text Font Color

.myTextColor { color: #A487A0; }

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

This text font color is #A487A0.


Background Color

.myBgColor { background-color: #A487A0; }

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

This div background color is #A487A0.


Border color

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

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

This div border color is #A487A0.


Opacity

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

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

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

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

This text has shadow with #A487A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A487A0 on black background.


Color preview on white background

This text has color #A487A0 on white background.



Black color preview on #A487A0 background

This text has black color on #A487A0 background.


White color preview on #A487A0 background

This text has white color on #A487A0 background.