COLOR #A979A8

HEX: #A979A8
RGB: (169,121,168)

Color info

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

RGB color model

#A979A8 color RGB value is (169,121,168).

  • red value is 169;
  • green value is 121;
  • blue value is 168.
RGB:
(169,121,168)
(66%,47%,66%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 168 of 255 = 66%

169
121
168

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 168 = 458 (100%)
R 169 of 458 ~ 36.9%
G 121 of 458 ~ 26.42%
B 168 of 458 ~ 36.68%

%36.9
%26.42
%36.68

CMYK color model

#A979A8 color CMYK value is (0,28,1,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 0.59%
  • key color value is 33.73%
CMYK:
(0,28,1,34)
C0M28Y1K34 
(0%,28%,1%,34%)
(0.00/0.28/0.01/0.34)	

CMYK percentages

%0
%28.4
%0.59
%33.73

Codes

Color #A979A8 in popluar color models

A979A8
RGB169121168
HSL301°21.82%56.86%
HSB/HSV301°28.40%66.27%
CMYK0.00%28.40%0.59%
33.73%

Color #A979A8 in popluar number systems.

HEXA979A8
Decimal169121168
Binary10101001111100110101000
Octal251171250

Shades and tints

Shades of #A979A8

#A979A8
(169,121,168)
#9A6E99
(154,110,153)
#8B638A
(139,99,138)
#7C587B
(124,88,123)
#6D4D6C
(109,77,108)
#5E425D
(94,66,93)
#4F374E
(79,55,78)
#402C3F
(64,44,63)
#312130
(49,33,48)
#221621
(34,22,33)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #A979A8

#A979A8
(169,121,168)
#B085AF
(176,133,175)
#B791B6
(183,145,182)
#BE9DBD
(190,157,189)
#C5A9C4
(197,169,196)
#CCB5CB
(204,181,203)
#D3C1D2
(211,193,210)
#DACDD9
(218,205,217)
#E1D9E0
(225,217,224)
#E8E5E7
(232,229,231)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A979A8; }

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

This text font color is #A979A8.


Background Color

.myBgColor { background-color: #A979A8; }

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

This div background color is #A979A8.


Border color

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

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

This div border color is #A979A8.


Opacity

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

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

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

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

This text has shadow with #A979A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A979A8 on black background.


Color preview on white background

This text has color #A979A8 on white background.



Black color preview on #A979A8 background

This text has black color on #A979A8 background.


White color preview on #A979A8 background

This text has white color on #A979A8 background.