COLOR #A3527E

HEX: #A3527E
RGB: (163,82,126)

Color info

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

RGB color model

#A3527E color RGB value is (163,82,126).

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

RGB channels and saturation

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

163
82
126

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

Portions of RGB colors in percentages

R + G + B =
163 + 82 + 126 = 371 (100%)
R 163 of 371 ~ 43.94%
G 82 of 371 ~ 22.1%
B 126 of 371 ~ 33.96%

%43.94
%22.1
%33.96

CMYK color model

#A3527E color CMYK value is (0,50,23,36).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(0,50,23,36)
C0M50Y23K36 
(0%,50%,23%,36%)
(0.00/0.50/0.23/0.36)	

CMYK percentages

%0
%49.69
%22.7
%36.08

Codes

Color #A3527E in popluar color models

A3527E
RGB16382126
HSL327°33.06%48.04%
HSB/HSV327°49.69%63.92%
CMYK0.00%49.69%22.70%
36.08%

Color #A3527E in popluar number systems.

HEXA3527E
Decimal16382126
Binary1010001110100101111110
Octal243122176

Shades and tints

Shades of #A3527E

#A3527E
(163,82,126)
#954B73
(149,75,115)
#874468
(135,68,104)
#793D5D
(121,61,93)
#6B3652
(107,54,82)
#5D2F47
(93,47,71)
#4F283C
(79,40,60)
#412131
(65,33,49)
#331A26
(51,26,38)
#25131B
(37,19,27)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #A3527E

#A3527E
(163,82,126)
#AB6189
(171,97,137)
#B37094
(179,112,148)
#BB7F9F
(187,127,159)
#C38EAA
(195,142,170)
#CB9DB5
(203,157,181)
#D3ACC0
(211,172,192)
#DBBBCB
(219,187,203)
#E3CAD6
(227,202,214)
#EBD9E1
(235,217,225)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3527E; }

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

This text font color is #A3527E.


Background Color

.myBgColor { background-color: #A3527E; }

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

This div background color is #A3527E.


Border color

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

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

This div border color is #A3527E.


Opacity

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

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

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

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

This text has shadow with #A3527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3527E on black background.


Color preview on white background

This text has color #A3527E on white background.



Black color preview on #A3527E background

This text has black color on #A3527E background.


White color preview on #A3527E background

This text has white color on #A3527E background.