COLOR #A3557D

HEX: #A3557D RGB: (163,85,125)

Color info

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

RGB color model

#A3557D color RGB value is (163,85,125).

RGB: (163,85,125) (64%, 33%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 125 of 255 = 49%

163
85
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 85 + 125 = 373 (100%)
R 163 of 373 ~ 43.7%
G 85 of 373 ~ 22.79%
B 125 of 373 ~ 33.51'%

%43.7
%22.79
%33.51

CMYK color model

#A3557D color CMYK value is (0,48,23,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 23.31%
  • key color value is 36.08%

CMYK: (0,48,23,36)
C0M48Y23K36 (0%, 48%, 23%, 36%)
(0.00 / 0.48 / 0.23 / 0.36)

CMYK percentages

%0
%47.85
%23.31
%36.08

Codes

Color #A3557D in popluar color models

A3 55 7D
RGB 163 85 125
HSL 329° 31.45% 48.63%
HSB/HSV 329° 47.85% 63.92%
CMYK 0.00% 47.85% 23.31%
36.08%

Color #A3557D in popluar number systems.

HEX A3 55 7D
Decimal 163 85 125
Binary 10100011 1010101 1111101
Octal 243 125 175

Shades and tints

Shades of #A3557D

#A3557D
(163,85,125)
#954E72
(149,78,114)
#874767
(135,71,103)
#79405C
(121,64,92)
#6B3951
(107,57,81)
#5D3246
(93,50,70)
#4F2B3B
(79,43,59)
#412430
(65,36,48)
#331D25
(51,29,37)
#25161A
(37,22,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #A3557D

#A3557D
(163,85,125)
#AB6488
(171,100,136)
#B37393
(179,115,147)
#BB829E
(187,130,158)
#C391A9
(195,145,169)
#CBA0B4
(203,160,180)
#D3AFBF
(211,175,191)
#DBBECA
(219,190,202)
#E3CDD5
(227,205,213)
#EBDCE0
(235,220,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3557D; }

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

This text font color is #A3557D.

Background Color

.myBgColor { background-color: #A3557D; }

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

This div background color is #A3557D.

Border color

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

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

This div border color is #A3557D.

Opacity

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

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

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

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

This text has shadow with #A3557D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3557D.

Preview

Color preview on black background

This text has color #A3557D on black background.


Color preview on white background

This text has color #A3557D on white background.


Black color preview on #A3557D background

This text has black color on #A3557D background.


White color preview on #A3557D background

This text has white color on #A3557D background.


Related colors

Complementary color

Complementary color for #hex is #5CAA82.


I love getcolorcode.com

Triadic colors

1 #7DA355 and #557DA3 with #A3557D are triadic colors.

2 #7D55A3 and #55A37D with #A3557D are triadic colors.