COLOR #A498D8

HEX: #A498D8
RGB: (164,152,216)

Color info

#A498D8 contains mainly red and blue colors. Web safe color of #A498D8 is #9999CC (or #99C).

RGB color model

#A498D8 color RGB value is (164,152,216).

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

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 216 of 255 = 85%

164
152
216

R + G + B ~ 70%. #A498D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 216 = 532 (100%)
R 164 of 532 ~ 30.83%
G 152 of 532 ~ 28.57%
B 216 of 532 ~ 40.6%

%30.83
%28.57
%40.6

CMYK color model

#A498D8 color CMYK value is (24,30,0,15).

  • cyan value is 24.07%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(24,30,0,15)
C24M30Y0K15 
(24%,30%,0%,15%)
(0.24/0.30/0.00/0.15)	

CMYK percentages

%24.07
%29.63
%0
%15.29

Codes

Color #A498D8 in popluar color models

A498D8
RGB164152216
HSL251°45.07%72.16%
HSB/HSV251°29.63%84.71%
CMYK24.07%29.63%0.00%
15.29%

Color #A498D8 in popluar number systems.

HEXA498D8
Decimal164152216
Binary101001001001100011011000
Octal244230330

Shades and tints

Shades of #A498D8

#A498D8
(164,152,216)
#968BC5
(150,139,197)
#887EB2
(136,126,178)
#7A719F
(122,113,159)
#6C648C
(108,100,140)
#5E5779
(94,87,121)
#504A66
(80,74,102)
#423D53
(66,61,83)
#343040
(52,48,64)
#26232D
(38,35,45)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #A498D8

#A498D8
(164,152,216)
#ACA1DB
(172,161,219)
#B4AADE
(180,170,222)
#BCB3E1
(188,179,225)
#C4BCE4
(196,188,228)
#CCC5E7
(204,197,231)
#D4CEEA
(212,206,234)
#DCD7ED
(220,215,237)
#E4E0F0
(228,224,240)
#ECE9F3
(236,233,243)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498D8; }

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

This text font color is #A498D8.


Background Color

.myBgColor { background-color: #A498D8; }

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

This div background color is #A498D8.


Border color

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

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

This div border color is #A498D8.


Opacity

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

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

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

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

This text has shadow with #A498D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498D8 on black background.


Color preview on white background

This text has color #A498D8 on white background.



Black color preview on #A498D8 background

This text has black color on #A498D8 background.


White color preview on #A498D8 background

This text has white color on #A498D8 background.