COLOR #A487A8

HEX: #A487A8
RGB: (164,135,168)

Color info

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

RGB color model

#A487A8 color RGB value is (164,135,168).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 168 of 255 = 66%

164
135
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 168 = 467 (100%)
R 164 of 467 ~ 35.12%
G 135 of 467 ~ 28.91%
B 168 of 467 ~ 35.97%

%35.12
%28.91
%35.97

CMYK color model

#A487A8 color CMYK value is (2,20,0,34).

  • cyan value is 2.38%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(2,20,0,34)
C2M20Y0K34 
(2%,20%,0%,34%)
(0.02/0.20/0.00/0.34)	

CMYK percentages

%2.38
%19.64
%0
%34.12

Codes

Color #A487A8 in popluar color models

A487A8
RGB164135168
HSL293°15.94%59.41%
HSB/HSV293°19.64%65.88%
CMYK2.38%19.64%0.00%
34.12%

Color #A487A8 in popluar number systems.

HEXA487A8
Decimal164135168
Binary101001001000011110101000
Octal244207250

Shades and tints

Shades of #A487A8

#A487A8
(164,135,168)
#967B99
(150,123,153)
#886F8A
(136,111,138)
#7A637B
(122,99,123)
#6C576C
(108,87,108)
#5E4B5D
(94,75,93)
#503F4E
(80,63,78)
#42333F
(66,51,63)
#342730
(52,39,48)
#261B21
(38,27,33)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #A487A8

#A487A8
(164,135,168)
#AC91AF
(172,145,175)
#B49BB6
(180,155,182)
#BCA5BD
(188,165,189)
#C4AFC4
(196,175,196)
#CCB9CB
(204,185,203)
#D4C3D2
(212,195,210)
#DCCDD9
(220,205,217)
#E4D7E0
(228,215,224)
#ECE1E7
(236,225,231)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A487A8; }

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

This text font color is #A487A8.


Background Color

.myBgColor { background-color: #A487A8; }

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

This div background color is #A487A8.


Border color

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

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

This div border color is #A487A8.


Opacity

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

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

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

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

This text has shadow with #A487A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A487A8 on black background.


Color preview on white background

This text has color #A487A8 on white background.



Black color preview on #A487A8 background

This text has black color on #A487A8 background.


White color preview on #A487A8 background

This text has white color on #A487A8 background.