COLOR #A96393

HEX: #A96393
RGB: (169,99,147)

Color info

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

RGB color model

#A96393 color RGB value is (169,99,147).

  • red value is 169;
  • green value is 99;
  • blue value is 147.
RGB:
(169,99,147)
(66%,39%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 147 of 255 = 58%

169
99
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 99 + 147 = 415 (100%)
R 169 of 415 ~ 40.72%
G 99 of 415 ~ 23.86%
B 147 of 415 ~ 35.42%

%40.72
%23.86
%35.42

CMYK color model

#A96393 color CMYK value is (0,41,13,34).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(0,41,13,34)
C0M41Y13K34 
(0%,41%,13%,34%)
(0.00/0.41/0.13/0.34)	

CMYK percentages

%0
%41.42
%13.02
%33.73

Codes

Color #A96393 in popluar color models

A96393
RGB16999147
HSL319°28.93%52.55%
HSB/HSV319°41.42%66.27%
CMYK0.00%41.42%13.02%
33.73%

Color #A96393 in popluar number systems.

HEXA96393
Decimal16999147
Binary10101001110001110010011
Octal251143223

Shades and tints

Shades of #A96393

#A96393
(169,99,147)
#9A5A86
(154,90,134)
#8B5179
(139,81,121)
#7C486C
(124,72,108)
#6D3F5F
(109,63,95)
#5E3652
(94,54,82)
#4F2D45
(79,45,69)
#402438
(64,36,56)
#311B2B
(49,27,43)
#22121E
(34,18,30)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #A96393

#A96393
(169,99,147)
#B0719C
(176,113,156)
#B77FA5
(183,127,165)
#BE8DAE
(190,141,174)
#C59BB7
(197,155,183)
#CCA9C0
(204,169,192)
#D3B7C9
(211,183,201)
#DAC5D2
(218,197,210)
#E1D3DB
(225,211,219)
#E8E1E4
(232,225,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96393 color. Also use rgb(169,99,147) instead hex code.

Text Font Color

.myTextColor { color: #A96393; }

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

This text font color is #A96393.


Background Color

.myBgColor { background-color: #A96393; }

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

This div background color is #A96393.


Border color

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

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

This div border color is #A96393.


Opacity

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

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

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

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

This text has shadow with #A96393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96393 on black background.


Color preview on white background

This text has color #A96393 on white background.



Black color preview on #A96393 background

This text has black color on #A96393 background.


White color preview on #A96393 background

This text has white color on #A96393 background.