COLOR #A46E95

HEX: #A46E95
RGB: (164,110,149)

Color info

#A46E95 contains red, green and blue colors in about the same proportion. Web safe color of #A46E95 is #996699 (or #969).

RGB color model

#A46E95 color RGB value is (164,110,149).

  • red value is 164;
  • green value is 110;
  • blue value is 149.
RGB:
(164,110,149)
(64%,43%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 110 of 255 = 43%
B 149 of 255 = 58%

164
110
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 110 + 149 = 423 (100%)
R 164 of 423 ~ 38.77%
G 110 of 423 ~ 26%
B 149 of 423 ~ 35.22%

%38.77
%26
%35.22

CMYK color model

#A46E95 color CMYK value is (0,33,9,36).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,33,9,36)
C0M33Y9K36 
(0%,33%,9%,36%)
(0.00/0.33/0.09/0.36)	

CMYK percentages

%0
%32.93
%9.15
%35.69

Codes

Color #A46E95 in popluar color models

A46E95
RGB164110149
HSL317°22.88%53.73%
HSB/HSV317°32.93%64.31%
CMYK0.00%32.93%9.15%
35.69%

Color #A46E95 in popluar number systems.

HEXA46E95
Decimal164110149
Binary10100100110111010010101
Octal244156225

Shades and tints

Shades of #A46E95

#A46E95
(164,110,149)
#966488
(150,100,136)
#885A7B
(136,90,123)
#7A506E
(122,80,110)
#6C4661
(108,70,97)
#5E3C54
(94,60,84)
#503247
(80,50,71)
#42283A
(66,40,58)
#341E2D
(52,30,45)
#261420
(38,20,32)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #A46E95

#A46E95
(164,110,149)
#AC7B9E
(172,123,158)
#B488A7
(180,136,167)
#BC95B0
(188,149,176)
#C4A2B9
(196,162,185)
#CCAFC2
(204,175,194)
#D4BCCB
(212,188,203)
#DCC9D4
(220,201,212)
#E4D6DD
(228,214,221)
#ECE3E6
(236,227,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46E95 color. Also use rgb(164,110,149) instead hex code.

Text Font Color

.myTextColor { color: #A46E95; }

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

This text font color is #A46E95.


Background Color

.myBgColor { background-color: #A46E95; }

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

This div background color is #A46E95.


Border color

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

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

This div border color is #A46E95.


Opacity

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

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

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

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

This text has shadow with #A46E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46E95 on black background.


Color preview on white background

This text has color #A46E95 on white background.



Black color preview on #A46E95 background

This text has black color on #A46E95 background.


White color preview on #A46E95 background

This text has white color on #A46E95 background.