COLOR #A487B8

HEX: #A487B8
RGB: (164,135,184)

Color info

#A487B8 contains red, green and blue colors in about the same proportion. Web safe color of #A487B8 is #9999CC (or #99C).

RGB color model

#A487B8 color RGB value is (164,135,184).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 184 of 255 = 72%

164
135
184

R + G + B ~ 63%. #A487B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 184 = 483 (100%)
R 164 of 483 ~ 33.95%
G 135 of 483 ~ 27.95%
B 184 of 483 ~ 38.1%

%33.95
%27.95
%38.1

CMYK color model

#A487B8 color CMYK value is (11,27,0,28).

  • cyan value is 10.87%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(11,27,0,28)
C11M27Y0K28 
(11%,27%,0%,28%)
(0.11/0.27/0.00/0.28)	

CMYK percentages

%10.87
%26.63
%0
%27.84

Codes

Color #A487B8 in popluar color models

A487B8
RGB164135184
HSL276°25.65%62.55%
HSB/HSV276°26.63%72.16%
CMYK10.87%26.63%0.00%
27.84%

Color #A487B8 in popluar number systems.

HEXA487B8
Decimal164135184
Binary101001001000011110111000
Octal244207270

Shades and tints

Shades of #A487B8

#A487B8
(164,135,184)
#967BA8
(150,123,168)
#886F98
(136,111,152)
#7A6388
(122,99,136)
#6C5778
(108,87,120)
#5E4B68
(94,75,104)
#503F58
(80,63,88)
#423348
(66,51,72)
#342738
(52,39,56)
#261B28
(38,27,40)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #A487B8

#A487B8
(164,135,184)
#AC91BE
(172,145,190)
#B49BC4
(180,155,196)
#BCA5CA
(188,165,202)
#C4AFD0
(196,175,208)
#CCB9D6
(204,185,214)
#D4C3DC
(212,195,220)
#DCCDE2
(220,205,226)
#E4D7E8
(228,215,232)
#ECE1EE
(236,225,238)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A487B8; }

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

This text font color is #A487B8.


Background Color

.myBgColor { background-color: #A487B8; }

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

This div background color is #A487B8.


Border color

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

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

This div border color is #A487B8.


Opacity

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

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

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

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

This text has shadow with #A487B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A487B8 on black background.


Color preview on white background

This text has color #A487B8 on white background.



Black color preview on #A487B8 background

This text has black color on #A487B8 background.


White color preview on #A487B8 background

This text has white color on #A487B8 background.