COLOR #A3758B

HEX: #A3758B
RGB: (163,117,139)

Color info

#A3758B contains red, green and blue colors in about the same proportion. Web safe color of #A3758B is #996699 (or #969).

RGB color model

#A3758B color RGB value is (163,117,139).

  • red value is 163;
  • green value is 117;
  • blue value is 139.
RGB:
(163,117,139)
(64%,46%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 117 of 255 = 46%
B 139 of 255 = 55%

163
117
139

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

Portions of RGB colors in percentages

R + G + B =
163 + 117 + 139 = 419 (100%)
R 163 of 419 ~ 38.9%
G 117 of 419 ~ 27.92%
B 139 of 419 ~ 33.17%

%38.9
%27.92
%33.17

CMYK color model

#A3758B color CMYK value is (0,28,15,36).

  • cyan value is 0.00%
  • magenta value is 28.22%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(0,28,15,36)
C0M28Y15K36 
(0%,28%,15%,36%)
(0.00/0.28/0.15/0.36)	

CMYK percentages

%0
%28.22
%14.72
%36.08

Codes

Color #A3758B in popluar color models

A3758B
RGB163117139
HSL331°20.00%54.90%
HSB/HSV331°28.22%63.92%
CMYK0.00%28.22%14.72%
36.08%

Color #A3758B in popluar number systems.

HEXA3758B
Decimal163117139
Binary10100011111010110001011
Octal243165213

Shades and tints

Shades of #A3758B

#A3758B
(163,117,139)
#956B7F
(149,107,127)
#876173
(135,97,115)
#795767
(121,87,103)
#6B4D5B
(107,77,91)
#5D434F
(93,67,79)
#4F3943
(79,57,67)
#412F37
(65,47,55)
#33252B
(51,37,43)
#251B1F
(37,27,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #A3758B

#A3758B
(163,117,139)
#AB8195
(171,129,149)
#B38D9F
(179,141,159)
#BB99A9
(187,153,169)
#C3A5B3
(195,165,179)
#CBB1BD
(203,177,189)
#D3BDC7
(211,189,199)
#DBC9D1
(219,201,209)
#E3D5DB
(227,213,219)
#EBE1E5
(235,225,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3758B; }

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

This text font color is #A3758B.


Background Color

.myBgColor { background-color: #A3758B; }

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

This div background color is #A3758B.


Border color

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

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

This div border color is #A3758B.


Opacity

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

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

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

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

This text has shadow with #A3758B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3758B on black background.


Color preview on white background

This text has color #A3758B on white background.



Black color preview on #A3758B background

This text has black color on #A3758B background.


White color preview on #A3758B background

This text has white color on #A3758B background.