COLOR #A397AC

HEX: #A397AC RGB: (163,151,172)

Color info

#A397AC contains red, green and blue colors in about the same proportion. Web safe color of #A397AC is #999999 (or #999).

RGB color model

#A397AC color RGB value is (163,151,172).

RGB: (163,151,172) (64%, 59%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 172 of 255 = 67%

163
151
172

R + G + B ~ 63%. #A397AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 172 = 486 (100%)
R 163 of 486 ~ 33.54%
G 151 of 486 ~ 31.07%
B 172 of 486 ~ 35.39'%

%33.54
%31.07
%35.39

CMYK color model

#A397AC color CMYK value is (5,12,0,33).

  • cyan value is 5.23%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,12,0,33)
C5M12Y0K33 (5%, 12%, 0%, 33%)
(0.05 / 0.12 / 0.00 / 0.33)

CMYK percentages

%5.23
%12.21
%0
%32.55

Codes

Color #A397AC in popluar color models

A3 97 AC
RGB 163 151 172
HSL 274° 11.23% 63.33%
HSB/HSV 274° 12.21% 67.45%
CMYK 5.23% 12.21% 0.00%
32.55%

Color #A397AC in popluar number systems.

HEX A3 97 AC
Decimal 163 151 172
Binary 10100011 10010111 10101100
Octal 243 227 254

Shades and tints

Shades of #A397AC

#A397AC
(163,151,172)
#958A9D
(149,138,157)
#877D8E
(135,125,142)
#79707F
(121,112,127)
#6B6370
(107,99,112)
#5D5661
(93,86,97)
#4F4952
(79,73,82)
#413C43
(65,60,67)
#332F34
(51,47,52)
#252225
(37,34,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A397AC

#A397AC
(163,151,172)
#ABA0B3
(171,160,179)
#B3A9BA
(179,169,186)
#BBB2C1
(187,178,193)
#C3BBC8
(195,187,200)
#CBC4CF
(203,196,207)
#D3CDD6
(211,205,214)
#DBD6DD
(219,214,221)
#E3DFE4
(227,223,228)
#EBE8EB
(235,232,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A397AC; }

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

This text font color is #A397AC.

Background Color

.myBgColor { background-color: #A397AC; }

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

This div background color is #A397AC.

Border color

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

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

This div border color is #A397AC.

Opacity

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

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

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

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

This text has shadow with #A397AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A397AC.

Preview

Color preview on black background

This text has color #A397AC on black background.


Color preview on white background

This text has color #A397AC on white background.


Black color preview on #A397AC background

This text has black color on #A397AC background.


White color preview on #A397AC background

This text has white color on #A397AC background.


Related colors

Complementary color

Complementary color for #hex is #5C6853.


I love getcolorcode.com

Triadic colors

1 #ACA397 and #97ACA3 with #A397AC are triadic colors.

2 #AC97A3 and #97A3AC with #A397AC are triadic colors.