COLOR #A98AAD

HEX: #A98AAD
RGB: (169,138,173)

Color info

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

RGB color model

#A98AAD color RGB value is (169,138,173).

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

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 173 of 255 = 68%

169
138
173

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 173 = 480 (100%)
R 169 of 480 ~ 35.21%
G 138 of 480 ~ 28.75%
B 173 of 480 ~ 36.04%

%35.21
%28.75
%36.04

CMYK color model

#A98AAD color CMYK value is (2,20,0,32).

  • cyan value is 2.31%
  • magenta value is 20.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,20,0,32)
C2M20Y0K32 
(2%,20%,0%,32%)
(0.02/0.20/0.00/0.32)	

CMYK percentages

%2.31
%20.23
%0
%32.16

Codes

Color #A98AAD in popluar color models

A98AAD
RGB169138173
HSL293°17.59%60.98%
HSB/HSV293°20.23%67.84%
CMYK2.31%20.23%0.00%
32.16%

Color #A98AAD in popluar number systems.

HEXA98AAD
Decimal169138173
Binary101010011000101010101101
Octal251212255

Shades and tints

Shades of #A98AAD

#A98AAD
(169,138,173)
#9A7E9E
(154,126,158)
#8B728F
(139,114,143)
#7C6680
(124,102,128)
#6D5A71
(109,90,113)
#5E4E62
(94,78,98)
#4F4253
(79,66,83)
#403644
(64,54,68)
#312A35
(49,42,53)
#221E26
(34,30,38)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A98AAD

#A98AAD
(169,138,173)
#B094B4
(176,148,180)
#B79EBB
(183,158,187)
#BEA8C2
(190,168,194)
#C5B2C9
(197,178,201)
#CCBCD0
(204,188,208)
#D3C6D7
(211,198,215)
#DAD0DE
(218,208,222)
#E1DAE5
(225,218,229)
#E8E4EC
(232,228,236)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98AAD; }

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

This text font color is #A98AAD.


Background Color

.myBgColor { background-color: #A98AAD; }

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

This div background color is #A98AAD.


Border color

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

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

This div border color is #A98AAD.


Opacity

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

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

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

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

This text has shadow with #A98AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AAD on black background.


Color preview on white background

This text has color #A98AAD on white background.



Black color preview on #A98AAD background

This text has black color on #A98AAD background.


White color preview on #A98AAD background

This text has white color on #A98AAD background.