COLOR #A487A2

HEX: #A487A2 RGB: (164,135,162)

Color info

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

RGB color model

#A487A2 color RGB value is (164,135,162).

RGB: (164,135,162) (64%, 53%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 162 of 255 = 64%

164
135
162

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 162 = 461 (100%)
R 164 of 461 ~ 35.57%
G 135 of 461 ~ 29.28%
B 162 of 461 ~ 35.14'%

%35.57
%29.28
%35.14

CMYK color model

#A487A2 color CMYK value is (0,18,1,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 1.22%
  • key color value is 35.69%

CMYK: (0,18,1,36)
C0M18Y1K36 (0%, 18%, 1%, 36%)
(0.00 / 0.18 / 0.01 / 0.36)

CMYK percentages

%0
%17.68
%1.22
%35.69

Codes

Color #A487A2 in popluar color models

A4 87 A2
RGB 164 135 162
HSL 304° 13.74% 58.63%
HSB/HSV 304° 17.68% 64.31%
CMYK 0.00% 17.68% 1.22%
35.69%

Color #A487A2 in popluar number systems.

HEX A4 87 A2
Decimal 164 135 162
Binary 10100100 10000111 10100010
Octal 244 207 242

Shades and tints

Shades of #A487A2

#A487A2
(164,135,162)
#967B94
(150,123,148)
#886F86
(136,111,134)
#7A6378
(122,99,120)
#6C576A
(108,87,106)
#5E4B5C
(94,75,92)
#503F4E
(80,63,78)
#423340
(66,51,64)
#342732
(52,39,50)
#261B24
(38,27,36)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A487A2

#A487A2
(164,135,162)
#AC91AA
(172,145,170)
#B49BB2
(180,155,178)
#BCA5BA
(188,165,186)
#C4AFC2
(196,175,194)
#CCB9CA
(204,185,202)
#D4C3D2
(212,195,210)
#DCCDDA
(220,205,218)
#E4D7E2
(228,215,226)
#ECE1EA
(236,225,234)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A487A2; }

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

This text font color is #A487A2.

Background Color

.myBgColor { background-color: #A487A2; }

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

This div background color is #A487A2.

Border color

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

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

This div border color is #A487A2.

Opacity

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

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

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

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

This text has shadow with #A487A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A487A2.

Preview

Color preview on black background

This text has color #A487A2 on black background.


Color preview on white background

This text has color #A487A2 on white background.


Black color preview on #A487A2 background

This text has black color on #A487A2 background.


White color preview on #A487A2 background

This text has white color on #A487A2 background.


Related colors

Complementary color

Complementary color for #hex is #5B785D.


I love getcolorcode.com

Triadic colors

1 #A2A487 and #87A2A4 with #A487A2 are triadic colors.

2 #A287A4 and #87A4A2 with #A487A2 are triadic colors.