COLOR #A980A2

HEX: #A980A2
RGB: (169,128,162)

Color info

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

RGB color model

#A980A2 color RGB value is (169,128,162).

  • red value is 169;
  • green value is 128;
  • blue value is 162.
RGB:
(169,128,162)
(66%,50%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 162 of 255 = 64%

169
128
162

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

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 162 = 459 (100%)
R 169 of 459 ~ 36.82%
G 128 of 459 ~ 27.89%
B 162 of 459 ~ 35.29%

%36.82
%27.89
%35.29

CMYK color model

#A980A2 color CMYK value is (0,24,4,34).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 4.14%
  • key color value is 33.73%
CMYK:
(0,24,4,34)
C0M24Y4K34 
(0%,24%,4%,34%)
(0.00/0.24/0.04/0.34)	

CMYK percentages

%0
%24.26
%4.14
%33.73

Codes

Color #A980A2 in popluar color models

A980A2
RGB169128162
HSL310°19.25%58.24%
HSB/HSV310°24.26%66.27%
CMYK0.00%24.26%4.14%
33.73%

Color #A980A2 in popluar number systems.

HEXA980A2
Decimal169128162
Binary101010011000000010100010
Octal251200242

Shades and tints

Shades of #A980A2

#A980A2
(169,128,162)
#9A7594
(154,117,148)
#8B6A86
(139,106,134)
#7C5F78
(124,95,120)
#6D546A
(109,84,106)
#5E495C
(94,73,92)
#4F3E4E
(79,62,78)
#403340
(64,51,64)
#312832
(49,40,50)
#221D24
(34,29,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A980A2

#A980A2
(169,128,162)
#B08BAA
(176,139,170)
#B796B2
(183,150,178)
#BEA1BA
(190,161,186)
#C5ACC2
(197,172,194)
#CCB7CA
(204,183,202)
#D3C2D2
(211,194,210)
#DACDDA
(218,205,218)
#E1D8E2
(225,216,226)
#E8E3EA
(232,227,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A980A2; }

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

This text font color is #A980A2.


Background Color

.myBgColor { background-color: #A980A2; }

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

This div background color is #A980A2.


Border color

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

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

This div border color is #A980A2.


Opacity

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

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

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

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

This text has shadow with #A980A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A980A2 on black background.


Color preview on white background

This text has color #A980A2 on white background.



Black color preview on #A980A2 background

This text has black color on #A980A2 background.


White color preview on #A980A2 background

This text has white color on #A980A2 background.