COLOR #A398AB

HEX: #A398AB RGB: (163,152,171)

Color info

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

RGB color model

#A398AB color RGB value is (163,152,171).

RGB: (163,152,171) (64%, 60%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 171 of 255 = 67%

163
152
171

R + G + B ~ 64%. #A398AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 152 + 171 = 486 (100%)
R 163 of 486 ~ 33.54%
G 152 of 486 ~ 31.28%
B 171 of 486 ~ 35.19'%

%33.54
%31.28
%35.19

CMYK color model

#A398AB color CMYK value is (5,11,0,33).

  • cyan value is 4.68%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (5,11,0,33)
C5M11Y0K33 (5%, 11%, 0%, 33%)
(0.05 / 0.11 / 0.00 / 0.33)

CMYK percentages

%4.68
%11.11
%0
%32.94

Codes

Color #A398AB in popluar color models

A3 98 AB
RGB 163 152 171
HSL 275° 10.16% 63.33%
HSB/HSV 275° 11.11% 67.06%
CMYK 4.68% 11.11% 0.00%
32.94%

Color #A398AB in popluar number systems.

HEX A3 98 AB
Decimal 163 152 171
Binary 10100011 10011000 10101011
Octal 243 230 253

Shades and tints

Shades of #A398AB

#A398AB
(163,152,171)
#958B9C
(149,139,156)
#877E8D
(135,126,141)
#79717E
(121,113,126)
#6B646F
(107,100,111)
#5D5760
(93,87,96)
#4F4A51
(79,74,81)
#413D42
(65,61,66)
#333033
(51,48,51)
#252324
(37,35,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #A398AB

#A398AB
(163,152,171)
#ABA1B2
(171,161,178)
#B3AAB9
(179,170,185)
#BBB3C0
(187,179,192)
#C3BCC7
(195,188,199)
#CBC5CE
(203,197,206)
#D3CED5
(211,206,213)
#DBD7DC
(219,215,220)
#E3E0E3
(227,224,227)
#EBE9EA
(235,233,234)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A398AB color. Also use rgb(163,152,171) instead hex code.

Text Font Color

.myTextColor { color: #A398AB; }

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

This text font color is #A398AB.

Background Color

.myBgColor { background-color: #A398AB; }

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

This div background color is #A398AB.

Border color

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

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

This div border color is #A398AB.

Opacity

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

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

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

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

This text has shadow with #A398AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A398AB.

Preview

Color preview on black background

This text has color #A398AB on black background.


Color preview on white background

This text has color #A398AB on white background.


Black color preview on #A398AB background

This text has black color on #A398AB background.


White color preview on #A398AB background

This text has white color on #A398AB background.


Related colors

Complementary color

Complementary color for #hex is #5C6754.


I love getcolorcode.com

Triadic colors

1 #ABA398 and #98ABA3 with #A398AB are triadic colors.

2 #AB98A3 and #98A3AB with #A398AB are triadic colors.