COLOR #A3829F

HEX: #A3829F RGB: (163,130,159)

Color info

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

RGB color model

#A3829F color RGB value is (163,130,159).

RGB: (163,130,159) (64%, 51%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 159 of 255 = 62%

163
130
159

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

Portions of RGB colors in percentages

R + G + B = 163 + 130 + 159 = 452 (100%)
R 163 of 452 ~ 36.06%
G 130 of 452 ~ 28.76%
B 159 of 452 ~ 35.18'%

%36.06
%28.76
%35.18

CMYK color model

#A3829F color CMYK value is (0,20,2,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 2.45%
  • key color value is 36.08%

CMYK: (0,20,2,36)
C0M20Y2K36 (0%, 20%, 2%, 36%)
(0.00 / 0.20 / 0.02 / 0.36)

CMYK percentages

%0
%20.25
%2.45
%36.08

Codes

Color #A3829F in popluar color models

A3 82 9F
RGB 163 130 159
HSL 307° 15.21% 57.45%
HSB/HSV 307° 20.25% 63.92%
CMYK 0.00% 20.25% 2.45%
36.08%

Color #A3829F in popluar number systems.

HEX A3 82 9F
Decimal 163 130 159
Binary 10100011 10000010 10011111
Octal 243 202 237

Shades and tints

Shades of #A3829F

#A3829F
(163,130,159)
#957791
(149,119,145)
#876C83
(135,108,131)
#796175
(121,97,117)
#6B5667
(107,86,103)
#5D4B59
(93,75,89)
#4F404B
(79,64,75)
#41353D
(65,53,61)
#332A2F
(51,42,47)
#251F21
(37,31,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3829F

#A3829F
(163,130,159)
#AB8DA7
(171,141,167)
#B398AF
(179,152,175)
#BBA3B7
(187,163,183)
#C3AEBF
(195,174,191)
#CBB9C7
(203,185,199)
#D3C4CF
(211,196,207)
#DBCFD7
(219,207,215)
#E3DADF
(227,218,223)
#EBE5E7
(235,229,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3829F; }

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

This text font color is #A3829F.

Background Color

.myBgColor { background-color: #A3829F; }

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

This div background color is #A3829F.

Border color

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

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

This div border color is #A3829F.

Opacity

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

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

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

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

This text has shadow with #A3829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3829F.

Preview

Color preview on black background

This text has color #A3829F on black background.


Color preview on white background

This text has color #A3829F on white background.


Black color preview on #A3829F background

This text has black color on #A3829F background.


White color preview on #A3829F background

This text has white color on #A3829F background.


Related colors

Complementary color

Complementary color for #hex is #5C7D60.


I love getcolorcode.com

Triadic colors

1 #9FA382 and #829FA3 with #A3829F are triadic colors.

2 #9F82A3 and #82A39F with #A3829F are triadic colors.