COLOR #A45998

HEX: #A45998
RGB: (164,89,152)

Color info

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

RGB color model

#A45998 color RGB value is (164,89,152).

  • red value is 164;
  • green value is 89;
  • blue value is 152.
RGB:
(164,89,152)
(64%,35%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 89 of 255 = 35%
B 152 of 255 = 60%

164
89
152

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

Portions of RGB colors in percentages

R + G + B =
164 + 89 + 152 = 405 (100%)
R 164 of 405 ~ 40.49%
G 89 of 405 ~ 21.98%
B 152 of 405 ~ 37.53%

%40.49
%21.98
%37.53

CMYK color model

#A45998 color CMYK value is (0,46,7,36).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(0,46,7,36)
C0M46Y7K36 
(0%,46%,7%,36%)
(0.00/0.46/0.07/0.36)	

CMYK percentages

%0
%45.73
%7.32
%35.69

Codes

Color #A45998 in popluar color models

A45998
RGB16489152
HSL310°29.64%49.61%
HSB/HSV310°45.73%64.31%
CMYK0.00%45.73%7.32%
35.69%

Color #A45998 in popluar number systems.

HEXA45998
Decimal16489152
Binary10100100101100110011000
Octal244131230

Shades and tints

Shades of #A45998

#A45998
(164,89,152)
#96518B
(150,81,139)
#88497E
(136,73,126)
#7A4171
(122,65,113)
#6C3964
(108,57,100)
#5E3157
(94,49,87)
#50294A
(80,41,74)
#42213D
(66,33,61)
#341930
(52,25,48)
#261123
(38,17,35)
#180916
(24,9,22)
#000000
(0,0,0)

Tints of #A45998

#A45998
(164,89,152)
#AC68A1
(172,104,161)
#B477AA
(180,119,170)
#BC86B3
(188,134,179)
#C495BC
(196,149,188)
#CCA4C5
(204,164,197)
#D4B3CE
(212,179,206)
#DCC2D7
(220,194,215)
#E4D1E0
(228,209,224)
#ECE0E9
(236,224,233)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45998 color. Also use rgb(164,89,152) instead hex code.

Text Font Color

.myTextColor { color: #A45998; }

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

This text font color is #A45998.


Background Color

.myBgColor { background-color: #A45998; }

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

This div background color is #A45998.


Border color

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

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

This div border color is #A45998.


Opacity

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

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

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

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

This text has shadow with #A45998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45998 on black background.


Color preview on white background

This text has color #A45998 on white background.



Black color preview on #A45998 background

This text has black color on #A45998 background.


White color preview on #A45998 background

This text has white color on #A45998 background.