COLOR #A398A8

HEX: #A398A8
RGB: (163,152,168)

Color info

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

RGB color model

#A398A8 color RGB value is (163,152,168).

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

RGB channels and saturation

R 163 of 255 = 64%
G 152 of 255 = 60%
B 168 of 255 = 66%

163
152
168

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

Portions of RGB colors in percentages

R + G + B =
163 + 152 + 168 = 483 (100%)
R 163 of 483 ~ 33.75%
G 152 of 483 ~ 31.47%
B 168 of 483 ~ 34.78%

%33.75
%31.47
%34.78

CMYK color model

#A398A8 color CMYK value is (3,10,0,34).

  • cyan value is 2.98%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(3,10,0,34)
C3M10Y0K34 
(3%,10%,0%,34%)
(0.03/0.10/0.00/0.34)	

CMYK percentages

%2.98
%9.52
%0
%34.12

Codes

Color #A398A8 in popluar color models

A398A8
RGB163152168
HSL281°8.42%62.75%
HSB/HSV281°9.52%65.88%
CMYK2.98%9.52%0.00%
34.12%

Color #A398A8 in popluar number systems.

HEXA398A8
Decimal163152168
Binary101000111001100010101000
Octal243230250

Shades and tints

Shades of #A398A8

#A398A8
(163,152,168)
#958B99
(149,139,153)
#877E8A
(135,126,138)
#79717B
(121,113,123)
#6B646C
(107,100,108)
#5D575D
(93,87,93)
#4F4A4E
(79,74,78)
#413D3F
(65,61,63)
#333030
(51,48,48)
#252321
(37,35,33)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #A398A8

#A398A8
(163,152,168)
#ABA1AF
(171,161,175)
#B3AAB6
(179,170,182)
#BBB3BD
(187,179,189)
#C3BCC4
(195,188,196)
#CBC5CB
(203,197,203)
#D3CED2
(211,206,210)
#DBD7D9
(219,215,217)
#E3E0E0
(227,224,224)
#EBE9E7
(235,233,231)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A398A8; }

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

This text font color is #A398A8.


Background Color

.myBgColor { background-color: #A398A8; }

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

This div background color is #A398A8.


Border color

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

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

This div border color is #A398A8.


Opacity

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

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

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

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

This text has shadow with #A398A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A398A8 on black background.


Color preview on white background

This text has color #A398A8 on white background.



Black color preview on #A398A8 background

This text has black color on #A398A8 background.


White color preview on #A398A8 background

This text has white color on #A398A8 background.