COLOR #A45A7E

HEX: #A45A7E
RGB: (164,90,126)

Color info

#A45A7E contains mainly red and blue colors. Web safe color of #A45A7E is #996666 (or #966).

RGB color model

#A45A7E color RGB value is (164,90,126).

  • red value is 164;
  • green value is 90;
  • blue value is 126.
RGB:
(164,90,126)
(64%,35%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 90 of 255 = 35%
B 126 of 255 = 49%

164
90
126

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

Portions of RGB colors in percentages

R + G + B =
164 + 90 + 126 = 380 (100%)
R 164 of 380 ~ 43.16%
G 90 of 380 ~ 23.68%
B 126 of 380 ~ 33.16%

%43.16
%23.68
%33.16

CMYK color model

#A45A7E color CMYK value is (0,45,23,36).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 23.17%
  • key color value is 35.69%
CMYK:
(0,45,23,36)
C0M45Y23K36 
(0%,45%,23%,36%)
(0.00/0.45/0.23/0.36)	

CMYK percentages

%0
%45.12
%23.17
%35.69

Codes

Color #A45A7E in popluar color models

A45A7E
RGB16490126
HSL331°29.13%49.80%
HSB/HSV331°45.12%64.31%
CMYK0.00%45.12%23.17%
35.69%

Color #A45A7E in popluar number systems.

HEXA45A7E
Decimal16490126
Binary1010010010110101111110
Octal244132176

Shades and tints

Shades of #A45A7E

#A45A7E
(164,90,126)
#965273
(150,82,115)
#884A68
(136,74,104)
#7A425D
(122,66,93)
#6C3A52
(108,58,82)
#5E3247
(94,50,71)
#502A3C
(80,42,60)
#422231
(66,34,49)
#341A26
(52,26,38)
#26121B
(38,18,27)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #A45A7E

#A45A7E
(164,90,126)
#AC6989
(172,105,137)
#B47894
(180,120,148)
#BC879F
(188,135,159)
#C496AA
(196,150,170)
#CCA5B5
(204,165,181)
#D4B4C0
(212,180,192)
#DCC3CB
(220,195,203)
#E4D2D6
(228,210,214)
#ECE1E1
(236,225,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45A7E color. Also use rgb(164,90,126) instead hex code.

Text Font Color

.myTextColor { color: #A45A7E; }

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

This text font color is #A45A7E.


Background Color

.myBgColor { background-color: #A45A7E; }

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

This div background color is #A45A7E.


Border color

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

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

This div border color is #A45A7E.


Opacity

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

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

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

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

This text has shadow with #A45A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45A7E on black background.


Color preview on white background

This text has color #A45A7E on white background.



Black color preview on #A45A7E background

This text has black color on #A45A7E background.


White color preview on #A45A7E background

This text has white color on #A45A7E background.