COLOR #A379A3

HEX: #A379A3
RGB: (163,121,163)

Color info

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

RGB color model

#A379A3 color RGB value is (163,121,163).

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

RGB channels and saturation

R 163 of 255 = 64%
G 121 of 255 = 47%
B 163 of 255 = 64%

163
121
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 163 = 447 (100%)
R 163 of 447 ~ 36.47%
G 121 of 447 ~ 27.07%
B 163 of 447 ~ 36.47%

%36.47
%27.07
%36.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,26,0,36)
C0M26Y0K36 
(0%,26%,0%,36%)
(0.00/0.26/0.00/0.36)	

CMYK percentages

%0
%25.77
%0
%36.08

Codes

Color #A379A3 in popluar color models

A379A3
RGB163121163
HSL300°18.58%55.69%
HSB/HSV300°25.77%63.92%
CMYK0.00%25.77%0.00%
36.08%

Color #A379A3 in popluar number systems.

HEXA379A3
Decimal163121163
Binary10100011111100110100011
Octal243171243

Shades and tints

Shades of #A379A3

#A379A3
(163,121,163)
#956E95
(149,110,149)
#876387
(135,99,135)
#795879
(121,88,121)
#6B4D6B
(107,77,107)
#5D425D
(93,66,93)
#4F374F
(79,55,79)
#412C41
(65,44,65)
#332133
(51,33,51)
#251625
(37,22,37)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #A379A3

#A379A3
(163,121,163)
#AB85AB
(171,133,171)
#B391B3
(179,145,179)
#BB9DBB
(187,157,187)
#C3A9C3
(195,169,195)
#CBB5CB
(203,181,203)
#D3C1D3
(211,193,211)
#DBCDDB
(219,205,219)
#E3D9E3
(227,217,227)
#EBE5EB
(235,229,235)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A379A3; }

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

This text font color is #A379A3.


Background Color

.myBgColor { background-color: #A379A3; }

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

This div background color is #A379A3.


Border color

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

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

This div border color is #A379A3.


Opacity

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

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

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

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

This text has shadow with #A379A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A379A3 on black background.


Color preview on white background

This text has color #A379A3 on white background.



Black color preview on #A379A3 background

This text has black color on #A379A3 background.


White color preview on #A379A3 background

This text has white color on #A379A3 background.