COLOR #A46F9D

HEX: #A46F9D
RGB: (164,111,157)

Color info

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

RGB color model

#A46F9D color RGB value is (164,111,157).

  • red value is 164;
  • green value is 111;
  • blue value is 157.
RGB:
(164,111,157)
(64%,44%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 157 of 255 = 62%

164
111
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 111 + 157 = 432 (100%)
R 164 of 432 ~ 37.96%
G 111 of 432 ~ 25.69%
B 157 of 432 ~ 36.34%

%37.96
%25.69
%36.34

CMYK color model

#A46F9D color CMYK value is (0,32,4,36).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,32,4,36)
C0M32Y4K36 
(0%,32%,4%,36%)
(0.00/0.32/0.04/0.36)	

CMYK percentages

%0
%32.32
%4.27
%35.69

Codes

Color #A46F9D in popluar color models

A46F9D
RGB164111157
HSL308°22.55%53.92%
HSB/HSV308°32.32%64.31%
CMYK0.00%32.32%4.27%
35.69%

Color #A46F9D in popluar number systems.

HEXA46F9D
Decimal164111157
Binary10100100110111110011101
Octal244157235

Shades and tints

Shades of #A46F9D

#A46F9D
(164,111,157)
#96658F
(150,101,143)
#885B81
(136,91,129)
#7A5173
(122,81,115)
#6C4765
(108,71,101)
#5E3D57
(94,61,87)
#503349
(80,51,73)
#42293B
(66,41,59)
#341F2D
(52,31,45)
#26151F
(38,21,31)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #A46F9D

#A46F9D
(164,111,157)
#AC7CA5
(172,124,165)
#B489AD
(180,137,173)
#BC96B5
(188,150,181)
#C4A3BD
(196,163,189)
#CCB0C5
(204,176,197)
#D4BDCD
(212,189,205)
#DCCAD5
(220,202,213)
#E4D7DD
(228,215,221)
#ECE4E5
(236,228,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46F9D color. Also use rgb(164,111,157) instead hex code.

Text Font Color

.myTextColor { color: #A46F9D; }

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

This text font color is #A46F9D.


Background Color

.myBgColor { background-color: #A46F9D; }

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

This div background color is #A46F9D.


Border color

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

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

This div border color is #A46F9D.


Opacity

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

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

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

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

This text has shadow with #A46F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46F9D on black background.


Color preview on white background

This text has color #A46F9D on white background.



Black color preview on #A46F9D background

This text has black color on #A46F9D background.


White color preview on #A46F9D background

This text has white color on #A46F9D background.