COLOR #A398EC

HEX: #A398EC
RGB: (163,152,236)

Color info

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

RGB color model

#A398EC color RGB value is (163,152,236).

  • red value is 163;
  • green value is 152;
  • blue value is 236.
RGB:
(163,152,236)
(64%,60%,93%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 236 of 255 = 93%

163
152
236

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 236 = 551 (100%)
R 163 of 551 ~ 29.58%
G 152 of 551 ~ 27.59%
B 236 of 551 ~ 42.83%

%29.58
%27.59
%42.83

CMYK color model

#A398EC color CMYK value is (31,36,0,7).

  • cyan value is 30.93%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(31,36,0,7)
C31M36Y0K7 
(31%,36%,0%,7%)
(0.31/0.36/0.00/0.07)	

CMYK percentages

%30.93
%35.59
%0
%7.45

Codes

Color #A398EC in popluar color models

A398EC
RGB163152236
HSL248°68.85%76.08%
HSB/HSV248°35.59%92.55%
CMYK30.93%35.59%0.00%
7.45%

Color #A398EC in popluar number systems.

HEXA398EC
Decimal163152236
Binary101000111001100011101100
Octal243230354

Shades and tints

Shades of #A398EC

#A398EC
(163,152,236)
#958BD7
(149,139,215)
#877EC2
(135,126,194)
#7971AD
(121,113,173)
#6B6498
(107,100,152)
#5D5783
(93,87,131)
#4F4A6E
(79,74,110)
#413D59
(65,61,89)
#333044
(51,48,68)
#25232F
(37,35,47)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #A398EC

#A398EC
(163,152,236)
#ABA1ED
(171,161,237)
#B3AAEE
(179,170,238)
#BBB3EF
(187,179,239)
#C3BCF0
(195,188,240)
#CBC5F1
(203,197,241)
#D3CEF2
(211,206,242)
#DBD7F3
(219,215,243)
#E3E0F4
(227,224,244)
#EBE9F5
(235,233,245)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A398EC color. Also use rgb(163,152,236) instead hex code.

Text Font Color

.myTextColor { color: #A398EC; }

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

This text font color is #A398EC.


Background Color

.myBgColor { background-color: #A398EC; }

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

This div background color is #A398EC.


Border color

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

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

This div border color is #A398EC.


Opacity

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

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

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

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

This text has shadow with #A398EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398EC on black background.


Color preview on white background

This text has color #A398EC on white background.



Black color preview on #A398EC background

This text has black color on #A398EC background.


White color preview on #A398EC background

This text has white color on #A398EC background.