COLOR #A3628B

HEX: #A3628B RGB: (163,98,139)

Color info

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

RGB color model

#A3628B color RGB value is (163,98,139).

RGB: (163,98,139) (64%, 38%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 139 of 255 = 55%

163
98
139

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

Portions of RGB colors in percentages

R + G + B = 163 + 98 + 139 = 400 (100%)
R 163 of 400 ~ 40.75%
G 98 of 400 ~ 24.5%
B 139 of 400 ~ 34.75'%

%40.75
%24.5
%34.75

CMYK color model

#A3628B color CMYK value is (0,40,15,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK: (0,40,15,36) C0M40Y15K36 (0%,40%,15%,36%) (0.00/0.40/0.15/0.36) 

CMYK percentages

%0
%39.88
%14.72
%36.08

Codes

Color #A3628B in popluar color models

A3 62 8B
RGB 163 98 139
HSL 322° 26.10% 51.18%
HSB/HSV 322° 39.88% 63.92%
CMYK 0.00% 39.88% 14.72%
36.08%

Color #A3628B in popluar number systems.

HEX A3 62 8B
Decimal 163 98 139
Binary 10100011 1100010 10001011
Octal 243 142 213

Shades and tints

Shades of #A3628B

#A3628B
(163,98,139)
#955A7F
(149,90,127)
#875273
(135,82,115)
#794A67
(121,74,103)
#6B425B
(107,66,91)
#5D3A4F
(93,58,79)
#4F3243
(79,50,67)
#412A37
(65,42,55)
#33222B
(51,34,43)
#251A1F
(37,26,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A3628B

#A3628B
(163,98,139)
#AB7095
(171,112,149)
#B37E9F
(179,126,159)
#BB8CA9
(187,140,169)
#C39AB3
(195,154,179)
#CBA8BD
(203,168,189)
#D3B6C7
(211,182,199)
#DBC4D1
(219,196,209)
#E3D2DB
(227,210,219)
#EBE0E5
(235,224,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3628B; }

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

This text font color is #A3628B.

Background Color

.myBgColor { background-color: #A3628B; }

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

This div background color is #A3628B.

Border color

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

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

This div border color is #A3628B.

Opacity

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

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

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

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

This text has shadow with #A3628B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3628B.

Preview

Color preview on black background

This text has color #A3628B on black background.


Color preview on white background

This text has color #A3628B on white background.


Black color preview on #A3628B background

This text has black color on #A3628B background.


White color preview on #A3628B background

This text has white color on #A3628B background.


Related colors

Complementary color

Complementary color for #hex is #5C9D74.


I love getcolorcode.com

Triadic colors

1 #8BA362 and #628BA3 with #A3628B are triadic colors.

2 #8B62A3 and #62A38B with #A3628B are triadic colors.