COLOR #A981B7

HEX: #A981B7
RGB: (169,129,183)

Color info

#A981B7 contains red, green and blue colors in about the same proportion. Web safe color of #A981B7 is #9999CC (or #99C).

RGB color model

#A981B7 color RGB value is (169,129,183).

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

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 183 of 255 = 72%

169
129
183

R + G + B ~ 63%. #A981B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 183 = 481 (100%)
R 169 of 481 ~ 35.14%
G 129 of 481 ~ 26.82%
B 183 of 481 ~ 38.05%

%35.14
%26.82
%38.05

CMYK color model

#A981B7 color CMYK value is (8,30,0,28).

  • cyan value is 7.65%
  • magenta value is 29.51%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(8,30,0,28)
C8M30Y0K28 
(8%,30%,0%,28%)
(0.08/0.30/0.00/0.28)	

CMYK percentages

%7.65
%29.51
%0
%28.24

Codes

Color #A981B7 in popluar color models

A981B7
RGB169129183
HSL284°27.27%61.18%
HSB/HSV284°29.51%71.76%
CMYK7.65%29.51%0.00%
28.24%

Color #A981B7 in popluar number systems.

HEXA981B7
Decimal169129183
Binary101010011000000110110111
Octal251201267

Shades and tints

Shades of #A981B7

#A981B7
(169,129,183)
#9A76A7
(154,118,167)
#8B6B97
(139,107,151)
#7C6087
(124,96,135)
#6D5577
(109,85,119)
#5E4A67
(94,74,103)
#4F3F57
(79,63,87)
#403447
(64,52,71)
#312937
(49,41,55)
#221E27
(34,30,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A981B7

#A981B7
(169,129,183)
#B08CBD
(176,140,189)
#B797C3
(183,151,195)
#BEA2C9
(190,162,201)
#C5ADCF
(197,173,207)
#CCB8D5
(204,184,213)
#D3C3DB
(211,195,219)
#DACEE1
(218,206,225)
#E1D9E7
(225,217,231)
#E8E4ED
(232,228,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A981B7; }

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

This text font color is #A981B7.


Background Color

.myBgColor { background-color: #A981B7; }

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

This div background color is #A981B7.


Border color

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

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

This div border color is #A981B7.


Opacity

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

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

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

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

This text has shadow with #A981B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A981B7 on black background.


Color preview on white background

This text has color #A981B7 on white background.



Black color preview on #A981B7 background

This text has black color on #A981B7 background.


White color preview on #A981B7 background

This text has white color on #A981B7 background.