COLOR #A397BB

HEX: #A397BB
RGB: (163,151,187)

Color info

#A397BB contains red, green and blue colors in about the same proportion. Web safe color of #A397BB is #9999CC (or #99C).

RGB color model

#A397BB color RGB value is (163,151,187).

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

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 187 of 255 = 73%

163
151
187

R + G + B ~ 65%. #A397BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 187 = 501 (100%)
R 163 of 501 ~ 32.53%
G 151 of 501 ~ 30.14%
B 187 of 501 ~ 37.33%

%32.53
%30.14
%37.33

CMYK color model

#A397BB color CMYK value is (13,19,0,27).

  • cyan value is 12.83%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,19,0,27)
C13M19Y0K27 
(13%,19%,0%,27%)
(0.13/0.19/0.00/0.27)	

CMYK percentages

%12.83
%19.25
%0
%26.67

Codes

Color #A397BB in popluar color models

A397BB
RGB163151187
HSL260°20.93%66.27%
HSB/HSV260°19.25%73.33%
CMYK12.83%19.25%0.00%
26.67%

Color #A397BB in popluar number systems.

HEXA397BB
Decimal163151187
Binary101000111001011110111011
Octal243227273

Shades and tints

Shades of #A397BB

#A397BB
(163,151,187)
#958AAA
(149,138,170)
#877D99
(135,125,153)
#797088
(121,112,136)
#6B6377
(107,99,119)
#5D5666
(93,86,102)
#4F4955
(79,73,85)
#413C44
(65,60,68)
#332F33
(51,47,51)
#252222
(37,34,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A397BB

#A397BB
(163,151,187)
#ABA0C1
(171,160,193)
#B3A9C7
(179,169,199)
#BBB2CD
(187,178,205)
#C3BBD3
(195,187,211)
#CBC4D9
(203,196,217)
#D3CDDF
(211,205,223)
#DBD6E5
(219,214,229)
#E3DFEB
(227,223,235)
#EBE8F1
(235,232,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A397BB; }

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

This text font color is #A397BB.


Background Color

.myBgColor { background-color: #A397BB; }

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

This div background color is #A397BB.


Border color

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

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

This div border color is #A397BB.


Opacity

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

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

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

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

This text has shadow with #A397BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A397BB on black background.


Color preview on white background

This text has color #A397BB on white background.



Black color preview on #A397BB background

This text has black color on #A397BB background.


White color preview on #A397BB background

This text has white color on #A397BB background.