COLOR #A98FAA

HEX: #A98FAA RGB: (169,143,170)

Color info

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

RGB color model

#A98FAA color RGB value is (169,143,170).

RGB: (169,143,170) (66%, 56%, 67%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 170 of 255 = 67%

169
143
170

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

Portions of RGB colors in percentages

R + G + B = 169 + 143 + 170 = 482 (100%)
R 169 of 482 ~ 35.06%
G 143 of 482 ~ 29.67%
B 170 of 482 ~ 35.27'%

%35.06
%29.67
%35.27

CMYK color model

#A98FAA color CMYK value is (1,16,0,33).

  • cyan value is 0.59%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (1,16,0,33)
C1M16Y0K33 (1%, 16%, 0%, 33%)
(0.01 / 0.16 / 0.00 / 0.33)

CMYK percentages

%0.59
%15.88
%0
%33.33

Codes

Color #A98FAA in popluar color models

A9 8F AA
RGB 169 143 170
HSL 298° 13.71% 61.37%
HSB/HSV 298° 15.88% 66.67%
CMYK 0.59% 15.88% 0.00%
33.33%

Color #A98FAA in popluar number systems.

HEX A9 8F AA
Decimal 169 143 170
Binary 10101001 10001111 10101010
Octal 251 217 252

Shades and tints

Shades of #A98FAA

#A98FAA
(169,143,170)
#9A829B
(154,130,155)
#8B758C
(139,117,140)
#7C687D
(124,104,125)
#6D5B6E
(109,91,110)
#5E4E5F
(94,78,95)
#4F4150
(79,65,80)
#403441
(64,52,65)
#312732
(49,39,50)
#221A23
(34,26,35)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #A98FAA

#A98FAA
(169,143,170)
#B099B1
(176,153,177)
#B7A3B8
(183,163,184)
#BEADBF
(190,173,191)
#C5B7C6
(197,183,198)
#CCC1CD
(204,193,205)
#D3CBD4
(211,203,212)
#DAD5DB
(218,213,219)
#E1DFE2
(225,223,226)
#E8E9E9
(232,233,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98FAA; }

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

This text font color is #A98FAA.

Background Color

.myBgColor { background-color: #A98FAA; }

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

This div background color is #A98FAA.

Border color

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

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

This div border color is #A98FAA.

Opacity

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

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

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

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

This text has shadow with #A98FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98FAA.

Preview

Color preview on black background

This text has color #A98FAA on black background.


Color preview on white background

This text has color #A98FAA on white background.


Black color preview on #A98FAA background

This text has black color on #A98FAA background.


White color preview on #A98FAA background

This text has white color on #A98FAA background.


Related colors

Complementary color

Complementary color for #hex is #567055.


I love getcolorcode.com

Triadic colors

1 #AAA98F and #8FAAA9 with #A98FAA are triadic colors.

2 #AA8FA9 and #8FA9AA with #A98FAA are triadic colors.