COLOR #A46BAB

HEX: #A46BAB
RGB: (164,107,171)

Color info

#A46BAB contains mainly red and blue colors. Web safe color of #A46BAB is #996699 (or #969).

RGB color model

#A46BAB color RGB value is (164,107,171).

  • red value is 164;
  • green value is 107;
  • blue value is 171.
RGB:
(164,107,171)
(64%,42%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 107 of 255 = 42%
B 171 of 255 = 67%

164
107
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 107 + 171 = 442 (100%)
R 164 of 442 ~ 37.1%
G 107 of 442 ~ 24.21%
B 171 of 442 ~ 38.69%

%37.1
%24.21
%38.69

CMYK color model

#A46BAB color CMYK value is (4,37,0,33).

  • cyan value is 4.09%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,37,0,33)
C4M37Y0K33 
(4%,37%,0%,33%)
(0.04/0.37/0.00/0.33)	

CMYK percentages

%4.09
%37.43
%0
%32.94

Codes

Color #A46BAB in popluar color models

A46BAB
RGB164107171
HSL293°27.59%54.51%
HSB/HSV293°37.43%67.06%
CMYK4.09%37.43%0.00%
32.94%

Color #A46BAB in popluar number systems.

HEXA46BAB
Decimal164107171
Binary10100100110101110101011
Octal244153253

Shades and tints

Shades of #A46BAB

#A46BAB
(164,107,171)
#96629C
(150,98,156)
#88598D
(136,89,141)
#7A507E
(122,80,126)
#6C476F
(108,71,111)
#5E3E60
(94,62,96)
#503551
(80,53,81)
#422C42
(66,44,66)
#342333
(52,35,51)
#261A24
(38,26,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #A46BAB

#A46BAB
(164,107,171)
#AC78B2
(172,120,178)
#B485B9
(180,133,185)
#BC92C0
(188,146,192)
#C49FC7
(196,159,199)
#CCACCE
(204,172,206)
#D4B9D5
(212,185,213)
#DCC6DC
(220,198,220)
#E4D3E3
(228,211,227)
#ECE0EA
(236,224,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46BAB color. Also use rgb(164,107,171) instead hex code.

Text Font Color

.myTextColor { color: #A46BAB; }

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

This text font color is #A46BAB.


Background Color

.myBgColor { background-color: #A46BAB; }

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

This div background color is #A46BAB.


Border color

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

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

This div border color is #A46BAB.


Opacity

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

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

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

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

This text has shadow with #A46BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46BAB on black background.


Color preview on white background

This text has color #A46BAB on white background.



Black color preview on #A46BAB background

This text has black color on #A46BAB background.


White color preview on #A46BAB background

This text has white color on #A46BAB background.