COLOR #A3749F

HEX: #A3749F
RGB: (163,116,159)

Color info

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

RGB color model

#A3749F color RGB value is (163,116,159).

  • red value is 163;
  • green value is 116;
  • blue value is 159.
RGB:
(163,116,159)
(64%,45%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 159 of 255 = 62%

163
116
159

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 159 = 438 (100%)
R 163 of 438 ~ 37.21%
G 116 of 438 ~ 26.48%
B 159 of 438 ~ 36.3%

%37.21
%26.48
%36.3

CMYK color model

#A3749F color CMYK value is (0,29,2,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(0,29,2,36)
C0M29Y2K36 
(0%,29%,2%,36%)
(0.00/0.29/0.02/0.36)	

CMYK percentages

%0
%28.83
%2.45
%36.08

Codes

Color #A3749F in popluar color models

A3749F
RGB163116159
HSL305°20.35%54.71%
HSB/HSV305°28.83%63.92%
CMYK0.00%28.83%2.45%
36.08%

Color #A3749F in popluar number systems.

HEXA3749F
Decimal163116159
Binary10100011111010010011111
Octal243164237

Shades and tints

Shades of #A3749F

#A3749F
(163,116,159)
#956A91
(149,106,145)
#876083
(135,96,131)
#795675
(121,86,117)
#6B4C67
(107,76,103)
#5D4259
(93,66,89)
#4F384B
(79,56,75)
#412E3D
(65,46,61)
#33242F
(51,36,47)
#251A21
(37,26,33)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A3749F

#A3749F
(163,116,159)
#AB80A7
(171,128,167)
#B38CAF
(179,140,175)
#BB98B7
(187,152,183)
#C3A4BF
(195,164,191)
#CBB0C7
(203,176,199)
#D3BCCF
(211,188,207)
#DBC8D7
(219,200,215)
#E3D4DF
(227,212,223)
#EBE0E7
(235,224,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3749F; }

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

This text font color is #A3749F.


Background Color

.myBgColor { background-color: #A3749F; }

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

This div background color is #A3749F.


Border color

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

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

This div border color is #A3749F.


Opacity

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

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

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

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

This text has shadow with #A3749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3749F on black background.


Color preview on white background

This text has color #A3749F on white background.



Black color preview on #A3749F background

This text has black color on #A3749F background.


White color preview on #A3749F background

This text has white color on #A3749F background.