COLOR #A95FAF

HEX: #A95FAF
RGB: (169,95,175)

Color info

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

RGB color model

#A95FAF color RGB value is (169,95,175).

  • red value is 169;
  • green value is 95;
  • blue value is 175.
RGB:
(169,95,175)
(66%,37%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 95 of 255 = 37%
B 175 of 255 = 69%

169
95
175

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

Portions of RGB colors in percentages

R + G + B =
169 + 95 + 175 = 439 (100%)
R 169 of 439 ~ 38.5%
G 95 of 439 ~ 21.64%
B 175 of 439 ~ 39.86%

%38.5
%21.64
%39.86

CMYK color model

#A95FAF color CMYK value is (3,46,0,31).

  • cyan value is 3.43%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,46,0,31)
C3M46Y0K31 
(3%,46%,0%,31%)
(0.03/0.46/0.00/0.31)	

CMYK percentages

%3.43
%45.71
%0
%31.37

Codes

Color #A95FAF in popluar color models

A95FAF
RGB16995175
HSL296°33.33%52.94%
HSB/HSV296°45.71%68.63%
CMYK3.43%45.71%0.00%
31.37%

Color #A95FAF in popluar number systems.

HEXA95FAF
Decimal16995175
Binary10101001101111110101111
Octal251137257

Shades and tints

Shades of #A95FAF

#A95FAF
(169,95,175)
#9A57A0
(154,87,160)
#8B4F91
(139,79,145)
#7C4782
(124,71,130)
#6D3F73
(109,63,115)
#5E3764
(94,55,100)
#4F2F55
(79,47,85)
#402746
(64,39,70)
#311F37
(49,31,55)
#221728
(34,23,40)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #A95FAF

#A95FAF
(169,95,175)
#B06DB6
(176,109,182)
#B77BBD
(183,123,189)
#BE89C4
(190,137,196)
#C597CB
(197,151,203)
#CCA5D2
(204,165,210)
#D3B3D9
(211,179,217)
#DAC1E0
(218,193,224)
#E1CFE7
(225,207,231)
#E8DDEE
(232,221,238)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95FAF color. Also use rgb(169,95,175) instead hex code.

Text Font Color

.myTextColor { color: #A95FAF; }

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

This text font color is #A95FAF.


Background Color

.myBgColor { background-color: #A95FAF; }

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

This div background color is #A95FAF.


Border color

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

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

This div border color is #A95FAF.


Opacity

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

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

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

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

This text has shadow with #A95FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95FAF on black background.


Color preview on white background

This text has color #A95FAF on white background.



Black color preview on #A95FAF background

This text has black color on #A95FAF background.


White color preview on #A95FAF background

This text has white color on #A95FAF background.