COLOR #A980CE

HEX: #A980CE
RGB: (169,128,206)

Color info

#A980CE contains mainly red and blue colors. Web safe color of #A980CE is #9966CC (or #96C).

RGB color model

#A980CE color RGB value is (169,128,206).

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

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 206 of 255 = 81%

169
128
206

R + G + B ~ 66%. #A980CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 206 = 503 (100%)
R 169 of 503 ~ 33.6%
G 128 of 503 ~ 25.45%
B 206 of 503 ~ 40.95%

%33.6
%25.45
%40.95

CMYK color model

#A980CE color CMYK value is (18,38,0,19).

  • cyan value is 17.96%
  • magenta value is 37.86%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,38,0,19)
C18M38Y0K19 
(18%,38%,0%,19%)
(0.18/0.38/0.00/0.19)	

CMYK percentages

%17.96
%37.86
%0
%19.22

Codes

Color #A980CE in popluar color models

A980CE
RGB169128206
HSL272°44.32%65.49%
HSB/HSV272°37.86%80.78%
CMYK17.96%37.86%0.00%
19.22%

Color #A980CE in popluar number systems.

HEXA980CE
Decimal169128206
Binary101010011000000011001110
Octal251200316

Shades and tints

Shades of #A980CE

#A980CE
(169,128,206)
#9A75BC
(154,117,188)
#8B6AAA
(139,106,170)
#7C5F98
(124,95,152)
#6D5486
(109,84,134)
#5E4974
(94,73,116)
#4F3E62
(79,62,98)
#403350
(64,51,80)
#31283E
(49,40,62)
#221D2C
(34,29,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #A980CE

#A980CE
(169,128,206)
#B08BD2
(176,139,210)
#B796D6
(183,150,214)
#BEA1DA
(190,161,218)
#C5ACDE
(197,172,222)
#CCB7E2
(204,183,226)
#D3C2E6
(211,194,230)
#DACDEA
(218,205,234)
#E1D8EE
(225,216,238)
#E8E3F2
(232,227,242)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A980CE; }

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

This text font color is #A980CE.


Background Color

.myBgColor { background-color: #A980CE; }

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

This div background color is #A980CE.


Border color

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

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

This div border color is #A980CE.


Opacity

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

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

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

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

This text has shadow with #A980CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A980CE on black background.


Color preview on white background

This text has color #A980CE on white background.



Black color preview on #A980CE background

This text has black color on #A980CE background.


White color preview on #A980CE background

This text has white color on #A980CE background.