COLOR #A487AC

HEX: #A487AC
RGB: (164,135,172)

Color info

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

RGB color model

#A487AC color RGB value is (164,135,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 172 of 255 = 67%

164
135
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 172 = 471 (100%)
R 164 of 471 ~ 34.82%
G 135 of 471 ~ 28.66%
B 172 of 471 ~ 36.52%

%34.82
%28.66
%36.52

CMYK color model

#A487AC color CMYK value is (5,22,0,33).

  • cyan value is 4.65%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,22,0,33)
C5M22Y0K33 
(5%,22%,0%,33%)
(0.05/0.22/0.00/0.33)	

CMYK percentages

%4.65
%21.51
%0
%32.55

Codes

Color #A487AC in popluar color models

A487AC
RGB164135172
HSL287°18.23%60.20%
HSB/HSV287°21.51%67.45%
CMYK4.65%21.51%0.00%
32.55%

Color #A487AC in popluar number systems.

HEXA487AC
Decimal164135172
Binary101001001000011110101100
Octal244207254

Shades and tints

Shades of #A487AC

#A487AC
(164,135,172)
#967B9D
(150,123,157)
#886F8E
(136,111,142)
#7A637F
(122,99,127)
#6C5770
(108,87,112)
#5E4B61
(94,75,97)
#503F52
(80,63,82)
#423343
(66,51,67)
#342734
(52,39,52)
#261B25
(38,27,37)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A487AC

#A487AC
(164,135,172)
#AC91B3
(172,145,179)
#B49BBA
(180,155,186)
#BCA5C1
(188,165,193)
#C4AFC8
(196,175,200)
#CCB9CF
(204,185,207)
#D4C3D6
(212,195,214)
#DCCDDD
(220,205,221)
#E4D7E4
(228,215,228)
#ECE1EB
(236,225,235)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A487AC; }

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

This text font color is #A487AC.


Background Color

.myBgColor { background-color: #A487AC; }

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

This div background color is #A487AC.


Border color

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

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

This div border color is #A487AC.


Opacity

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

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

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

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

This text has shadow with #A487AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A487AC on black background.


Color preview on white background

This text has color #A487AC on white background.



Black color preview on #A487AC background

This text has black color on #A487AC background.


White color preview on #A487AC background

This text has white color on #A487AC background.