COLOR #A3849D

HEX: #A3849D
RGB: (163,132,157)

Color info

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

RGB color model

#A3849D color RGB value is (163,132,157).

  • red value is 163;
  • green value is 132;
  • blue value is 157.
RGB:
(163,132,157)
(64%,52%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 157 of 255 = 62%

163
132
157

R + G + B ~ 59%. #A3849D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 157 = 452 (100%)
R 163 of 452 ~ 36.06%
G 132 of 452 ~ 29.2%
B 157 of 452 ~ 34.73%

%36.06
%29.2
%34.73

CMYK color model

#A3849D color CMYK value is (0,19,4,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 3.68%
  • key color value is 36.08%
CMYK:
(0,19,4,36)
C0M19Y4K36 
(0%,19%,4%,36%)
(0.00/0.19/0.04/0.36)	

CMYK percentages

%0
%19.02
%3.68
%36.08

Codes

Color #A3849D in popluar color models

A3849D
RGB163132157
HSL312°14.42%57.84%
HSB/HSV312°19.02%63.92%
CMYK0.00%19.02%3.68%
36.08%

Color #A3849D in popluar number systems.

HEXA3849D
Decimal163132157
Binary101000111000010010011101
Octal243204235

Shades and tints

Shades of #A3849D

#A3849D
(163,132,157)
#95788F
(149,120,143)
#876C81
(135,108,129)
#796073
(121,96,115)
#6B5465
(107,84,101)
#5D4857
(93,72,87)
#4F3C49
(79,60,73)
#41303B
(65,48,59)
#33242D
(51,36,45)
#25181F
(37,24,31)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #A3849D

#A3849D
(163,132,157)
#AB8FA5
(171,143,165)
#B39AAD
(179,154,173)
#BBA5B5
(187,165,181)
#C3B0BD
(195,176,189)
#CBBBC5
(203,187,197)
#D3C6CD
(211,198,205)
#DBD1D5
(219,209,213)
#E3DCDD
(227,220,221)
#EBE7E5
(235,231,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3849D color. Also use rgb(163,132,157) instead hex code.

Text Font Color

.myTextColor { color: #A3849D; }

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

This text font color is #A3849D.


Background Color

.myBgColor { background-color: #A3849D; }

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

This div background color is #A3849D.


Border color

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

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

This div border color is #A3849D.


Opacity

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

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

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

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

This text has shadow with #A3849D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3849D on black background.


Color preview on white background

This text has color #A3849D on white background.



Black color preview on #A3849D background

This text has black color on #A3849D background.


White color preview on #A3849D background

This text has white color on #A3849D background.