COLOR #A498EA

HEX: #A498EA
RGB: (164,152,234)

Color info

#A498EA contains mainly blue color. Web safe color of #A498EA is #9999FF (or #99F).

RGB color model

#A498EA color RGB value is (164,152,234).

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

RGB channels and saturation

R 164 of 255 = 64%
G 152 of 255 = 60%
B 234 of 255 = 92%

164
152
234

R + G + B ~ 72%. #A498EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 234 = 550 (100%)
R 164 of 550 ~ 29.82%
G 152 of 550 ~ 27.64%
B 234 of 550 ~ 42.55%

%29.82
%27.64
%42.55

CMYK color model

#A498EA color CMYK value is (30,35,0,8).

  • cyan value is 29.91%
  • magenta value is 35.04%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(30,35,0,8)
C30M35Y0K8 
(30%,35%,0%,8%)
(0.30/0.35/0.00/0.08)	

CMYK percentages

%29.91
%35.04
%0
%8.24

Codes

Color #A498EA in popluar color models

A498EA
RGB164152234
HSL249°66.13%75.69%
HSB/HSV249°35.04%91.76%
CMYK29.91%35.04%0.00%
8.24%

Color #A498EA in popluar number systems.

HEXA498EA
Decimal164152234
Binary101001001001100011101010
Octal244230352

Shades and tints

Shades of #A498EA

#A498EA
(164,152,234)
#968BD5
(150,139,213)
#887EC0
(136,126,192)
#7A71AB
(122,113,171)
#6C6496
(108,100,150)
#5E5781
(94,87,129)
#504A6C
(80,74,108)
#423D57
(66,61,87)
#343042
(52,48,66)
#26232D
(38,35,45)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A498EA

#A498EA
(164,152,234)
#ACA1EB
(172,161,235)
#B4AAEC
(180,170,236)
#BCB3ED
(188,179,237)
#C4BCEE
(196,188,238)
#CCC5EF
(204,197,239)
#D4CEF0
(212,206,240)
#DCD7F1
(220,215,241)
#E4E0F2
(228,224,242)
#ECE9F3
(236,233,243)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A498EA; }

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

This text font color is #A498EA.


Background Color

.myBgColor { background-color: #A498EA; }

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

This div background color is #A498EA.


Border color

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

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

This div border color is #A498EA.


Opacity

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

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

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

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

This text has shadow with #A498EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A498EA on black background.


Color preview on white background

This text has color #A498EA on white background.



Black color preview on #A498EA background

This text has black color on #A498EA background.


White color preview on #A498EA background

This text has white color on #A498EA background.