COLOR #A3517C

HEX: #A3517C RGB: (163,81,124)

Color info

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

RGB color model

#A3517C color RGB value is (163,81,124).

RGB: (163,81,124) (64%, 32%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 81 of 255 = 32%
B 124 of 255 = 49%

163
81
124

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

Portions of RGB colors in percentages

R + G + B = 163 + 81 + 124 = 368 (100%)
R 163 of 368 ~ 44.29%
G 81 of 368 ~ 22.01%
B 124 of 368 ~ 33.7'%

%44.29
%22.01
%33.7

CMYK color model

#A3517C color CMYK value is (0,50,24,36).

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

CMYK: (0,50,24,36)
C0M50Y24K36 (0%, 50%, 24%, 36%)
(0.00 / 0.50 / 0.24 / 0.36)

CMYK percentages

%0
%50.31
%23.93
%36.08

Codes

Color #A3517C in popluar color models

A3 51 7C
RGB 163 81 124
HSL 329° 33.61% 47.84%
HSB/HSV 329° 50.31% 63.92%
CMYK 0.00% 50.31% 23.93%
36.08%

Color #A3517C in popluar number systems.

HEX A3 51 7C
Decimal 163 81 124
Binary 10100011 1010001 1111100
Octal 243 121 174

Shades and tints

Shades of #A3517C

#A3517C
(163,81,124)
#954A71
(149,74,113)
#874366
(135,67,102)
#793C5B
(121,60,91)
#6B3550
(107,53,80)
#5D2E45
(93,46,69)
#4F273A
(79,39,58)
#41202F
(65,32,47)
#331924
(51,25,36)
#251219
(37,18,25)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #A3517C

#A3517C
(163,81,124)
#AB6087
(171,96,135)
#B36F92
(179,111,146)
#BB7E9D
(187,126,157)
#C38DA8
(195,141,168)
#CB9CB3
(203,156,179)
#D3ABBE
(211,171,190)
#DBBAC9
(219,186,201)
#E3C9D4
(227,201,212)
#EBD8DF
(235,216,223)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3517C; }

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

This text font color is #A3517C.

Background Color

.myBgColor { background-color: #A3517C; }

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

This div background color is #A3517C.

Border color

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

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

This div border color is #A3517C.

Opacity

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

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

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

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

This text has shadow with #A3517C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3517C.

Preview

Color preview on black background

This text has color #A3517C on black background.


Color preview on white background

This text has color #A3517C on white background.


Black color preview on #A3517C background

This text has black color on #A3517C background.


White color preview on #A3517C background

This text has white color on #A3517C background.


Related colors

Complementary color

Complementary color for #hex is #5CAE83.


I love getcolorcode.com

Triadic colors

1 #7CA351 and #517CA3 with #A3517C are triadic colors.

2 #7C51A3 and #51A37C with #A3517C are triadic colors.