COLOR #A93989

HEX: #A93989
RGB: (169,57,137)

Color info

#A93989 contains mainly red and blue colors. Web safe color of #A93989 is #993399 (or #939).

RGB color model

#A93989 color RGB value is (169,57,137).

  • red value is 169;
  • green value is 57;
  • blue value is 137.
RGB:
(169,57,137)
(66%,22%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 57 of 255 = 22%
B 137 of 255 = 54%

169
57
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 57 + 137 = 363 (100%)
R 169 of 363 ~ 46.56%
G 57 of 363 ~ 15.7%
B 137 of 363 ~ 37.74%

%46.56
%15.7
%37.74

CMYK color model

#A93989 color CMYK value is (0,66,19,34).

  • cyan value is 0.00%
  • magenta value is 66.27%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(0,66,19,34)
C0M66Y19K34 
(0%,66%,19%,34%)
(0.00/0.66/0.19/0.34)	

CMYK percentages

%0
%66.27
%18.93
%33.73

Codes

Color #A93989 in popluar color models

A93989
RGB16957137
HSL317°49.56%44.31%
HSB/HSV317°66.27%66.27%
CMYK0.00%66.27%18.93%
33.73%

Color #A93989 in popluar number systems.

HEXA93989
Decimal16957137
Binary1010100111100110001001
Octal25171211

Shades and tints

Shades of #A93989

#A93989
(169,57,137)
#9A347D
(154,52,125)
#8B2F71
(139,47,113)
#7C2A65
(124,42,101)
#6D2559
(109,37,89)
#5E204D
(94,32,77)
#4F1B41
(79,27,65)
#401635
(64,22,53)
#311129
(49,17,41)
#220C1D
(34,12,29)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #A93989

#A93989
(169,57,137)
#B04B93
(176,75,147)
#B75D9D
(183,93,157)
#BE6FA7
(190,111,167)
#C581B1
(197,129,177)
#CC93BB
(204,147,187)
#D3A5C5
(211,165,197)
#DAB7CF
(218,183,207)
#E1C9D9
(225,201,217)
#E8DBE3
(232,219,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93989 color. Also use rgb(169,57,137) instead hex code.

Text Font Color

.myTextColor { color: #A93989; }

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

This text font color is #A93989.


Background Color

.myBgColor { background-color: #A93989; }

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

This div background color is #A93989.


Border color

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

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

This div border color is #A93989.


Opacity

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

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

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

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

This text has shadow with #A93989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93989 on black background.


Color preview on white background

This text has color #A93989 on white background.



Black color preview on #A93989 background

This text has black color on #A93989 background.


White color preview on #A93989 background

This text has white color on #A93989 background.