COLOR #A6849D

HEX: #A6849D
RGB: (166,132,157)

Color info

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

RGB color model

#A6849D color RGB value is (166,132,157).

  • red value is 166;
  • green value is 132;
  • blue value is 157.
RGB:
(166,132,157)
(65%,52%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 157 of 255 = 62%

166
132
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 157 = 455 (100%)
R 166 of 455 ~ 36.48%
G 132 of 455 ~ 29.01%
B 157 of 455 ~ 34.51%

%36.48
%29.01
%34.51

CMYK color model

#A6849D color CMYK value is (0,20,5,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(0,20,5,35)
C0M20Y5K35 
(0%,20%,5%,35%)
(0.00/0.20/0.05/0.35)	

CMYK percentages

%0
%20.48
%5.42
%34.9

Codes

Color #A6849D in popluar color models

A6849D
RGB166132157
HSL316°16.04%58.43%
HSB/HSV316°20.48%65.10%
CMYK0.00%20.48%5.42%
34.90%

Color #A6849D in popluar number systems.

HEXA6849D
Decimal166132157
Binary101001101000010010011101
Octal246204235

Shades and tints

Shades of #A6849D

#A6849D
(166,132,157)
#97788F
(151,120,143)
#886C81
(136,108,129)
#796073
(121,96,115)
#6A5465
(106,84,101)
#5B4857
(91,72,87)
#4C3C49
(76,60,73)
#3D303B
(61,48,59)
#2E242D
(46,36,45)
#1F181F
(31,24,31)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #A6849D

#A6849D
(166,132,157)
#AE8FA5
(174,143,165)
#B69AAD
(182,154,173)
#BEA5B5
(190,165,181)
#C6B0BD
(198,176,189)
#CEBBC5
(206,187,197)
#D6C6CD
(214,198,205)
#DED1D5
(222,209,213)
#E6DCDD
(230,220,221)
#EEE7E5
(238,231,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6849D color. Also use rgb(166,132,157) instead hex code.

Text Font Color

.myTextColor { color: #A6849D; }

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

This text font color is #A6849D.


Background Color

.myBgColor { background-color: #A6849D; }

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

This div background color is #A6849D.


Border color

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

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

This div border color is #A6849D.


Opacity

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

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

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

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

This text has shadow with #A6849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6849D on black background.


Color preview on white background

This text has color #A6849D on white background.



Black color preview on #A6849D background

This text has black color on #A6849D background.


White color preview on #A6849D background

This text has white color on #A6849D background.