COLOR #A984AF

HEX: #A984AF RGB: (169,132,175)

Color info

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

RGB color model

#A984AF color RGB value is (169,132,175).

RGB: (169,132,175) (66%, 52%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 175 of 255 = 69%

169
132
175

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

Portions of RGB colors in percentages

R + G + B = 169 + 132 + 175 = 476 (100%)
R 169 of 476 ~ 35.5%
G 132 of 476 ~ 27.73%
B 175 of 476 ~ 36.76'%

%35.5
%27.73
%36.76

CMYK color model

#A984AF color CMYK value is (3,25,0,31).

  • cyan value is 3.43%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (3,25,0,31)
C3M25Y0K31 (3%, 25%, 0%, 31%)
(0.03 / 0.25 / 0.00 / 0.31)

CMYK percentages

%3.43
%24.57
%0
%31.37

Codes

Color #A984AF in popluar color models

A9 84 AF
RGB 169 132 175
HSL 292° 21.18% 60.20%
HSB/HSV 292° 24.57% 68.63%
CMYK 3.43% 24.57% 0.00%
31.37%

Color #A984AF in popluar number systems.

HEX A9 84 AF
Decimal 169 132 175
Binary 10101001 10000100 10101111
Octal 251 204 257

Shades and tints

Shades of #A984AF

#A984AF
(169,132,175)
#9A78A0
(154,120,160)
#8B6C91
(139,108,145)
#7C6082
(124,96,130)
#6D5473
(109,84,115)
#5E4864
(94,72,100)
#4F3C55
(79,60,85)
#403046
(64,48,70)
#312437
(49,36,55)
#221828
(34,24,40)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #A984AF

#A984AF
(169,132,175)
#B08FB6
(176,143,182)
#B79ABD
(183,154,189)
#BEA5C4
(190,165,196)
#C5B0CB
(197,176,203)
#CCBBD2
(204,187,210)
#D3C6D9
(211,198,217)
#DAD1E0
(218,209,224)
#E1DCE7
(225,220,231)
#E8E7EE
(232,231,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A984AF; }

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

This text font color is #A984AF.

Background Color

.myBgColor { background-color: #A984AF; }

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

This div background color is #A984AF.

Border color

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

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

This div border color is #A984AF.

Opacity

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

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

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

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

This text has shadow with #A984AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A984AF.

Preview

Color preview on black background

This text has color #A984AF on black background.


Color preview on white background

This text has color #A984AF on white background.


Black color preview on #A984AF background

This text has black color on #A984AF background.


White color preview on #A984AF background

This text has white color on #A984AF background.


Related colors

Complementary color

Complementary color for #hex is #567B50.


I love getcolorcode.com

Triadic colors

1 #AFA984 and #84AFA9 with #A984AF are triadic colors.

2 #AF84A9 and #84A9AF with #A984AF are triadic colors.