COLOR #A486A8

HEX: #A486A8
RGB: (164,134,168)

Color info

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

RGB color model

#A486A8 color RGB value is (164,134,168).

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

RGB channels and saturation

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

164
134
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 168 = 466 (100%)
R 164 of 466 ~ 35.19%
G 134 of 466 ~ 28.76%
B 168 of 466 ~ 36.05%

%35.19
%28.76
%36.05

CMYK color model

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

  • cyan value is 2.38%
  • magenta value is 20.24%
  • 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
%20.24
%0
%34.12

Codes

Color #A486A8 in popluar color models

A486A8
RGB164134168
HSL293°16.35%59.22%
HSB/HSV293°20.24%65.88%
CMYK2.38%20.24%0.00%
34.12%

Color #A486A8 in popluar number systems.

HEXA486A8
Decimal164134168
Binary101001001000011010101000
Octal244206250

Shades and tints

Shades of #A486A8

#A486A8
(164,134,168)
#967A99
(150,122,153)
#886E8A
(136,110,138)
#7A627B
(122,98,123)
#6C566C
(108,86,108)
#5E4A5D
(94,74,93)
#503E4E
(80,62,78)
#42323F
(66,50,63)
#342630
(52,38,48)
#261A21
(38,26,33)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A486A8

#A486A8
(164,134,168)
#AC91AF
(172,145,175)
#B49CB6
(180,156,182)
#BCA7BD
(188,167,189)
#C4B2C4
(196,178,196)
#CCBDCB
(204,189,203)
#D4C8D2
(212,200,210)
#DCD3D9
(220,211,217)
#E4DEE0
(228,222,224)
#ECE9E7
(236,233,231)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A486A8; }

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

This text font color is #A486A8.


Background Color

.myBgColor { background-color: #A486A8; }

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

This div background color is #A486A8.


Border color

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

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

This div border color is #A486A8.


Opacity

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

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

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

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

This text has shadow with #A486A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A486A8 on black background.


Color preview on white background

This text has color #A486A8 on white background.



Black color preview on #A486A8 background

This text has black color on #A486A8 background.


White color preview on #A486A8 background

This text has white color on #A486A8 background.