COLOR #A397E8

HEX: #A397E8
RGB: (163,151,232)

Color info

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

RGB color model

#A397E8 color RGB value is (163,151,232).

  • red value is 163;
  • green value is 151;
  • blue value is 232.
RGB:
(163,151,232)
(64%,59%,91%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 232 of 255 = 91%

163
151
232

R + G + B ~ 71%. #A397E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 232 = 546 (100%)
R 163 of 546 ~ 29.85%
G 151 of 546 ~ 27.66%
B 232 of 546 ~ 42.49%

%29.85
%27.66
%42.49

CMYK color model

#A397E8 color CMYK value is (30,35,0,9).

  • cyan value is 29.74%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(30,35,0,9)
C30M35Y0K9 
(30%,35%,0%,9%)
(0.30/0.35/0.00/0.09)	

CMYK percentages

%29.74
%34.91
%0
%9.02

Codes

Color #A397E8 in popluar color models

A397E8
RGB163151232
HSL249°63.78%75.10%
HSB/HSV249°34.91%90.98%
CMYK29.74%34.91%0.00%
9.02%

Color #A397E8 in popluar number systems.

HEXA397E8
Decimal163151232
Binary101000111001011111101000
Octal243227350

Shades and tints

Shades of #A397E8

#A397E8
(163,151,232)
#958AD3
(149,138,211)
#877DBE
(135,125,190)
#7970A9
(121,112,169)
#6B6394
(107,99,148)
#5D567F
(93,86,127)
#4F496A
(79,73,106)
#413C55
(65,60,85)
#332F40
(51,47,64)
#25222B
(37,34,43)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A397E8

#A397E8
(163,151,232)
#ABA0EA
(171,160,234)
#B3A9EC
(179,169,236)
#BBB2EE
(187,178,238)
#C3BBF0
(195,187,240)
#CBC4F2
(203,196,242)
#D3CDF4
(211,205,244)
#DBD6F6
(219,214,246)
#E3DFF8
(227,223,248)
#EBE8FA
(235,232,250)
#F3F1FC
(243,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A397E8 color. Also use rgb(163,151,232) instead hex code.

Text Font Color

.myTextColor { color: #A397E8; }

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

This text font color is #A397E8.


Background Color

.myBgColor { background-color: #A397E8; }

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

This div background color is #A397E8.


Border color

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

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

This div border color is #A397E8.


Opacity

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

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

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

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

This text has shadow with #A397E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A397E8 on black background.


Color preview on white background

This text has color #A397E8 on white background.



Black color preview on #A397E8 background

This text has black color on #A397E8 background.


White color preview on #A397E8 background

This text has white color on #A397E8 background.