COLOR #A487AF

HEX: #A487AF
RGB: (164,135,175)

Color info

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

RGB color model

#A487AF color RGB value is (164,135,175).

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

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 175 of 255 = 69%

164
135
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 175 = 474 (100%)
R 164 of 474 ~ 34.6%
G 135 of 474 ~ 28.48%
B 175 of 474 ~ 36.92%

%34.6
%28.48
%36.92

CMYK color model

#A487AF color CMYK value is (6,23,0,31).

  • cyan value is 6.29%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,23,0,31)
C6M23Y0K31 
(6%,23%,0%,31%)
(0.06/0.23/0.00/0.31)	

CMYK percentages

%6.29
%22.86
%0
%31.37

Codes

Color #A487AF in popluar color models

A487AF
RGB164135175
HSL284°20.00%60.78%
HSB/HSV284°22.86%68.63%
CMYK6.29%22.86%0.00%
31.37%

Color #A487AF in popluar number systems.

HEXA487AF
Decimal164135175
Binary101001001000011110101111
Octal244207257

Shades and tints

Shades of #A487AF

#A487AF
(164,135,175)
#967BA0
(150,123,160)
#886F91
(136,111,145)
#7A6382
(122,99,130)
#6C5773
(108,87,115)
#5E4B64
(94,75,100)
#503F55
(80,63,85)
#423346
(66,51,70)
#342737
(52,39,55)
#261B28
(38,27,40)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #A487AF

#A487AF
(164,135,175)
#AC91B6
(172,145,182)
#B49BBD
(180,155,189)
#BCA5C4
(188,165,196)
#C4AFCB
(196,175,203)
#CCB9D2
(204,185,210)
#D4C3D9
(212,195,217)
#DCCDE0
(220,205,224)
#E4D7E7
(228,215,231)
#ECE1EE
(236,225,238)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A487AF; }

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

This text font color is #A487AF.


Background Color

.myBgColor { background-color: #A487AF; }

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

This div background color is #A487AF.


Border color

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

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

This div border color is #A487AF.


Opacity

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

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

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

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

This text has shadow with #A487AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A487AF on black background.


Color preview on white background

This text has color #A487AF on white background.



Black color preview on #A487AF background

This text has black color on #A487AF background.


White color preview on #A487AF background

This text has white color on #A487AF background.