COLOR #A3557F

HEX: #A3557F
RGB: (163,85,127)

Color info

#A3557F contains mainly red and blue colors. Web safe color of #A3557F is #996666 (or #966).

RGB color model

#A3557F color RGB value is (163,85,127).

  • red value is 163;
  • green value is 85;
  • blue value is 127.
RGB:
(163,85,127)
(64%,33%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 127 of 255 = 50%

163
85
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 85 + 127 = 375 (100%)
R 163 of 375 ~ 43.47%
G 85 of 375 ~ 22.67%
B 127 of 375 ~ 33.87%

%43.47
%22.67
%33.87

CMYK color model

#A3557F color CMYK value is (0,48,22,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,48,22,36)
C0M48Y22K36 
(0%,48%,22%,36%)
(0.00/0.48/0.22/0.36)	

CMYK percentages

%0
%47.85
%22.09
%36.08

Codes

Color #A3557F in popluar color models

A3557F
RGB16385127
HSL328°31.45%48.63%
HSB/HSV328°47.85%63.92%
CMYK0.00%47.85%22.09%
36.08%

Color #A3557F in popluar number systems.

HEXA3557F
Decimal16385127
Binary1010001110101011111111
Octal243125177

Shades and tints

Shades of #A3557F

#A3557F
(163,85,127)
#954E74
(149,78,116)
#874769
(135,71,105)
#79405E
(121,64,94)
#6B3953
(107,57,83)
#5D3248
(93,50,72)
#4F2B3D
(79,43,61)
#412432
(65,36,50)
#331D27
(51,29,39)
#25161C
(37,22,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A3557F

#A3557F
(163,85,127)
#AB648A
(171,100,138)
#B37395
(179,115,149)
#BB82A0
(187,130,160)
#C391AB
(195,145,171)
#CBA0B6
(203,160,182)
#D3AFC1
(211,175,193)
#DBBECC
(219,190,204)
#E3CDD7
(227,205,215)
#EBDCE2
(235,220,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3557F color. Also use rgb(163,85,127) instead hex code.

Text Font Color

.myTextColor { color: #A3557F; }

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

This text font color is #A3557F.


Background Color

.myBgColor { background-color: #A3557F; }

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

This div background color is #A3557F.


Border color

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

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

This div border color is #A3557F.


Opacity

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

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

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

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

This text has shadow with #A3557F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3557F on black background.


Color preview on white background

This text has color #A3557F on white background.



Black color preview on #A3557F background

This text has black color on #A3557F background.


White color preview on #A3557F background

This text has white color on #A3557F background.