COLOR #A3527C

HEX: #A3527C RGB: (163,82,124)

Color info

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

RGB color model

#A3527C color RGB value is (163,82,124).

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

RGB channels and saturation

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

163
82
124

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

Portions of RGB colors in percentages

R + G + B = 163 + 82 + 124 = 369 (100%)
R 163 of 369 ~ 44.17%
G 82 of 369 ~ 22.22%
B 124 of 369 ~ 33.6'%

%44.17
%22.22
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.69%
  • 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
%49.69
%23.93
%36.08

Codes

Color #A3527C in popluar color models

A3 52 7C
RGB 163 82 124
HSL 329° 33.06% 48.04%
HSB/HSV 329° 49.69% 63.92%
CMYK 0.00% 49.69% 23.93%
36.08%

Color #A3527C in popluar number systems.

HEX A3 52 7C
Decimal 163 82 124
Binary 10100011 1010010 1111100
Octal 243 122 174

Shades and tints

Shades of #A3527C

#A3527C
(163,82,124)
#954B71
(149,75,113)
#874466
(135,68,102)
#793D5B
(121,61,91)
#6B3650
(107,54,80)
#5D2F45
(93,47,69)
#4F283A
(79,40,58)
#41212F
(65,33,47)
#331A24
(51,26,36)
#251319
(37,19,25)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #A3527C

#A3527C
(163,82,124)
#AB6187
(171,97,135)
#B37092
(179,112,146)
#BB7F9D
(187,127,157)
#C38EA8
(195,142,168)
#CB9DB3
(203,157,179)
#D3ACBE
(211,172,190)
#DBBBC9
(219,187,201)
#E3CAD4
(227,202,212)
#EBD9DF
(235,217,223)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3527C; }

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

This text font color is #A3527C.

Background Color

.myBgColor { background-color: #A3527C; }

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

This div background color is #A3527C.

Border color

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

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

This div border color is #A3527C.

Opacity

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

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

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

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

This text has shadow with #A3527C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3527C.

Preview

Color preview on black background

This text has color #A3527C on black background.


Color preview on white background

This text has color #A3527C on white background.


Black color preview on #A3527C background

This text has black color on #A3527C background.


White color preview on #A3527C background

This text has white color on #A3527C background.


Related colors

Complementary color

Complementary color for #hex is #5CAD83.


I love getcolorcode.com

Triadic colors

1 #7CA352 and #527CA3 with #A3527C are triadic colors.

2 #7C52A3 and #52A37C with #A3527C are triadic colors.