COLOR #A46DA1

HEX: #A46DA1
RGB: (164,109,161)

Color info

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

RGB color model

#A46DA1 color RGB value is (164,109,161).

  • red value is 164;
  • green value is 109;
  • blue value is 161.
RGB:
(164,109,161)
(64%,43%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 109 of 255 = 43%
B 161 of 255 = 63%

164
109
161

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

Portions of RGB colors in percentages

R + G + B =
164 + 109 + 161 = 434 (100%)
R 164 of 434 ~ 37.79%
G 109 of 434 ~ 25.12%
B 161 of 434 ~ 37.1%

%37.79
%25.12
%37.1

CMYK color model

#A46DA1 color CMYK value is (0,34,2,36).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 1.83%
  • key color value is 35.69%
CMYK:
(0,34,2,36)
C0M34Y2K36 
(0%,34%,2%,36%)
(0.00/0.34/0.02/0.36)	

CMYK percentages

%0
%33.54
%1.83
%35.69

Codes

Color #A46DA1 in popluar color models

A46DA1
RGB164109161
HSL303°23.21%53.53%
HSB/HSV303°33.54%64.31%
CMYK0.00%33.54%1.83%
35.69%

Color #A46DA1 in popluar number systems.

HEXA46DA1
Decimal164109161
Binary10100100110110110100001
Octal244155241

Shades and tints

Shades of #A46DA1

#A46DA1
(164,109,161)
#966493
(150,100,147)
#885B85
(136,91,133)
#7A5277
(122,82,119)
#6C4969
(108,73,105)
#5E405B
(94,64,91)
#50374D
(80,55,77)
#422E3F
(66,46,63)
#342531
(52,37,49)
#261C23
(38,28,35)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A46DA1

#A46DA1
(164,109,161)
#AC7AA9
(172,122,169)
#B487B1
(180,135,177)
#BC94B9
(188,148,185)
#C4A1C1
(196,161,193)
#CCAEC9
(204,174,201)
#D4BBD1
(212,187,209)
#DCC8D9
(220,200,217)
#E4D5E1
(228,213,225)
#ECE2E9
(236,226,233)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46DA1 color. Also use rgb(164,109,161) instead hex code.

Text Font Color

.myTextColor { color: #A46DA1; }

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

This text font color is #A46DA1.


Background Color

.myBgColor { background-color: #A46DA1; }

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

This div background color is #A46DA1.


Border color

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

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

This div border color is #A46DA1.


Opacity

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

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

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

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

This text has shadow with #A46DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46DA1 on black background.


Color preview on white background

This text has color #A46DA1 on white background.



Black color preview on #A46DA1 background

This text has black color on #A46DA1 background.


White color preview on #A46DA1 background

This text has white color on #A46DA1 background.