COLOR #A93590

HEX: #A93590
RGB: (169,53,144)

Color info

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

RGB color model

#A93590 color RGB value is (169,53,144).

  • red value is 169;
  • green value is 53;
  • blue value is 144.
RGB:
(169,53,144)
(66%,21%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 53 of 255 = 21%
B 144 of 255 = 56%

169
53
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 53 + 144 = 366 (100%)
R 169 of 366 ~ 46.17%
G 53 of 366 ~ 14.48%
B 144 of 366 ~ 39.34%

%46.17
%14.48
%39.34

CMYK color model

#A93590 color CMYK value is (0,69,15,34).

  • cyan value is 0.00%
  • magenta value is 68.64%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,69,15,34)
C0M69Y15K34 
(0%,69%,15%,34%)
(0.00/0.69/0.15/0.34)	

CMYK percentages

%0
%68.64
%14.79
%33.73

Codes

Color #A93590 in popluar color models

A93590
RGB16953144
HSL313°52.25%43.53%
HSB/HSV313°68.64%66.27%
CMYK0.00%68.64%14.79%
33.73%

Color #A93590 in popluar number systems.

HEXA93590
Decimal16953144
Binary1010100111010110010000
Octal25165220

Shades and tints

Shades of #A93590

#A93590
(169,53,144)
#9A3183
(154,49,131)
#8B2D76
(139,45,118)
#7C2969
(124,41,105)
#6D255C
(109,37,92)
#5E214F
(94,33,79)
#4F1D42
(79,29,66)
#401935
(64,25,53)
#311528
(49,21,40)
#22111B
(34,17,27)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #A93590

#A93590
(169,53,144)
#B0479A
(176,71,154)
#B759A4
(183,89,164)
#BE6BAE
(190,107,174)
#C57DB8
(197,125,184)
#CC8FC2
(204,143,194)
#D3A1CC
(211,161,204)
#DAB3D6
(218,179,214)
#E1C5E0
(225,197,224)
#E8D7EA
(232,215,234)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93590 color. Also use rgb(169,53,144) instead hex code.

Text Font Color

.myTextColor { color: #A93590; }

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

This text font color is #A93590.


Background Color

.myBgColor { background-color: #A93590; }

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

This div background color is #A93590.


Border color

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

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

This div border color is #A93590.


Opacity

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

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

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

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

This text has shadow with #A93590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93590 on black background.


Color preview on white background

This text has color #A93590 on white background.



Black color preview on #A93590 background

This text has black color on #A93590 background.


White color preview on #A93590 background

This text has white color on #A93590 background.