COLOR #A45B9D

HEX: #A45B9D
RGB: (164,91,157)

Color info

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

RGB color model

#A45B9D color RGB value is (164,91,157).

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

RGB channels and saturation

R 164 of 255 = 64%
G 91 of 255 = 36%
B 157 of 255 = 62%

164
91
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 91 + 157 = 412 (100%)
R 164 of 412 ~ 39.81%
G 91 of 412 ~ 22.09%
B 157 of 412 ~ 38.11%

%39.81
%22.09
%38.11

CMYK color model

#A45B9D color CMYK value is (0,45,4,36).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,45,4,36)
C0M45Y4K36 
(0%,45%,4%,36%)
(0.00/0.45/0.04/0.36)	

CMYK percentages

%0
%44.51
%4.27
%35.69

Codes

Color #A45B9D in popluar color models

A45B9D
RGB16491157
HSL306°28.63%50.00%
HSB/HSV306°44.51%64.31%
CMYK0.00%44.51%4.27%
35.69%

Color #A45B9D in popluar number systems.

HEXA45B9D
Decimal16491157
Binary10100100101101110011101
Octal244133235

Shades and tints

Shades of #A45B9D

#A45B9D
(164,91,157)
#96538F
(150,83,143)
#884B81
(136,75,129)
#7A4373
(122,67,115)
#6C3B65
(108,59,101)
#5E3357
(94,51,87)
#502B49
(80,43,73)
#42233B
(66,35,59)
#341B2D
(52,27,45)
#26131F
(38,19,31)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #A45B9D

#A45B9D
(164,91,157)
#AC69A5
(172,105,165)
#B477AD
(180,119,173)
#BC85B5
(188,133,181)
#C493BD
(196,147,189)
#CCA1C5
(204,161,197)
#D4AFCD
(212,175,205)
#DCBDD5
(220,189,213)
#E4CBDD
(228,203,221)
#ECD9E5
(236,217,229)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45B9D; }

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

This text font color is #A45B9D.


Background Color

.myBgColor { background-color: #A45B9D; }

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

This div background color is #A45B9D.


Border color

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

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

This div border color is #A45B9D.


Opacity

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

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

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

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

This text has shadow with #A45B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45B9D on black background.


Color preview on white background

This text has color #A45B9D on white background.



Black color preview on #A45B9D background

This text has black color on #A45B9D background.


White color preview on #A45B9D background

This text has white color on #A45B9D background.