COLOR #A397D6

HEX: #A397D6 RGB: (163,151,214)

Color info

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

RGB color model

#A397D6 color RGB value is (163,151,214).

RGB: (163,151,214) (64%, 59%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 214 of 255 = 84%

163
151
214

R + G + B ~ 69%. #A397D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 214 = 528 (100%)
R 163 of 528 ~ 30.87%
G 151 of 528 ~ 28.6%
B 214 of 528 ~ 40.53'%

%30.87
%28.6
%40.53

CMYK color model

#A397D6 color CMYK value is (24,29,0,16).

  • cyan value is 23.83%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (24,29,0,16)
C24M29Y0K16 (24%, 29%, 0%, 16%)
(0.24 / 0.29 / 0.00 / 0.16)

CMYK percentages

%23.83
%29.44
%0
%16.08

Codes

Color #A397D6 in popluar color models

A3 97 D6
RGB 163 151 214
HSL 251° 43.45% 71.57%
HSB/HSV 251° 29.44% 83.92%
CMYK 23.83% 29.44% 0.00%
16.08%

Color #A397D6 in popluar number systems.

HEX A3 97 D6
Decimal 163 151 214
Binary 10100011 10010111 11010110
Octal 243 227 326

Shades and tints

Shades of #A397D6

#A397D6
(163,151,214)
#958AC3
(149,138,195)
#877DB0
(135,125,176)
#79709D
(121,112,157)
#6B638A
(107,99,138)
#5D5677
(93,86,119)
#4F4964
(79,73,100)
#413C51
(65,60,81)
#332F3E
(51,47,62)
#25222B
(37,34,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A397D6

#A397D6
(163,151,214)
#ABA0D9
(171,160,217)
#B3A9DC
(179,169,220)
#BBB2DF
(187,178,223)
#C3BBE2
(195,187,226)
#CBC4E5
(203,196,229)
#D3CDE8
(211,205,232)
#DBD6EB
(219,214,235)
#E3DFEE
(227,223,238)
#EBE8F1
(235,232,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A397D6; }

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

This text font color is #A397D6.

Background Color

.myBgColor { background-color: #A397D6; }

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

This div background color is #A397D6.

Border color

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

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

This div border color is #A397D6.

Opacity

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

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

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

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

This text has shadow with #A397D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A397D6.

Preview

Color preview on black background

This text has color #A397D6 on black background.


Color preview on white background

This text has color #A397D6 on white background.


Black color preview on #A397D6 background

This text has black color on #A397D6 background.


White color preview on #A397D6 background

This text has white color on #A397D6 background.


Related colors

Complementary color

Complementary color for #hex is #5C6829.


I love getcolorcode.com

Triadic colors

1 #D6A397 and #97D6A3 with #A397D6 are triadic colors.

2 #D697A3 and #97A3D6 with #A397D6 are triadic colors.