COLOR #A45D95

HEX: #A45D95
RGB: (164,93,149)

Color info

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

RGB color model

#A45D95 color RGB value is (164,93,149).

  • red value is 164;
  • green value is 93;
  • blue value is 149.
RGB: (164,93,149) (64%,36%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 93 of 255 = 36%
B 149 of 255 = 58%

164
93
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 93 + 149 = 406 (100%)
R 164 of 406 ~ 40.39%
G 93 of 406 ~ 22.91%
B 149 of 406 ~ 36.7%

%40.39
%22.91
%36.7

CMYK color model

#A45D95 color CMYK value is (0,43,9,36).

  • cyan value is 0.00%
  • magenta value is 43.29%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK: (0,43,9,36) C0M43Y9K36 (0%,43%,9%,36%) (0.00/0.43/0.09/0.36)

CMYK percentages

%0
%43.29
%9.15
%35.69

Codes

Color #A45D95 in popluar color models

A45D95
RGB16493149
HSL313°28.06%50.39%
HSB/HSV313°43.29%64.31%
CMYK0.00%43.29%9.15%
35.69%

Color #A45D95 in popluar number systems.

HEXA45D95
Decimal16493149
Binary10100100101110110010101
Octal244135225

Shades and tints

Shades of #A45D95

#A45D95
(164,93,149)
#965588
(150,85,136)
#884D7B
(136,77,123)
#7A456E
(122,69,110)
#6C3D61
(108,61,97)
#5E3554
(94,53,84)
#502D47
(80,45,71)
#42253A
(66,37,58)
#341D2D
(52,29,45)
#261520
(38,21,32)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A45D95

#A45D95
(164,93,149)
#AC6B9E
(172,107,158)
#B479A7
(180,121,167)
#BC87B0
(188,135,176)
#C495B9
(196,149,185)
#CCA3C2
(204,163,194)
#D4B1CB
(212,177,203)
#DCBFD4
(220,191,212)
#E4CDDD
(228,205,221)
#ECDBE6
(236,219,230)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45D95 color. Also use rgb(164,93,149) instead hex code.

Text Font Color

.myTextColor { color: #A45D95; }

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

This text font color is #A45D95.


Background Color

.myBgColor { background-color: #A45D95; }

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

This div background color is #A45D95.


Border color

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

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

This div border color is #A45D95.


Opacity

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

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

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

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

This text has shadow with #A45D95 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A45D95 on black background.


Color preview on white background

This text has color #A45D95 on white background.



Black color preview on #A45D95 background

This text has black color on #A45D95 background.


White color preview on #A45D95 background

This text has white color on #A45D95 background.