COLOR #A4658B

HEX: #A4658B
RGB: (164,101,139)

Color info

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

RGB color model

#A4658B color RGB value is (164,101,139).

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

RGB channels and saturation

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

164
101
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 101 + 139 = 404 (100%)
R 164 of 404 ~ 40.59%
G 101 of 404 ~ 25%
B 139 of 404 ~ 34.41%

%40.59
%25
%34.41

CMYK color model

#A4658B color CMYK value is (0,38,15,36).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,38,15,36)
C0M38Y15K36 
(0%,38%,15%,36%)
(0.00/0.38/0.15/0.36)	

CMYK percentages

%0
%38.41
%15.24
%35.69

Codes

Color #A4658B in popluar color models

A4658B
RGB164101139
HSL324°25.71%51.96%
HSB/HSV324°38.41%64.31%
CMYK0.00%38.41%15.24%
35.69%

Color #A4658B in popluar number systems.

HEXA4658B
Decimal164101139
Binary10100100110010110001011
Octal244145213

Shades and tints

Shades of #A4658B

#A4658B
(164,101,139)
#965C7F
(150,92,127)
#885373
(136,83,115)
#7A4A67
(122,74,103)
#6C415B
(108,65,91)
#5E384F
(94,56,79)
#502F43
(80,47,67)
#422637
(66,38,55)
#341D2B
(52,29,43)
#26141F
(38,20,31)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #A4658B

#A4658B
(164,101,139)
#AC7395
(172,115,149)
#B4819F
(180,129,159)
#BC8FA9
(188,143,169)
#C49DB3
(196,157,179)
#CCABBD
(204,171,189)
#D4B9C7
(212,185,199)
#DCC7D1
(220,199,209)
#E4D5DB
(228,213,219)
#ECE3E5
(236,227,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4658B; }

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

This text font color is #A4658B.


Background Color

.myBgColor { background-color: #A4658B; }

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

This div background color is #A4658B.


Border color

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

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

This div border color is #A4658B.


Opacity

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

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

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

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

This text has shadow with #A4658B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4658B on black background.


Color preview on white background

This text has color #A4658B on white background.



Black color preview on #A4658B background

This text has black color on #A4658B background.


White color preview on #A4658B background

This text has white color on #A4658B background.