COLOR #A3829C

HEX: #A3829C
RGB: (163,130,156)

Color info

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

RGB color model

#A3829C color RGB value is (163,130,156).

  • red value is 163;
  • green value is 130;
  • blue value is 156.
RGB:
(163,130,156)
(64%,51%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 156 of 255 = 61%

163
130
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 130 + 156 = 449 (100%)
R 163 of 449 ~ 36.3%
G 130 of 449 ~ 28.95%
B 156 of 449 ~ 34.74%

%36.3
%28.95
%34.74

CMYK color model

#A3829C color CMYK value is (0,20,4,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 4.29%
  • key color value is 36.08%
CMYK:
(0,20,4,36)
C0M20Y4K36 
(0%,20%,4%,36%)
(0.00/0.20/0.04/0.36)	

CMYK percentages

%0
%20.25
%4.29
%36.08

Codes

Color #A3829C in popluar color models

A3829C
RGB163130156
HSL313°15.21%57.45%
HSB/HSV313°20.25%63.92%
CMYK0.00%20.25%4.29%
36.08%

Color #A3829C in popluar number systems.

HEXA3829C
Decimal163130156
Binary101000111000001010011100
Octal243202234

Shades and tints

Shades of #A3829C

#A3829C
(163,130,156)
#95778E
(149,119,142)
#876C80
(135,108,128)
#796172
(121,97,114)
#6B5664
(107,86,100)
#5D4B56
(93,75,86)
#4F4048
(79,64,72)
#41353A
(65,53,58)
#332A2C
(51,42,44)
#251F1E
(37,31,30)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #A3829C

#A3829C
(163,130,156)
#AB8DA5
(171,141,165)
#B398AE
(179,152,174)
#BBA3B7
(187,163,183)
#C3AEC0
(195,174,192)
#CBB9C9
(203,185,201)
#D3C4D2
(211,196,210)
#DBCFDB
(219,207,219)
#E3DAE4
(227,218,228)
#EBE5ED
(235,229,237)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3829C color. Also use rgb(163,130,156) instead hex code.

Text Font Color

.myTextColor { color: #A3829C; }

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

This text font color is #A3829C.


Background Color

.myBgColor { background-color: #A3829C; }

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

This div background color is #A3829C.


Border color

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

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

This div border color is #A3829C.


Opacity

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

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

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

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

This text has shadow with #A3829C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3829C on black background.


Color preview on white background

This text has color #A3829C on white background.



Black color preview on #A3829C background

This text has black color on #A3829C background.


White color preview on #A3829C background

This text has white color on #A3829C background.