COLOR #A981B1

HEX: #A981B1
RGB: (169,129,177)

Color info

#A981B1 contains red, green and blue colors in about the same proportion. Web safe color of #A981B1 is #999999 (or #999).

RGB color model

#A981B1 color RGB value is (169,129,177).

  • red value is 169;
  • green value is 129;
  • blue value is 177.
RGB:
(169,129,177)
(66%,51%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 177 of 255 = 69%

169
129
177

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

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 177 = 475 (100%)
R 169 of 475 ~ 35.58%
G 129 of 475 ~ 27.16%
B 177 of 475 ~ 37.26%

%35.58
%27.16
%37.26

CMYK color model

#A981B1 color CMYK value is (5,27,0,31).

  • cyan value is 4.52%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,27,0,31)
C5M27Y0K31 
(5%,27%,0%,31%)
(0.05/0.27/0.00/0.31)	

CMYK percentages

%4.52
%27.12
%0
%30.59

Codes

Color #A981B1 in popluar color models

A981B1
RGB169129177
HSL290°23.53%60.00%
HSB/HSV290°27.12%69.41%
CMYK4.52%27.12%0.00%
30.59%

Color #A981B1 in popluar number systems.

HEXA981B1
Decimal169129177
Binary101010011000000110110001
Octal251201261

Shades and tints

Shades of #A981B1

#A981B1
(169,129,177)
#9A76A1
(154,118,161)
#8B6B91
(139,107,145)
#7C6081
(124,96,129)
#6D5571
(109,85,113)
#5E4A61
(94,74,97)
#4F3F51
(79,63,81)
#403441
(64,52,65)
#312931
(49,41,49)
#221E21
(34,30,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A981B1

#A981B1
(169,129,177)
#B08CB8
(176,140,184)
#B797BF
(183,151,191)
#BEA2C6
(190,162,198)
#C5ADCD
(197,173,205)
#CCB8D4
(204,184,212)
#D3C3DB
(211,195,219)
#DACEE2
(218,206,226)
#E1D9E9
(225,217,233)
#E8E4F0
(232,228,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A981B1 color. Also use rgb(169,129,177) instead hex code.

Text Font Color

.myTextColor { color: #A981B1; }

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

This text font color is #A981B1.


Background Color

.myBgColor { background-color: #A981B1; }

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

This div background color is #A981B1.


Border color

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

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

This div border color is #A981B1.


Opacity

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

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

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

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

This text has shadow with #A981B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A981B1 on black background.


Color preview on white background

This text has color #A981B1 on white background.



Black color preview on #A981B1 background

This text has black color on #A981B1 background.


White color preview on #A981B1 background

This text has white color on #A981B1 background.