COLOR #A95FD6

HEX: #A95FD6 RGB: (169,95,214)

Color info

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

RGB color model

#A95FD6 color RGB value is (169,95,214).

RGB: (169,95,214) (66%, 37%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 95 of 255 = 37%
B 214 of 255 = 84%

169
95
214

R + G + B ~ 62%. #A95FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 95 + 214 = 478 (100%)
R 169 of 478 ~ 35.36%
G 95 of 478 ~ 19.87%
B 214 of 478 ~ 44.77'%

%35.36
%19.87
%44.77

CMYK color model

#A95FD6 color CMYK value is (21,56,0,16).

  • cyan value is 21.03%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,56,0,16)
C21M56Y0K16 (21%, 56%, 0%, 16%)
(0.21 / 0.56 / 0.00 / 0.16)

CMYK percentages

%21.03
%55.61
%0
%16.08

Codes

Color #A95FD6 in popluar color models

A9 5F D6
RGB 169 95 214
HSL 277° 59.20% 60.59%
HSB/HSV 277° 55.61% 83.92%
CMYK 21.03% 55.61% 0.00%
16.08%

Color #A95FD6 in popluar number systems.

HEX A9 5F D6
Decimal 169 95 214
Binary 10101001 1011111 11010110
Octal 251 137 326

Shades and tints

Shades of #A95FD6

#A95FD6
(169,95,214)
#9A57C3
(154,87,195)
#8B4FB0
(139,79,176)
#7C479D
(124,71,157)
#6D3F8A
(109,63,138)
#5E3777
(94,55,119)
#4F2F64
(79,47,100)
#402751
(64,39,81)
#311F3E
(49,31,62)
#22172B
(34,23,43)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #A95FD6

#A95FD6
(169,95,214)
#B06DD9
(176,109,217)
#B77BDC
(183,123,220)
#BE89DF
(190,137,223)
#C597E2
(197,151,226)
#CCA5E5
(204,165,229)
#D3B3E8
(211,179,232)
#DAC1EB
(218,193,235)
#E1CFEE
(225,207,238)
#E8DDF1
(232,221,241)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95FD6; }

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

This text font color is #A95FD6.

Background Color

.myBgColor { background-color: #A95FD6; }

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

This div background color is #A95FD6.

Border color

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

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

This div border color is #A95FD6.

Opacity

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

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

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

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

This text has shadow with #A95FD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95FD6.

Preview

Color preview on black background

This text has color #A95FD6 on black background.


Color preview on white background

This text has color #A95FD6 on white background.


Black color preview on #A95FD6 background

This text has black color on #A95FD6 background.


White color preview on #A95FD6 background

This text has white color on #A95FD6 background.


Related colors

Complementary color

Complementary color for #hex is #56A029.


I love getcolorcode.com

Triadic colors

1 #D6A95F and #5FD6A9 with #A95FD6 are triadic colors.

2 #D65FA9 and #5FA9D6 with #A95FD6 are triadic colors.