COLOR #A4578B

HEX: #A4578B
RGB: (164,87,139)

Color info

#A4578B contains mainly red and blue colors. Web safe color of #A4578B is #996699 (or #969).

RGB color model

#A4578B color RGB value is (164,87,139).

  • red value is 164;
  • green value is 87;
  • blue value is 139.
RGB:
(164,87,139)
(64%,34%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 87 of 255 = 34%
B 139 of 255 = 55%

164
87
139

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

Portions of RGB colors in percentages

R + G + B =
164 + 87 + 139 = 390 (100%)
R 164 of 390 ~ 42.05%
G 87 of 390 ~ 22.31%
B 139 of 390 ~ 35.64%

%42.05
%22.31
%35.64

CMYK color model

#A4578B color CMYK value is (0,47,15,36).

  • cyan value is 0.00%
  • magenta value is 46.95%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(0,47,15,36)
C0M47Y15K36 
(0%,47%,15%,36%)
(0.00/0.47/0.15/0.36)	

CMYK percentages

%0
%46.95
%15.24
%35.69

Codes

Color #A4578B in popluar color models

A4578B
RGB16487139
HSL319°30.68%49.22%
HSB/HSV319°46.95%64.31%
CMYK0.00%46.95%15.24%
35.69%

Color #A4578B in popluar number systems.

HEXA4578B
Decimal16487139
Binary10100100101011110001011
Octal244127213

Shades and tints

Shades of #A4578B

#A4578B
(164,87,139)
#96507F
(150,80,127)
#884973
(136,73,115)
#7A4267
(122,66,103)
#6C3B5B
(108,59,91)
#5E344F
(94,52,79)
#502D43
(80,45,67)
#422637
(66,38,55)
#341F2B
(52,31,43)
#26181F
(38,24,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4578B

#A4578B
(164,87,139)
#AC6695
(172,102,149)
#B4759F
(180,117,159)
#BC84A9
(188,132,169)
#C493B3
(196,147,179)
#CCA2BD
(204,162,189)
#D4B1C7
(212,177,199)
#DCC0D1
(220,192,209)
#E4CFDB
(228,207,219)
#ECDEE5
(236,222,229)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4578B color. Also use rgb(164,87,139) instead hex code.

Text Font Color

.myTextColor { color: #A4578B; }

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

This text font color is #A4578B.


Background Color

.myBgColor { background-color: #A4578B; }

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

This div background color is #A4578B.


Border color

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

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

This div border color is #A4578B.


Opacity

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

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

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

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

This text has shadow with #A4578B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4578B on black background.


Color preview on white background

This text has color #A4578B on white background.



Black color preview on #A4578B background

This text has black color on #A4578B background.


White color preview on #A4578B background

This text has white color on #A4578B background.