COLOR #A397BE

HEX: #A397BE RGB: (163,151,190)

Color info

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

RGB color model

#A397BE color RGB value is (163,151,190).

RGB: (163,151,190) (64%, 59%, 75%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 190 of 255 = 75%

163
151
190

R + G + B ~ 66%. #A397BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 190 = 504 (100%)
R 163 of 504 ~ 32.34%
G 151 of 504 ~ 29.96%
B 190 of 504 ~ 37.7'%

%32.34
%29.96
%37.7

CMYK color model

#A397BE color CMYK value is (14,21,0,25).

  • cyan value is 14.21%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (14,21,0,25) C14M21Y0K25 (14%,21%,0%,25%) (0.14/0.21/0.00/0.25) 

CMYK percentages

%14.21
%20.53
%0
%25.49

Codes

Color #A397BE in popluar color models

A3 97 BE
RGB 163 151 190
HSL 258° 23.08% 66.86%
HSB/HSV 258° 20.53% 74.51%
CMYK 14.21% 20.53% 0.00%
25.49%

Color #A397BE in popluar number systems.

HEX A3 97 BE
Decimal 163 151 190
Binary 10100011 10010111 10111110
Octal 243 227 276

Shades and tints

Shades of #A397BE

#A397BE
(163,151,190)
#958AAD
(149,138,173)
#877D9C
(135,125,156)
#79708B
(121,112,139)
#6B637A
(107,99,122)
#5D5669
(93,86,105)
#4F4958
(79,73,88)
#413C47
(65,60,71)
#332F36
(51,47,54)
#252225
(37,34,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A397BE

#A397BE
(163,151,190)
#ABA0C3
(171,160,195)
#B3A9C8
(179,169,200)
#BBB2CD
(187,178,205)
#C3BBD2
(195,187,210)
#CBC4D7
(203,196,215)
#D3CDDC
(211,205,220)
#DBD6E1
(219,214,225)
#E3DFE6
(227,223,230)
#EBE8EB
(235,232,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A397BE; }

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

This text font color is #A397BE.

Background Color

.myBgColor { background-color: #A397BE; }

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

This div background color is #A397BE.

Border color

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

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

This div border color is #A397BE.

Opacity

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

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

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

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

This text has shadow with #A397BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A397BE.

Preview

Color preview on black background

This text has color #A397BE on black background.


Color preview on white background

This text has color #A397BE on white background.


Black color preview on #A397BE background

This text has black color on #A397BE background.


White color preview on #A397BE background

This text has white color on #A397BE background.


Related colors

Complementary color

Complementary color for #hex is #5C6841.


I love getcolorcode.com

Triadic colors

1 #BEA397 and #97BEA3 with #A397BE are triadic colors.

2 #BE97A3 and #97A3BE with #A397BE are triadic colors.