COLOR #A398B1

HEX: #A398B1
RGB: (163,152,177)

Color info

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

RGB color model

#A398B1 color RGB value is (163,152,177).

  • red value is 163;
  • green value is 152;
  • blue value is 177.
RGB:
(163,152,177)
(64%,60%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 177 of 255 = 69%

163
152
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 177 = 492 (100%)
R 163 of 492 ~ 33.13%
G 152 of 492 ~ 30.89%
B 177 of 492 ~ 35.98%

%33.13
%30.89
%35.98

CMYK color model

#A398B1 color CMYK value is (8,14,0,31).

  • cyan value is 7.91%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,14,0,31)
C8M14Y0K31 
(8%,14%,0%,31%)
(0.08/0.14/0.00/0.31)	

CMYK percentages

%7.91
%14.12
%0
%30.59

Codes

Color #A398B1 in popluar color models

A398B1
RGB163152177
HSL266°13.81%64.51%
HSB/HSV266°14.12%69.41%
CMYK7.91%14.12%0.00%
30.59%

Color #A398B1 in popluar number systems.

HEXA398B1
Decimal163152177
Binary101000111001100010110001
Octal243230261

Shades and tints

Shades of #A398B1

#A398B1
(163,152,177)
#958BA1
(149,139,161)
#877E91
(135,126,145)
#797181
(121,113,129)
#6B6471
(107,100,113)
#5D5761
(93,87,97)
#4F4A51
(79,74,81)
#413D41
(65,61,65)
#333031
(51,48,49)
#252321
(37,35,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A398B1

#A398B1
(163,152,177)
#ABA1B8
(171,161,184)
#B3AABF
(179,170,191)
#BBB3C6
(187,179,198)
#C3BCCD
(195,188,205)
#CBC5D4
(203,197,212)
#D3CEDB
(211,206,219)
#DBD7E2
(219,215,226)
#E3E0E9
(227,224,233)
#EBE9F0
(235,233,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398B1; }

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

This text font color is #A398B1.


Background Color

.myBgColor { background-color: #A398B1; }

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

This div background color is #A398B1.


Border color

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

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

This div border color is #A398B1.


Opacity

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

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

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

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

This text has shadow with #A398B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398B1 on black background.


Color preview on white background

This text has color #A398B1 on white background.



Black color preview on #A398B1 background

This text has black color on #A398B1 background.


White color preview on #A398B1 background

This text has white color on #A398B1 background.