COLOR #A98AAF

HEX: #A98AAF RGB: (169,138,175)

Color info

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

RGB color model

#A98AAF color RGB value is (169,138,175).

RGB: (169,138,175) (66%, 54%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 175 of 255 = 69%

169
138
175

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

Portions of RGB colors in percentages

R + G + B = 169 + 138 + 175 = 482 (100%)
R 169 of 482 ~ 35.06%
G 138 of 482 ~ 28.63%
B 175 of 482 ~ 36.31'%

%35.06
%28.63
%36.31

CMYK color model

#A98AAF color CMYK value is (3,21,0,31).

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

CMYK: (3,21,0,31)
C3M21Y0K31 (3%, 21%, 0%, 31%)
(0.03 / 0.21 / 0.00 / 0.31)

CMYK percentages

%3.43
%21.14
%0
%31.37

Codes

Color #A98AAF in popluar color models

A9 8A AF
RGB 169 138 175
HSL 290° 18.78% 61.37%
HSB/HSV 290° 21.14% 68.63%
CMYK 3.43% 21.14% 0.00%
31.37%

Color #A98AAF in popluar number systems.

HEX A9 8A AF
Decimal 169 138 175
Binary 10101001 10001010 10101111
Octal 251 212 257

Shades and tints

Shades of #A98AAF

#A98AAF
(169,138,175)
#9A7EA0
(154,126,160)
#8B7291
(139,114,145)
#7C6682
(124,102,130)
#6D5A73
(109,90,115)
#5E4E64
(94,78,100)
#4F4255
(79,66,85)
#403646
(64,54,70)
#312A37
(49,42,55)
#221E28
(34,30,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A98AAF

#A98AAF
(169,138,175)
#B094B6
(176,148,182)
#B79EBD
(183,158,189)
#BEA8C4
(190,168,196)
#C5B2CB
(197,178,203)
#CCBCD2
(204,188,210)
#D3C6D9
(211,198,217)
#DAD0E0
(218,208,224)
#E1DAE7
(225,218,231)
#E8E4EE
(232,228,238)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98AAF; }

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

This text font color is #A98AAF.

Background Color

.myBgColor { background-color: #A98AAF; }

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

This div background color is #A98AAF.

Border color

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

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

This div border color is #A98AAF.

Opacity

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

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

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

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

This text has shadow with #A98AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98AAF.

Preview

Color preview on black background

This text has color #A98AAF on black background.


Color preview on white background

This text has color #A98AAF on white background.


Black color preview on #A98AAF background

This text has black color on #A98AAF background.


White color preview on #A98AAF background

This text has white color on #A98AAF background.


Related colors

Complementary color

Complementary color for #hex is #567550.


I love getcolorcode.com

Triadic colors

1 #AFA98A and #8AAFA9 with #A98AAF are triadic colors.

2 #AF8AA9 and #8AA9AF with #A98AAF are triadic colors.