COLOR #A4769D

HEX: #A4769D RGB: (164,118,157)

Color info

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

RGB color model

#A4769D color RGB value is (164,118,157).

RGB: (164,118,157) (64%, 46%, 62%)

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 157 of 255 = 62%

164
118
157

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

Portions of RGB colors in percentages

R + G + B = 164 + 118 + 157 = 439 (100%)
R 164 of 439 ~ 37.36%
G 118 of 439 ~ 26.88%
B 157 of 439 ~ 35.76'%

%37.36
%26.88
%35.76

CMYK color model

#A4769D color CMYK value is (0,28,4,36).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK: (0,28,4,36) C0M28Y4K36 (0%,28%,4%,36%) (0.00/0.28/0.04/0.36) 

CMYK percentages

%0
%28.05
%4.27
%35.69

Codes

Color #A4769D in popluar color models

A4 76 9D
RGB 164 118 157
HSL 309° 20.18% 55.29%
HSB/HSV 309° 28.05% 64.31%
CMYK 0.00% 28.05% 4.27%
35.69%

Color #A4769D in popluar number systems.

HEX A4 76 9D
Decimal 164 118 157
Binary 10100100 1110110 10011101
Octal 244 166 235

Shades and tints

Shades of #A4769D

#A4769D
(164,118,157)
#966C8F
(150,108,143)
#886281
(136,98,129)
#7A5873
(122,88,115)
#6C4E65
(108,78,101)
#5E4457
(94,68,87)
#503A49
(80,58,73)
#42303B
(66,48,59)
#34262D
(52,38,45)
#261C1F
(38,28,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A4769D

#A4769D
(164,118,157)
#AC82A5
(172,130,165)
#B48EAD
(180,142,173)
#BC9AB5
(188,154,181)
#C4A6BD
(196,166,189)
#CCB2C5
(204,178,197)
#D4BECD
(212,190,205)
#DCCAD5
(220,202,213)
#E4D6DD
(228,214,221)
#ECE2E5
(236,226,229)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4769D; }

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

This text font color is #A4769D.

Background Color

.myBgColor { background-color: #A4769D; }

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

This div background color is #A4769D.

Border color

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

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

This div border color is #A4769D.

Opacity

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

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

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

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

This text has shadow with #A4769D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4769D.

Preview

Color preview on black background

This text has color #A4769D on black background.


Color preview on white background

This text has color #A4769D on white background.


Black color preview on #A4769D background

This text has black color on #A4769D background.


White color preview on #A4769D background

This text has white color on #A4769D background.


Related colors

Complementary color

Complementary color for #hex is #5B8962.


I love getcolorcode.com

Triadic colors

1 #9DA476 and #769DA4 with #A4769D are triadic colors.

2 #9D76A4 and #76A49D with #A4769D are triadic colors.