COLOR #A498B5

HEX: #A498B5
RGB: (164,152,181)

Color info

#A498B5 contains red, green and blue colors in about the same proportion. Web safe color of #A498B5 is #9999CC (or #99C).

RGB color model

#A498B5 color RGB value is (164,152,181).

  • red value is 164;
  • green value is 152;
  • blue value is 181.
RGB:
(164,152,181)
(64%,60%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 181 of 255 = 71%

164
152
181

R + G + B ~ 65%. #A498B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 181 = 497 (100%)
R 164 of 497 ~ 33%
G 152 of 497 ~ 30.58%
B 181 of 497 ~ 36.42%

%33
%30.58
%36.42

CMYK color model

#A498B5 color CMYK value is (9,16,0,29).

  • cyan value is 9.39%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,16,0,29)
C9M16Y0K29 
(9%,16%,0%,29%)
(0.09/0.16/0.00/0.29)	

CMYK percentages

%9.39
%16.02
%0
%29.02

Codes

Color #A498B5 in popluar color models

A498B5
RGB164152181
HSL265°16.38%65.29%
HSB/HSV265°16.02%70.98%
CMYK9.39%16.02%0.00%
29.02%

Color #A498B5 in popluar number systems.

HEXA498B5
Decimal164152181
Binary101001001001100010110101
Octal244230265

Shades and tints

Shades of #A498B5

#A498B5
(164,152,181)
#968BA5
(150,139,165)
#887E95
(136,126,149)
#7A7185
(122,113,133)
#6C6475
(108,100,117)
#5E5765
(94,87,101)
#504A55
(80,74,85)
#423D45
(66,61,69)
#343035
(52,48,53)
#262325
(38,35,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A498B5

#A498B5
(164,152,181)
#ACA1BB
(172,161,187)
#B4AAC1
(180,170,193)
#BCB3C7
(188,179,199)
#C4BCCD
(196,188,205)
#CCC5D3
(204,197,211)
#D4CED9
(212,206,217)
#DCD7DF
(220,215,223)
#E4E0E5
(228,224,229)
#ECE9EB
(236,233,235)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A498B5 color. Also use rgb(164,152,181) instead hex code.

Text Font Color

.myTextColor { color: #A498B5; }

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

This text font color is #A498B5.


Background Color

.myBgColor { background-color: #A498B5; }

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

This div background color is #A498B5.


Border color

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

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

This div border color is #A498B5.


Opacity

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

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

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

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

This text has shadow with #A498B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498B5 on black background.


Color preview on white background

This text has color #A498B5 on white background.



Black color preview on #A498B5 background

This text has black color on #A498B5 background.


White color preview on #A498B5 background

This text has white color on #A498B5 background.