COLOR #A4678B

HEX: #A4678B
RGB: (164,103,139)

Color info

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

RGB color model

#A4678B color RGB value is (164,103,139).

  • red value is 164;
  • green value is 103;
  • blue value is 139.
RGB:
(164,103,139)
(64%,40%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 103 of 255 = 40%
B 139 of 255 = 55%

164
103
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 103 + 139 = 406 (100%)
R 164 of 406 ~ 40.39%
G 103 of 406 ~ 25.37%
B 139 of 406 ~ 34.24%

%40.39
%25.37
%34.24

CMYK color model

#A4678B color CMYK value is (0,37,15,36).

  • cyan value is 0.00%
  • magenta value is 37.20%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,37,15,36)
C0M37Y15K36 
(0%,37%,15%,36%)
(0.00/0.37/0.15/0.36)	

CMYK percentages

%0
%37.2
%15.24
%35.69

Codes

Color #A4678B in popluar color models

A4678B
RGB164103139
HSL325°25.10%52.35%
HSB/HSV325°37.20%64.31%
CMYK0.00%37.20%15.24%
35.69%

Color #A4678B in popluar number systems.

HEXA4678B
Decimal164103139
Binary10100100110011110001011
Octal244147213

Shades and tints

Shades of #A4678B

#A4678B
(164,103,139)
#965E7F
(150,94,127)
#885573
(136,85,115)
#7A4C67
(122,76,103)
#6C435B
(108,67,91)
#5E3A4F
(94,58,79)
#503143
(80,49,67)
#422837
(66,40,55)
#341F2B
(52,31,43)
#26161F
(38,22,31)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A4678B

#A4678B
(164,103,139)
#AC7495
(172,116,149)
#B4819F
(180,129,159)
#BC8EA9
(188,142,169)
#C49BB3
(196,155,179)
#CCA8BD
(204,168,189)
#D4B5C7
(212,181,199)
#DCC2D1
(220,194,209)
#E4CFDB
(228,207,219)
#ECDCE5
(236,220,229)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4678B color. Also use rgb(164,103,139) instead hex code.

Text Font Color

.myTextColor { color: #A4678B; }

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

This text font color is #A4678B.


Background Color

.myBgColor { background-color: #A4678B; }

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

This div background color is #A4678B.


Border color

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

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

This div border color is #A4678B.


Opacity

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

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

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

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

This text has shadow with #A4678B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4678B on black background.


Color preview on white background

This text has color #A4678B on white background.



Black color preview on #A4678B background

This text has black color on #A4678B background.


White color preview on #A4678B background

This text has white color on #A4678B background.