COLOR #A98FAF

HEX: #A98FAF RGB: (169,143,175)

Color info

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

RGB color model

#A98FAF color RGB value is (169,143,175).

RGB: (169,143,175) (66%, 56%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 175 of 255 = 69%

169
143
175

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

Portions of RGB colors in percentages

R + G + B = 169 + 143 + 175 = 487 (100%)
R 169 of 487 ~ 34.7%
G 143 of 487 ~ 29.36%
B 175 of 487 ~ 35.93'%

%34.7
%29.36
%35.93

CMYK color model

#A98FAF color CMYK value is (3,18,0,31).

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

CMYK: (3,18,0,31)
C3M18Y0K31 (3%, 18%, 0%, 31%)
(0.03 / 0.18 / 0.00 / 0.31)

CMYK percentages

%3.43
%18.29
%0
%31.37

Codes

Color #A98FAF in popluar color models

A9 8F AF
RGB 169 143 175
HSL 289° 16.67% 62.35%
HSB/HSV 289° 18.29% 68.63%
CMYK 3.43% 18.29% 0.00%
31.37%

Color #A98FAF in popluar number systems.

HEX A9 8F AF
Decimal 169 143 175
Binary 10101001 10001111 10101111
Octal 251 217 257

Shades and tints

Shades of #A98FAF

#A98FAF
(169,143,175)
#9A82A0
(154,130,160)
#8B7591
(139,117,145)
#7C6882
(124,104,130)
#6D5B73
(109,91,115)
#5E4E64
(94,78,100)
#4F4155
(79,65,85)
#403446
(64,52,70)
#312737
(49,39,55)
#221A28
(34,26,40)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #A98FAF

#A98FAF
(169,143,175)
#B099B6
(176,153,182)
#B7A3BD
(183,163,189)
#BEADC4
(190,173,196)
#C5B7CB
(197,183,203)
#CCC1D2
(204,193,210)
#D3CBD9
(211,203,217)
#DAD5E0
(218,213,224)
#E1DFE7
(225,223,231)
#E8E9EE
(232,233,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98FAF; }

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

This text font color is #A98FAF.

Background Color

.myBgColor { background-color: #A98FAF; }

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

This div background color is #A98FAF.

Border color

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

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

This div border color is #A98FAF.

Opacity

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

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

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

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

This text has shadow with #A98FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98FAF.

Preview

Color preview on black background

This text has color #A98FAF on black background.


Color preview on white background

This text has color #A98FAF on white background.


Black color preview on #A98FAF background

This text has black color on #A98FAF background.


White color preview on #A98FAF background

This text has white color on #A98FAF background.


Related colors

Complementary color

Complementary color for #hex is #567050.


I love getcolorcode.com

Triadic colors

1 #AFA98F and #8FAFA9 with #A98FAF are triadic colors.

2 #AF8FA9 and #8FA9AF with #A98FAF are triadic colors.