COLOR #A379A2

HEX: #A379A2
RGB: (163,121,162)

Color info

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

RGB color model

#A379A2 color RGB value is (163,121,162).

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

RGB channels and saturation

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

163
121
162

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

Portions of RGB colors in percentages

R + G + B =
163 + 121 + 162 = 446 (100%)
R 163 of 446 ~ 36.55%
G 121 of 446 ~ 27.13%
B 162 of 446 ~ 36.32%

%36.55
%27.13
%36.32

CMYK color model

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

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

CMYK percentages

%0
%25.77
%0.61
%36.08

Codes

Color #A379A2 in popluar color models

A379A2
RGB163121162
HSL301°18.58%55.69%
HSB/HSV301°25.77%63.92%
CMYK0.00%25.77%0.61%
36.08%

Color #A379A2 in popluar number systems.

HEXA379A2
Decimal163121162
Binary10100011111100110100010
Octal243171242

Shades and tints

Shades of #A379A2

#A379A2
(163,121,162)
#956E94
(149,110,148)
#876386
(135,99,134)
#795878
(121,88,120)
#6B4D6A
(107,77,106)
#5D425C
(93,66,92)
#4F374E
(79,55,78)
#412C40
(65,44,64)
#332132
(51,33,50)
#251624
(37,22,36)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #A379A2

#A379A2
(163,121,162)
#AB85AA
(171,133,170)
#B391B2
(179,145,178)
#BB9DBA
(187,157,186)
#C3A9C2
(195,169,194)
#CBB5CA
(203,181,202)
#D3C1D2
(211,193,210)
#DBCDDA
(219,205,218)
#E3D9E2
(227,217,226)
#EBE5EA
(235,229,234)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A379A2; }

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

This text font color is #A379A2.


Background Color

.myBgColor { background-color: #A379A2; }

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

This div background color is #A379A2.


Border color

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

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

This div border color is #A379A2.


Opacity

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

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

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

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

This text has shadow with #A379A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A379A2 on black background.


Color preview on white background

This text has color #A379A2 on white background.



Black color preview on #A379A2 background

This text has black color on #A379A2 background.


White color preview on #A379A2 background

This text has white color on #A379A2 background.