COLOR #A3587C

HEX: #A3587C RGB: (163,88,124)

Color info

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

RGB color model

#A3587C color RGB value is (163,88,124).

RGB: (163,88,124) (64%, 35%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 88 of 255 = 35%
B 124 of 255 = 49%

163
88
124

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

Portions of RGB colors in percentages

R + G + B = 163 + 88 + 124 = 375 (100%)
R 163 of 375 ~ 43.47%
G 88 of 375 ~ 23.47%
B 124 of 375 ~ 33.07'%

%43.47
%23.47
%33.07

CMYK color model

#A3587C color CMYK value is (0,46,24,36).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 23.93%
  • key color value is 36.08%

CMYK: (0,46,24,36)
C0M46Y24K36 (0%, 46%, 24%, 36%)
(0.00 / 0.46 / 0.24 / 0.36)

CMYK percentages

%0
%46.01
%23.93
%36.08

Codes

Color #A3587C in popluar color models

A3 58 7C
RGB 163 88 124
HSL 331° 29.88% 49.22%
HSB/HSV 331° 46.01% 63.92%
CMYK 0.00% 46.01% 23.93%
36.08%

Color #A3587C in popluar number systems.

HEX A3 58 7C
Decimal 163 88 124
Binary 10100011 1011000 1111100
Octal 243 130 174

Shades and tints

Shades of #A3587C

#A3587C
(163,88,124)
#955071
(149,80,113)
#874866
(135,72,102)
#79405B
(121,64,91)
#6B3850
(107,56,80)
#5D3045
(93,48,69)
#4F283A
(79,40,58)
#41202F
(65,32,47)
#331824
(51,24,36)
#251019
(37,16,25)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #A3587C

#A3587C
(163,88,124)
#AB6787
(171,103,135)
#B37692
(179,118,146)
#BB859D
(187,133,157)
#C394A8
(195,148,168)
#CBA3B3
(203,163,179)
#D3B2BE
(211,178,190)
#DBC1C9
(219,193,201)
#E3D0D4
(227,208,212)
#EBDFDF
(235,223,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3587C color. Also use rgb(163,88,124) instead hex code.

Text Font Color

.myTextColor { color: #A3587C; }

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

This text font color is #A3587C.

Background Color

.myBgColor { background-color: #A3587C; }

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

This div background color is #A3587C.

Border color

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

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

This div border color is #A3587C.

Opacity

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

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

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

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

This text has shadow with #A3587C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3587C.

Preview

Color preview on black background

This text has color #A3587C on black background.


Color preview on white background

This text has color #A3587C on white background.


Black color preview on #A3587C background

This text has black color on #A3587C background.


White color preview on #A3587C background

This text has white color on #A3587C background.


Related colors

Complementary color

Complementary color for #hex is #5CA783.


I love getcolorcode.com

Triadic colors

1 #7CA358 and #587CA3 with #A3587C are triadic colors.

2 #7C58A3 and #58A37C with #A3587C are triadic colors.