COLOR #A3658B

HEX: #A3658B RGB: (163,101,139)

Color info

#A3658B contains mainly red and blue colors. Web safe color of #A3658B is #996699 (or #969).

RGB color model

#A3658B color RGB value is (163,101,139).

RGB: (163,101,139) (64%, 40%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 139 of 255 = 55%

163
101
139

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

Portions of RGB colors in percentages

R + G + B = 163 + 101 + 139 = 403 (100%)
R 163 of 403 ~ 40.45%
G 101 of 403 ~ 25.06%
B 139 of 403 ~ 34.49'%

%40.45
%25.06
%34.49

CMYK color model

#A3658B color CMYK value is (0,38,15,36).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 14.72%
  • key color value is 36.08%

CMYK: (0,38,15,36)
C0M38Y15K36 (0%, 38%, 15%, 36%)
(0.00 / 0.38 / 0.15 / 0.36)

CMYK percentages

%0
%38.04
%14.72
%36.08

Codes

Color #A3658B in popluar color models

A3 65 8B
RGB 163 101 139
HSL 323° 25.20% 51.76%
HSB/HSV 323° 38.04% 63.92%
CMYK 0.00% 38.04% 14.72%
36.08%

Color #A3658B in popluar number systems.

HEX A3 65 8B
Decimal 163 101 139
Binary 10100011 1100101 10001011
Octal 243 145 213

Shades and tints

Shades of #A3658B

#A3658B
(163,101,139)
#955C7F
(149,92,127)
#875373
(135,83,115)
#794A67
(121,74,103)
#6B415B
(107,65,91)
#5D384F
(93,56,79)
#4F2F43
(79,47,67)
#412637
(65,38,55)
#331D2B
(51,29,43)
#25141F
(37,20,31)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #A3658B

#A3658B
(163,101,139)
#AB7395
(171,115,149)
#B3819F
(179,129,159)
#BB8FA9
(187,143,169)
#C39DB3
(195,157,179)
#CBABBD
(203,171,189)
#D3B9C7
(211,185,199)
#DBC7D1
(219,199,209)
#E3D5DB
(227,213,219)
#EBE3E5
(235,227,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3658B color. Also use rgb(163,101,139) instead hex code.

Text Font Color

.myTextColor { color: #A3658B; }

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

This text font color is #A3658B.

Background Color

.myBgColor { background-color: #A3658B; }

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

This div background color is #A3658B.

Border color

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

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

This div border color is #A3658B.

Opacity

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

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

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

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

This text has shadow with #A3658B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3658B.

Preview

Color preview on black background

This text has color #A3658B on black background.


Color preview on white background

This text has color #A3658B on white background.


Black color preview on #A3658B background

This text has black color on #A3658B background.


White color preview on #A3658B background

This text has white color on #A3658B background.


Related colors

Complementary color

Complementary color for #hex is #5C9A74.


I love getcolorcode.com

Triadic colors

1 #8BA365 and #658BA3 with #A3658B are triadic colors.

2 #8B65A3 and #65A38B with #A3658B are triadic colors.