COLOR #A3859E

HEX: #A3859E RGB: (163,133,158)

Color info

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

RGB color model

#A3859E color RGB value is (163,133,158).

RGB: (163,133,158) (64%, 52%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 158 of 255 = 62%

163
133
158

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

Portions of RGB colors in percentages

R + G + B = 163 + 133 + 158 = 454 (100%)
R 163 of 454 ~ 35.9%
G 133 of 454 ~ 29.3%
B 158 of 454 ~ 34.8'%

%35.9
%29.3
%34.8

CMYK color model

#A3859E color CMYK value is (0,18,3,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 3.07%
  • key color value is 36.08%

CMYK: (0,18,3,36)
C0M18Y3K36 (0%, 18%, 3%, 36%)
(0.00 / 0.18 / 0.03 / 0.36)

CMYK percentages

%0
%18.4
%3.07
%36.08

Codes

Color #A3859E in popluar color models

A3 85 9E
RGB 163 133 158
HSL 310° 14.02% 58.04%
HSB/HSV 310° 18.40% 63.92%
CMYK 0.00% 18.40% 3.07%
36.08%

Color #A3859E in popluar number systems.

HEX A3 85 9E
Decimal 163 133 158
Binary 10100011 10000101 10011110
Octal 243 205 236

Shades and tints

Shades of #A3859E

#A3859E
(163,133,158)
#957990
(149,121,144)
#876D82
(135,109,130)
#796174
(121,97,116)
#6B5566
(107,85,102)
#5D4958
(93,73,88)
#4F3D4A
(79,61,74)
#41313C
(65,49,60)
#33252E
(51,37,46)
#251920
(37,25,32)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #A3859E

#A3859E
(163,133,158)
#AB90A6
(171,144,166)
#B39BAE
(179,155,174)
#BBA6B6
(187,166,182)
#C3B1BE
(195,177,190)
#CBBCC6
(203,188,198)
#D3C7CE
(211,199,206)
#DBD2D6
(219,210,214)
#E3DDDE
(227,221,222)
#EBE8E6
(235,232,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3859E color. Also use rgb(163,133,158) instead hex code.

Text Font Color

.myTextColor { color: #A3859E; }

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

This text font color is #A3859E.

Background Color

.myBgColor { background-color: #A3859E; }

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

This div background color is #A3859E.

Border color

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

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

This div border color is #A3859E.

Opacity

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

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

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

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

This text has shadow with #A3859E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3859E.

Preview

Color preview on black background

This text has color #A3859E on black background.


Color preview on white background

This text has color #A3859E on white background.


Black color preview on #A3859E background

This text has black color on #A3859E background.


White color preview on #A3859E background

This text has white color on #A3859E background.


Related colors

Complementary color

Complementary color for #hex is #5C7A61.


I love getcolorcode.com

Triadic colors

1 #9EA385 and #859EA3 with #A3859E are triadic colors.

2 #9E85A3 and #85A39E with #A3859E are triadic colors.