COLOR #A45E9D

HEX: #A45E9D
RGB: (164,94,157)

Color info

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

RGB color model

#A45E9D color RGB value is (164,94,157).

  • red value is 164;
  • green value is 94;
  • blue value is 157.
RGB:
(164,94,157)
(64%,37%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 94 of 255 = 37%
B 157 of 255 = 62%

164
94
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 94 + 157 = 415 (100%)
R 164 of 415 ~ 39.52%
G 94 of 415 ~ 22.65%
B 157 of 415 ~ 37.83%

%39.52
%22.65
%37.83

CMYK color model

#A45E9D color CMYK value is (0,43,4,36).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,43,4,36)
C0M43Y4K36 
(0%,43%,4%,36%)
(0.00/0.43/0.04/0.36)	

CMYK percentages

%0
%42.68
%4.27
%35.69

Codes

Color #A45E9D in popluar color models

A45E9D
RGB16494157
HSL306°27.78%50.59%
HSB/HSV306°42.68%64.31%
CMYK0.00%42.68%4.27%
35.69%

Color #A45E9D in popluar number systems.

HEXA45E9D
Decimal16494157
Binary10100100101111010011101
Octal244136235

Shades and tints

Shades of #A45E9D

#A45E9D
(164,94,157)
#96568F
(150,86,143)
#884E81
(136,78,129)
#7A4673
(122,70,115)
#6C3E65
(108,62,101)
#5E3657
(94,54,87)
#502E49
(80,46,73)
#42263B
(66,38,59)
#341E2D
(52,30,45)
#26161F
(38,22,31)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #A45E9D

#A45E9D
(164,94,157)
#AC6CA5
(172,108,165)
#B47AAD
(180,122,173)
#BC88B5
(188,136,181)
#C496BD
(196,150,189)
#CCA4C5
(204,164,197)
#D4B2CD
(212,178,205)
#DCC0D5
(220,192,213)
#E4CEDD
(228,206,221)
#ECDCE5
(236,220,229)
#F4EAED
(244,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45E9D color. Also use rgb(164,94,157) instead hex code.

Text Font Color

.myTextColor { color: #A45E9D; }

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

This text font color is #A45E9D.


Background Color

.myBgColor { background-color: #A45E9D; }

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

This div background color is #A45E9D.


Border color

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

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

This div border color is #A45E9D.


Opacity

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

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

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

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

This text has shadow with #A45E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45E9D on black background.


Color preview on white background

This text has color #A45E9D on white background.



Black color preview on #A45E9D background

This text has black color on #A45E9D background.


White color preview on #A45E9D background

This text has white color on #A45E9D background.