COLOR #A95C98

HEX: #A95C98
RGB: (169,92,152)

Color info

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

RGB color model

#A95C98 color RGB value is (169,92,152).

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

RGB channels and saturation

R 169 of 255 = 66%
G 92 of 255 = 36%
B 152 of 255 = 60%

169
92
152

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

Portions of RGB colors in percentages

R + G + B =
169 + 92 + 152 = 413 (100%)
R 169 of 413 ~ 40.92%
G 92 of 413 ~ 22.28%
B 152 of 413 ~ 36.8%

%40.92
%22.28
%36.8

CMYK color model

#A95C98 color CMYK value is (0,46,10,34).

  • cyan value is 0.00%
  • magenta value is 45.56%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,46,10,34)
C0M46Y10K34 
(0%,46%,10%,34%)
(0.00/0.46/0.10/0.34)	

CMYK percentages

%0
%45.56
%10.06
%33.73

Codes

Color #A95C98 in popluar color models

A95C98
RGB16992152
HSL313°30.92%51.18%
HSB/HSV313°45.56%66.27%
CMYK0.00%45.56%10.06%
33.73%

Color #A95C98 in popluar number systems.

HEXA95C98
Decimal16992152
Binary10101001101110010011000
Octal251134230

Shades and tints

Shades of #A95C98

#A95C98
(169,92,152)
#9A548B
(154,84,139)
#8B4C7E
(139,76,126)
#7C4471
(124,68,113)
#6D3C64
(109,60,100)
#5E3457
(94,52,87)
#4F2C4A
(79,44,74)
#40243D
(64,36,61)
#311C30
(49,28,48)
#221423
(34,20,35)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #A95C98

#A95C98
(169,92,152)
#B06AA1
(176,106,161)
#B778AA
(183,120,170)
#BE86B3
(190,134,179)
#C594BC
(197,148,188)
#CCA2C5
(204,162,197)
#D3B0CE
(211,176,206)
#DABED7
(218,190,215)
#E1CCE0
(225,204,224)
#E8DAE9
(232,218,233)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95C98; }

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

This text font color is #A95C98.


Background Color

.myBgColor { background-color: #A95C98; }

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

This div background color is #A95C98.


Border color

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

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

This div border color is #A95C98.


Opacity

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

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

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

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

This text has shadow with #A95C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95C98 on black background.


Color preview on white background

This text has color #A95C98 on white background.



Black color preview on #A95C98 background

This text has black color on #A95C98 background.


White color preview on #A95C98 background

This text has white color on #A95C98 background.