COLOR #A486B2

HEX: #A486B2
RGB: (164,134,178)

Color info

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

RGB color model

#A486B2 color RGB value is (164,134,178).

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

RGB channels and saturation

R 164 of 255 = 64%
G 134 of 255 = 53%
B 178 of 255 = 70%

164
134
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 178 = 476 (100%)
R 164 of 476 ~ 34.45%
G 134 of 476 ~ 28.15%
B 178 of 476 ~ 37.39%

%34.45
%28.15
%37.39

CMYK color model

#A486B2 color CMYK value is (8,25,0,30).

  • cyan value is 7.87%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,25,0,30)
C8M25Y0K30 
(8%,25%,0%,30%)
(0.08/0.25/0.00/0.30)	

CMYK percentages

%7.87
%24.72
%0
%30.2

Codes

Color #A486B2 in popluar color models

A486B2
RGB164134178
HSL281°22.22%61.18%
HSB/HSV281°24.72%69.80%
CMYK7.87%24.72%0.00%
30.20%

Color #A486B2 in popluar number systems.

HEXA486B2
Decimal164134178
Binary101001001000011010110010
Octal244206262

Shades and tints

Shades of #A486B2

#A486B2
(164,134,178)
#967AA2
(150,122,162)
#886E92
(136,110,146)
#7A6282
(122,98,130)
#6C5672
(108,86,114)
#5E4A62
(94,74,98)
#503E52
(80,62,82)
#423242
(66,50,66)
#342632
(52,38,50)
#261A22
(38,26,34)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A486B2

#A486B2
(164,134,178)
#AC91B9
(172,145,185)
#B49CC0
(180,156,192)
#BCA7C7
(188,167,199)
#C4B2CE
(196,178,206)
#CCBDD5
(204,189,213)
#D4C8DC
(212,200,220)
#DCD3E3
(220,211,227)
#E4DEEA
(228,222,234)
#ECE9F1
(236,233,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A486B2; }

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

This text font color is #A486B2.


Background Color

.myBgColor { background-color: #A486B2; }

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

This div background color is #A486B2.


Border color

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

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

This div border color is #A486B2.


Opacity

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

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

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

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

This text has shadow with #A486B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A486B2 on black background.


Color preview on white background

This text has color #A486B2 on white background.



Black color preview on #A486B2 background

This text has black color on #A486B2 background.


White color preview on #A486B2 background

This text has white color on #A486B2 background.