COLOR #A45DA9

HEX: #A45DA9
RGB: (164,93,169)

Color info

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

RGB color model

#A45DA9 color RGB value is (164,93,169).

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

RGB channels and saturation

R 164 of 255 = 64%
G 93 of 255 = 36%
B 169 of 255 = 66%

164
93
169

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

Portions of RGB colors in percentages

R + G + B =
164 + 93 + 169 = 426 (100%)
R 164 of 426 ~ 38.5%
G 93 of 426 ~ 21.83%
B 169 of 426 ~ 39.67%

%38.5
%21.83
%39.67

CMYK color model

#A45DA9 color CMYK value is (3,45,0,34).

  • cyan value is 2.96%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(3,45,0,34)
C3M45Y0K34 
(3%,45%,0%,34%)
(0.03/0.45/0.00/0.34)	

CMYK percentages

%2.96
%44.97
%0
%33.73

Codes

Color #A45DA9 in popluar color models

A45DA9
RGB16493169
HSL296°30.65%51.37%
HSB/HSV296°44.97%66.27%
CMYK2.96%44.97%0.00%
33.73%

Color #A45DA9 in popluar number systems.

HEXA45DA9
Decimal16493169
Binary10100100101110110101001
Octal244135251

Shades and tints

Shades of #A45DA9

#A45DA9
(164,93,169)
#96559A
(150,85,154)
#884D8B
(136,77,139)
#7A457C
(122,69,124)
#6C3D6D
(108,61,109)
#5E355E
(94,53,94)
#502D4F
(80,45,79)
#422540
(66,37,64)
#341D31
(52,29,49)
#261522
(38,21,34)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A45DA9

#A45DA9
(164,93,169)
#AC6BB0
(172,107,176)
#B479B7
(180,121,183)
#BC87BE
(188,135,190)
#C495C5
(196,149,197)
#CCA3CC
(204,163,204)
#D4B1D3
(212,177,211)
#DCBFDA
(220,191,218)
#E4CDE1
(228,205,225)
#ECDBE8
(236,219,232)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45DA9; }

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

This text font color is #A45DA9.


Background Color

.myBgColor { background-color: #A45DA9; }

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

This div background color is #A45DA9.


Border color

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

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

This div border color is #A45DA9.


Opacity

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

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

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

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

This text has shadow with #A45DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45DA9 on black background.


Color preview on white background

This text has color #A45DA9 on white background.



Black color preview on #A45DA9 background

This text has black color on #A45DA9 background.


White color preview on #A45DA9 background

This text has white color on #A45DA9 background.