COLOR #A98AA1

HEX: #A98AA1
RGB: (169,138,161)

Color info

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

RGB color model

#A98AA1 color RGB value is (169,138,161).

  • red value is 169;
  • green value is 138;
  • blue value is 161.
RGB:
(169,138,161)
(66%,54%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 161 of 255 = 63%

169
138
161

R + G + B ~ 61%. #A98AA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 161 = 468 (100%)
R 169 of 468 ~ 36.11%
G 138 of 468 ~ 29.49%
B 161 of 468 ~ 34.4%

%36.11
%29.49
%34.4

CMYK color model

#A98AA1 color CMYK value is (0,18,5,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,18,5,34)
C0M18Y5K34 
(0%,18%,5%,34%)
(0.00/0.18/0.05/0.34)	

CMYK percentages

%0
%18.34
%4.73
%33.73

Codes

Color #A98AA1 in popluar color models

A98AA1
RGB169138161
HSL315°15.27%60.20%
HSB/HSV315°18.34%66.27%
CMYK0.00%18.34%4.73%
33.73%

Color #A98AA1 in popluar number systems.

HEXA98AA1
Decimal169138161
Binary101010011000101010100001
Octal251212241

Shades and tints

Shades of #A98AA1

#A98AA1
(169,138,161)
#9A7E93
(154,126,147)
#8B7285
(139,114,133)
#7C6677
(124,102,119)
#6D5A69
(109,90,105)
#5E4E5B
(94,78,91)
#4F424D
(79,66,77)
#40363F
(64,54,63)
#312A31
(49,42,49)
#221E23
(34,30,35)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A98AA1

#A98AA1
(169,138,161)
#B094A9
(176,148,169)
#B79EB1
(183,158,177)
#BEA8B9
(190,168,185)
#C5B2C1
(197,178,193)
#CCBCC9
(204,188,201)
#D3C6D1
(211,198,209)
#DAD0D9
(218,208,217)
#E1DAE1
(225,218,225)
#E8E4E9
(232,228,233)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98AA1; }

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

This text font color is #A98AA1.


Background Color

.myBgColor { background-color: #A98AA1; }

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

This div background color is #A98AA1.


Border color

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

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

This div border color is #A98AA1.


Opacity

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

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

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

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

This text has shadow with #A98AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AA1 on black background.


Color preview on white background

This text has color #A98AA1 on white background.



Black color preview on #A98AA1 background

This text has black color on #A98AA1 background.


White color preview on #A98AA1 background

This text has white color on #A98AA1 background.