COLOR #A95BC4

HEX: #A95BC4
RGB: (169,91,196)

Color info

#A95BC4 contains mainly red and blue colors. Web safe color of #A95BC4 is #9966CC (or #96C).

RGB color model

#A95BC4 color RGB value is (169,91,196).

  • red value is 169;
  • green value is 91;
  • blue value is 196.
RGB:
(169,91,196)
(66%,36%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 196 of 255 = 77%

169
91
196

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

Portions of RGB colors in percentages

R + G + B =
169 + 91 + 196 = 456 (100%)
R 169 of 456 ~ 37.06%
G 91 of 456 ~ 19.96%
B 196 of 456 ~ 42.98%

%37.06
%19.96
%42.98

CMYK color model

#A95BC4 color CMYK value is (14,54,0,23).

  • cyan value is 13.78%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(14,54,0,23)
C14M54Y0K23 
(14%,54%,0%,23%)
(0.14/0.54/0.00/0.23)	

CMYK percentages

%13.78
%53.57
%0
%23.14

Codes

Color #A95BC4 in popluar color models

A95BC4
RGB16991196
HSL285°47.09%56.27%
HSB/HSV285°53.57%76.86%
CMYK13.78%53.57%0.00%
23.14%

Color #A95BC4 in popluar number systems.

HEXA95BC4
Decimal16991196
Binary10101001101101111000100
Octal251133304

Shades and tints

Shades of #A95BC4

#A95BC4
(169,91,196)
#9A53B3
(154,83,179)
#8B4BA2
(139,75,162)
#7C4391
(124,67,145)
#6D3B80
(109,59,128)
#5E336F
(94,51,111)
#4F2B5E
(79,43,94)
#40234D
(64,35,77)
#311B3C
(49,27,60)
#22132B
(34,19,43)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #A95BC4

#A95BC4
(169,91,196)
#B069C9
(176,105,201)
#B777CE
(183,119,206)
#BE85D3
(190,133,211)
#C593D8
(197,147,216)
#CCA1DD
(204,161,221)
#D3AFE2
(211,175,226)
#DABDE7
(218,189,231)
#E1CBEC
(225,203,236)
#E8D9F1
(232,217,241)
#EFE7F6
(239,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95BC4 color. Also use rgb(169,91,196) instead hex code.

Text Font Color

.myTextColor { color: #A95BC4; }

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

This text font color is #A95BC4.


Background Color

.myBgColor { background-color: #A95BC4; }

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

This div background color is #A95BC4.


Border color

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

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

This div border color is #A95BC4.


Opacity

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

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

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

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

This text has shadow with #A95BC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95BC4 on black background.


Color preview on white background

This text has color #A95BC4 on white background.



Black color preview on #A95BC4 background

This text has black color on #A95BC4 background.


White color preview on #A95BC4 background

This text has white color on #A95BC4 background.