COLOR #A980AF

HEX: #A980AF
RGB: (169,128,175)

Color info

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

RGB color model

#A980AF color RGB value is (169,128,175).

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

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 175 of 255 = 69%

169
128
175

R + G + B ~ 62%. #A980AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 175 = 472 (100%)
R 169 of 472 ~ 35.81%
G 128 of 472 ~ 27.12%
B 175 of 472 ~ 37.08%

%35.81
%27.12
%37.08

CMYK color model

#A980AF color CMYK value is (3,27,0,31).

  • cyan value is 3.43%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,27,0,31)
C3M27Y0K31 
(3%,27%,0%,31%)
(0.03/0.27/0.00/0.31)	

CMYK percentages

%3.43
%26.86
%0
%31.37

Codes

Color #A980AF in popluar color models

A980AF
RGB169128175
HSL292°22.71%59.41%
HSB/HSV292°26.86%68.63%
CMYK3.43%26.86%0.00%
31.37%

Color #A980AF in popluar number systems.

HEXA980AF
Decimal169128175
Binary101010011000000010101111
Octal251200257

Shades and tints

Shades of #A980AF

#A980AF
(169,128,175)
#9A75A0
(154,117,160)
#8B6A91
(139,106,145)
#7C5F82
(124,95,130)
#6D5473
(109,84,115)
#5E4964
(94,73,100)
#4F3E55
(79,62,85)
#403346
(64,51,70)
#312837
(49,40,55)
#221D28
(34,29,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A980AF

#A980AF
(169,128,175)
#B08BB6
(176,139,182)
#B796BD
(183,150,189)
#BEA1C4
(190,161,196)
#C5ACCB
(197,172,203)
#CCB7D2
(204,183,210)
#D3C2D9
(211,194,217)
#DACDE0
(218,205,224)
#E1D8E7
(225,216,231)
#E8E3EE
(232,227,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A980AF; }

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

This text font color is #A980AF.


Background Color

.myBgColor { background-color: #A980AF; }

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

This div background color is #A980AF.


Border color

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

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

This div border color is #A980AF.


Opacity

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

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

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

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

This text has shadow with #A980AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A980AF on black background.


Color preview on white background

This text has color #A980AF on white background.



Black color preview on #A980AF background

This text has black color on #A980AF background.


White color preview on #A980AF background

This text has white color on #A980AF background.