COLOR #A3779D

HEX: #A3779D
RGB: (163,119,157)

Color info

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

RGB color model

#A3779D color RGB value is (163,119,157).

  • red value is 163;
  • green value is 119;
  • blue value is 157.
RGB:
(163,119,157)
(64%,47%,62%)

RGB channels and saturation

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

163
119
157

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 157 = 439 (100%)
R 163 of 439 ~ 37.13%
G 119 of 439 ~ 27.11%
B 157 of 439 ~ 35.76%

%37.13
%27.11
%35.76

CMYK color model

#A3779D color CMYK value is (0,27,4,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(0,27,4,36)
C0M27Y4K36 
(0%,27%,4%,36%)
(0.00/0.27/0.04/0.36)	

CMYK percentages

%0
%26.99
%3.68
%36.08

Codes

Color #A3779D in popluar color models

A3779D
RGB163119157
HSL308°19.30%55.29%
HSB/HSV308°26.99%63.92%
CMYK0.00%26.99%3.68%
36.08%

Color #A3779D in popluar number systems.

HEXA3779D
Decimal163119157
Binary10100011111011110011101
Octal243167235

Shades and tints

Shades of #A3779D

#A3779D
(163,119,157)
#956D8F
(149,109,143)
#876381
(135,99,129)
#795973
(121,89,115)
#6B4F65
(107,79,101)
#5D4557
(93,69,87)
#4F3B49
(79,59,73)
#41313B
(65,49,59)
#33272D
(51,39,45)
#251D1F
(37,29,31)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3779D

#A3779D
(163,119,157)
#AB83A5
(171,131,165)
#B38FAD
(179,143,173)
#BB9BB5
(187,155,181)
#C3A7BD
(195,167,189)
#CBB3C5
(203,179,197)
#D3BFCD
(211,191,205)
#DBCBD5
(219,203,213)
#E3D7DD
(227,215,221)
#EBE3E5
(235,227,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3779D; }

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

This text font color is #A3779D.


Background Color

.myBgColor { background-color: #A3779D; }

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

This div background color is #A3779D.


Border color

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

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

This div border color is #A3779D.


Opacity

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

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

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

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

This text has shadow with #A3779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3779D on black background.


Color preview on white background

This text has color #A3779D on white background.



Black color preview on #A3779D background

This text has black color on #A3779D background.


White color preview on #A3779D background

This text has white color on #A3779D background.