COLOR #A981BD

HEX: #A981BD RGB: (169,129,189)

Color info

#A981BD contains mainly red and blue colors. Web safe color of #A981BD is #9999CC (or #99C).

RGB color model

#A981BD color RGB value is (169,129,189).

RGB: (169,129,189) (66%, 51%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 189 of 255 = 74%

169
129
189

R + G + B ~ 64%. #A981BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 129 + 189 = 487 (100%)
R 169 of 487 ~ 34.7%
G 129 of 487 ~ 26.49%
B 189 of 487 ~ 38.81'%

%34.7
%26.49
%38.81

CMYK color model

#A981BD color CMYK value is (11,32,0,26).

  • cyan value is 10.58%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (11,32,0,26)
C11M32Y0K26 (11%, 32%, 0%, 26%)
(0.11 / 0.32 / 0.00 / 0.26)

CMYK percentages

%10.58
%31.75
%0
%25.88

Codes

Color #A981BD in popluar color models

A9 81 BD
RGB 169 129 189
HSL 280° 31.25% 62.35%
HSB/HSV 280° 31.75% 74.12%
CMYK 10.58% 31.75% 0.00%
25.88%

Color #A981BD in popluar number systems.

HEX A9 81 BD
Decimal 169 129 189
Binary 10101001 10000001 10111101
Octal 251 201 275

Shades and tints

Shades of #A981BD

#A981BD
(169,129,189)
#9A76AC
(154,118,172)
#8B6B9B
(139,107,155)
#7C608A
(124,96,138)
#6D5579
(109,85,121)
#5E4A68
(94,74,104)
#4F3F57
(79,63,87)
#403446
(64,52,70)
#312935
(49,41,53)
#221E24
(34,30,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A981BD

#A981BD
(169,129,189)
#B08CC3
(176,140,195)
#B797C9
(183,151,201)
#BEA2CF
(190,162,207)
#C5ADD5
(197,173,213)
#CCB8DB
(204,184,219)
#D3C3E1
(211,195,225)
#DACEE7
(218,206,231)
#E1D9ED
(225,217,237)
#E8E4F3
(232,228,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A981BD; }

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

This text font color is #A981BD.

Background Color

.myBgColor { background-color: #A981BD; }

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

This div background color is #A981BD.

Border color

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

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

This div border color is #A981BD.

Opacity

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

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

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

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

This text has shadow with #A981BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A981BD.

Preview

Color preview on black background

This text has color #A981BD on black background.


Color preview on white background

This text has color #A981BD on white background.


Black color preview on #A981BD background

This text has black color on #A981BD background.


White color preview on #A981BD background

This text has white color on #A981BD background.


Related colors

Complementary color

Complementary color for #hex is #567E42.


I love getcolorcode.com

Triadic colors

1 #BDA981 and #81BDA9 with #A981BD are triadic colors.

2 #BD81A9 and #81A9BD with #A981BD are triadic colors.