COLOR #A978A2

HEX: #A978A2 RGB: (169,120,162)

Color info

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

RGB color model

#A978A2 color RGB value is (169,120,162).

RGB: (169,120,162) (66%, 47%, 64%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 162 of 255 = 64%

169
120
162

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 162 = 451 (100%)
R 169 of 451 ~ 37.47%
G 120 of 451 ~ 26.61%
B 162 of 451 ~ 35.92'%

%37.47
%26.61
%35.92

CMYK color model

#A978A2 color CMYK value is (0,29,4,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK: (0,29,4,34) C0M29Y4K34 (0%,29%,4%,34%) (0.00/0.29/0.04/0.34) 

CMYK percentages

%0
%28.99
%4.14
%33.73

Codes

Color #A978A2 in popluar color models

A9 78 A2
RGB 169 120 162
HSL 309° 22.17% 56.67%
HSB/HSV 309° 28.99% 66.27%
CMYK 0.00% 28.99% 4.14%
33.73%

Color #A978A2 in popluar number systems.

HEX A9 78 A2
Decimal 169 120 162
Binary 10101001 1111000 10100010
Octal 251 170 242

Shades and tints

Shades of #A978A2

#A978A2
(169,120,162)
#9A6E94
(154,110,148)
#8B6486
(139,100,134)
#7C5A78
(124,90,120)
#6D506A
(109,80,106)
#5E465C
(94,70,92)
#4F3C4E
(79,60,78)
#403240
(64,50,64)
#312832
(49,40,50)
#221E24
(34,30,36)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A978A2

#A978A2
(169,120,162)
#B084AA
(176,132,170)
#B790B2
(183,144,178)
#BE9CBA
(190,156,186)
#C5A8C2
(197,168,194)
#CCB4CA
(204,180,202)
#D3C0D2
(211,192,210)
#DACCDA
(218,204,218)
#E1D8E2
(225,216,226)
#E8E4EA
(232,228,234)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A978A2 color. Also use rgb(169,120,162) instead hex code.

Text Font Color

.myTextColor { color: #A978A2; }

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

This text font color is #A978A2.

Background Color

.myBgColor { background-color: #A978A2; }

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

This div background color is #A978A2.

Border color

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

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

This div border color is #A978A2.

Opacity

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

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

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

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

This text has shadow with #A978A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A978A2.

Preview

Color preview on black background

This text has color #A978A2 on black background.


Color preview on white background

This text has color #A978A2 on white background.


Black color preview on #A978A2 background

This text has black color on #A978A2 background.


White color preview on #A978A2 background

This text has white color on #A978A2 background.


Related colors

Complementary color

Complementary color for #hex is #56875D.


I love getcolorcode.com

Triadic colors

1 #A2A978 and #78A2A9 with #A978A2 are triadic colors.

2 #A278A9 and #78A9A2 with #A978A2 are triadic colors.