COLOR #A3789D

HEX: #A3789D RGB: (163,120,157)

Color info

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

RGB color model

#A3789D color RGB value is (163,120,157).

RGB: (163,120,157) (64%, 47%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 157 of 255 = 62%

163
120
157

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

Portions of RGB colors in percentages

R + G + B = 163 + 120 + 157 = 440 (100%)
R 163 of 440 ~ 37.05%
G 120 of 440 ~ 27.27%
B 157 of 440 ~ 35.68'%

%37.05
%27.27
%35.68

CMYK color model

#A3789D color CMYK value is (0,26,4,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 3.68%
  • key color value is 36.08%

CMYK: (0,26,4,36)
C0M26Y4K36 (0%, 26%, 4%, 36%)
(0.00 / 0.26 / 0.04 / 0.36)

CMYK percentages

%0
%26.38
%3.68
%36.08

Codes

Color #A3789D in popluar color models

A3 78 9D
RGB 163 120 157
HSL 308° 18.94% 55.49%
HSB/HSV 308° 26.38% 63.92%
CMYK 0.00% 26.38% 3.68%
36.08%

Color #A3789D in popluar number systems.

HEX A3 78 9D
Decimal 163 120 157
Binary 10100011 1111000 10011101
Octal 243 170 235

Shades and tints

Shades of #A3789D

#A3789D
(163,120,157)
#956E8F
(149,110,143)
#876481
(135,100,129)
#795A73
(121,90,115)
#6B5065
(107,80,101)
#5D4657
(93,70,87)
#4F3C49
(79,60,73)
#41323B
(65,50,59)
#33282D
(51,40,45)
#251E1F
(37,30,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3789D

#A3789D
(163,120,157)
#AB84A5
(171,132,165)
#B390AD
(179,144,173)
#BB9CB5
(187,156,181)
#C3A8BD
(195,168,189)
#CBB4C5
(203,180,197)
#D3C0CD
(211,192,205)
#DBCCD5
(219,204,213)
#E3D8DD
(227,216,221)
#EBE4E5
(235,228,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3789D color. Also use rgb(163,120,157) instead hex code.

Text Font Color

.myTextColor { color: #A3789D; }

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

This text font color is #A3789D.

Background Color

.myBgColor { background-color: #A3789D; }

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

This div background color is #A3789D.

Border color

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

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

This div border color is #A3789D.

Opacity

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

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

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

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

This text has shadow with #A3789D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3789D.

Preview

Color preview on black background

This text has color #A3789D on black background.


Color preview on white background

This text has color #A3789D on white background.


Black color preview on #A3789D background

This text has black color on #A3789D background.


White color preview on #A3789D background

This text has white color on #A3789D background.


Related colors

Complementary color

Complementary color for #hex is #5C8762.


I love getcolorcode.com

Triadic colors

1 #9DA378 and #789DA3 with #A3789D are triadic colors.

2 #9D78A3 and #78A39D with #A3789D are triadic colors.