COLOR #A3527F

HEX: #A3527F
RGB: (163,82,127)

Color info

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

RGB color model

#A3527F color RGB value is (163,82,127).

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

RGB channels and saturation

R 163 of 255 = 64%
G 82 of 255 = 32%
B 127 of 255 = 50%

163
82
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 82 + 127 = 372 (100%)
R 163 of 372 ~ 43.82%
G 82 of 372 ~ 22.04%
B 127 of 372 ~ 34.14%

%43.82
%22.04
%34.14

CMYK color model

#A3527F color CMYK value is (0,50,22,36).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,50,22,36)
C0M50Y22K36 
(0%,50%,22%,36%)
(0.00/0.50/0.22/0.36)	

CMYK percentages

%0
%49.69
%22.09
%36.08

Codes

Color #A3527F in popluar color models

A3527F
RGB16382127
HSL327°33.06%48.04%
HSB/HSV327°49.69%63.92%
CMYK0.00%49.69%22.09%
36.08%

Color #A3527F in popluar number systems.

HEXA3527F
Decimal16382127
Binary1010001110100101111111
Octal243122177

Shades and tints

Shades of #A3527F

#A3527F
(163,82,127)
#954B74
(149,75,116)
#874469
(135,68,105)
#793D5E
(121,61,94)
#6B3653
(107,54,83)
#5D2F48
(93,47,72)
#4F283D
(79,40,61)
#412132
(65,33,50)
#331A27
(51,26,39)
#25131C
(37,19,28)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #A3527F

#A3527F
(163,82,127)
#AB618A
(171,97,138)
#B37095
(179,112,149)
#BB7FA0
(187,127,160)
#C38EAB
(195,142,171)
#CB9DB6
(203,157,182)
#D3ACC1
(211,172,193)
#DBBBCC
(219,187,204)
#E3CAD7
(227,202,215)
#EBD9E2
(235,217,226)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3527F; }

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

This text font color is #A3527F.


Background Color

.myBgColor { background-color: #A3527F; }

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

This div background color is #A3527F.


Border color

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

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

This div border color is #A3527F.


Opacity

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

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

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

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

This text has shadow with #A3527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3527F on black background.


Color preview on white background

This text has color #A3527F on white background.



Black color preview on #A3527F background

This text has black color on #A3527F background.


White color preview on #A3527F background

This text has white color on #A3527F background.