COLOR #A984BB

HEX: #A984BB RGB: (169,132,187)

Color info

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

RGB color model

#A984BB color RGB value is (169,132,187).

RGB: (169,132,187) (66%, 52%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 187 of 255 = 73%

169
132
187

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

Portions of RGB colors in percentages

R + G + B = 169 + 132 + 187 = 488 (100%)
R 169 of 488 ~ 34.63%
G 132 of 488 ~ 27.05%
B 187 of 488 ~ 38.32'%

%34.63
%27.05
%38.32

CMYK color model

#A984BB color CMYK value is (10,29,0,27).

  • cyan value is 9.63%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,29,0,27)
C10M29Y0K27 (10%, 29%, 0%, 27%)
(0.10 / 0.29 / 0.00 / 0.27)

CMYK percentages

%9.63
%29.41
%0
%26.67

Codes

Color #A984BB in popluar color models

A9 84 BB
RGB 169 132 187
HSL 280° 28.80% 62.55%
HSB/HSV 280° 29.41% 73.33%
CMYK 9.63% 29.41% 0.00%
26.67%

Color #A984BB in popluar number systems.

HEX A9 84 BB
Decimal 169 132 187
Binary 10101001 10000100 10111011
Octal 251 204 273

Shades and tints

Shades of #A984BB

#A984BB
(169,132,187)
#9A78AA
(154,120,170)
#8B6C99
(139,108,153)
#7C6088
(124,96,136)
#6D5477
(109,84,119)
#5E4866
(94,72,102)
#4F3C55
(79,60,85)
#403044
(64,48,68)
#312433
(49,36,51)
#221822
(34,24,34)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #A984BB

#A984BB
(169,132,187)
#B08FC1
(176,143,193)
#B79AC7
(183,154,199)
#BEA5CD
(190,165,205)
#C5B0D3
(197,176,211)
#CCBBD9
(204,187,217)
#D3C6DF
(211,198,223)
#DAD1E5
(218,209,229)
#E1DCEB
(225,220,235)
#E8E7F1
(232,231,241)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A984BB color. Also use rgb(169,132,187) instead hex code.

Text Font Color

.myTextColor { color: #A984BB; }

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

This text font color is #A984BB.

Background Color

.myBgColor { background-color: #A984BB; }

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

This div background color is #A984BB.

Border color

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

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

This div border color is #A984BB.

Opacity

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

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

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

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

This text has shadow with #A984BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A984BB.

Preview

Color preview on black background

This text has color #A984BB on black background.


Color preview on white background

This text has color #A984BB on white background.


Black color preview on #A984BB background

This text has black color on #A984BB background.


White color preview on #A984BB background

This text has white color on #A984BB background.


Related colors

Complementary color

Complementary color for #hex is #567B44.


I love getcolorcode.com

Triadic colors

1 #BBA984 and #84BBA9 with #A984BB are triadic colors.

2 #BB84A9 and #84A9BB with #A984BB are triadic colors.