COLOR #A96998

HEX: #A96998
RGB: (169,105,152)

Color info

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

RGB color model

#A96998 color RGB value is (169,105,152).

  • red value is 169;
  • green value is 105;
  • blue value is 152.
RGB:
(169,105,152)
(66%,41%,60%)

RGB channels and saturation

R 169 of 255 = 66%
G 105 of 255 = 41%
B 152 of 255 = 60%

169
105
152

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

Portions of RGB colors in percentages

R + G + B =
169 + 105 + 152 = 426 (100%)
R 169 of 426 ~ 39.67%
G 105 of 426 ~ 24.65%
B 152 of 426 ~ 35.68%

%39.67
%24.65
%35.68

CMYK color model

#A96998 color CMYK value is (0,38,10,34).

  • cyan value is 0.00%
  • magenta value is 37.87%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,38,10,34)
C0M38Y10K34 
(0%,38%,10%,34%)
(0.00/0.38/0.10/0.34)	

CMYK percentages

%0
%37.87
%10.06
%33.73

Codes

Color #A96998 in popluar color models

A96998
RGB169105152
HSL316°27.12%53.73%
HSB/HSV316°37.87%66.27%
CMYK0.00%37.87%10.06%
33.73%

Color #A96998 in popluar number systems.

HEXA96998
Decimal169105152
Binary10101001110100110011000
Octal251151230

Shades and tints

Shades of #A96998

#A96998
(169,105,152)
#9A608B
(154,96,139)
#8B577E
(139,87,126)
#7C4E71
(124,78,113)
#6D4564
(109,69,100)
#5E3C57
(94,60,87)
#4F334A
(79,51,74)
#402A3D
(64,42,61)
#312130
(49,33,48)
#221823
(34,24,35)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A96998

#A96998
(169,105,152)
#B076A1
(176,118,161)
#B783AA
(183,131,170)
#BE90B3
(190,144,179)
#C59DBC
(197,157,188)
#CCAAC5
(204,170,197)
#D3B7CE
(211,183,206)
#DAC4D7
(218,196,215)
#E1D1E0
(225,209,224)
#E8DEE9
(232,222,233)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96998 color. Also use rgb(169,105,152) instead hex code.

Text Font Color

.myTextColor { color: #A96998; }

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

This text font color is #A96998.


Background Color

.myBgColor { background-color: #A96998; }

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

This div background color is #A96998.


Border color

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

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

This div border color is #A96998.


Opacity

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

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

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

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

This text has shadow with #A96998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96998 on black background.


Color preview on white background

This text has color #A96998 on white background.



Black color preview on #A96998 background

This text has black color on #A96998 background.


White color preview on #A96998 background

This text has white color on #A96998 background.