COLOR #A3779C

HEX: #A3779C
RGB: (163,119,156)

Color info

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

RGB color model

#A3779C color RGB value is (163,119,156).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 156 of 255 = 61%

163
119
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 156 = 438 (100%)
R 163 of 438 ~ 37.21%
G 119 of 438 ~ 27.17%
B 156 of 438 ~ 35.62%

%37.21
%27.17
%35.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 4.29%
  • 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
%4.29
%36.08

Codes

Color #A3779C in popluar color models

A3779C
RGB163119156
HSL310°19.30%55.29%
HSB/HSV310°26.99%63.92%
CMYK0.00%26.99%4.29%
36.08%

Color #A3779C in popluar number systems.

HEXA3779C
Decimal163119156
Binary10100011111011110011100
Octal243167234

Shades and tints

Shades of #A3779C

#A3779C
(163,119,156)
#956D8E
(149,109,142)
#876380
(135,99,128)
#795972
(121,89,114)
#6B4F64
(107,79,100)
#5D4556
(93,69,86)
#4F3B48
(79,59,72)
#41313A
(65,49,58)
#33272C
(51,39,44)
#251D1E
(37,29,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A3779C

#A3779C
(163,119,156)
#AB83A5
(171,131,165)
#B38FAE
(179,143,174)
#BB9BB7
(187,155,183)
#C3A7C0
(195,167,192)
#CBB3C9
(203,179,201)
#D3BFD2
(211,191,210)
#DBCBDB
(219,203,219)
#E3D7E4
(227,215,228)
#EBE3ED
(235,227,237)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3779C; }

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

This text font color is #A3779C.


Background Color

.myBgColor { background-color: #A3779C; }

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

This div background color is #A3779C.


Border color

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

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

This div border color is #A3779C.


Opacity

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

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

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

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

This text has shadow with #A3779C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3779C on black background.


Color preview on white background

This text has color #A3779C on white background.



Black color preview on #A3779C background

This text has black color on #A3779C background.


White color preview on #A3779C background

This text has white color on #A3779C background.