COLOR #A95DB9

HEX: #A95DB9 RGB: (169,93,185)

Color info

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

RGB color model

#A95DB9 color RGB value is (169,93,185).

RGB: (169,93,185) (66%, 36%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 185 of 255 = 73%

169
93
185

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

Portions of RGB colors in percentages

R + G + B = 169 + 93 + 185 = 447 (100%)
R 169 of 447 ~ 37.81%
G 93 of 447 ~ 20.81%
B 185 of 447 ~ 41.39'%

%37.81
%20.81
%41.39

CMYK color model

#A95DB9 color CMYK value is (9,50,0,27).

  • cyan value is 8.65%
  • magenta value is 49.73%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (9,50,0,27)
C9M50Y0K27 (9%, 50%, 0%, 27%)
(0.09 / 0.50 / 0.00 / 0.27)

CMYK percentages

%8.65
%49.73
%0
%27.45

Codes

Color #A95DB9 in popluar color models

A9 5D B9
RGB 169 93 185
HSL 290° 39.66% 54.51%
HSB/HSV 290° 49.73% 72.55%
CMYK 8.65% 49.73% 0.00%
27.45%

Color #A95DB9 in popluar number systems.

HEX A9 5D B9
Decimal 169 93 185
Binary 10101001 1011101 10111001
Octal 251 135 271

Shades and tints

Shades of #A95DB9

#A95DB9
(169,93,185)
#9A55A9
(154,85,169)
#8B4D99
(139,77,153)
#7C4589
(124,69,137)
#6D3D79
(109,61,121)
#5E3569
(94,53,105)
#4F2D59
(79,45,89)
#402549
(64,37,73)
#311D39
(49,29,57)
#221529
(34,21,41)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #A95DB9

#A95DB9
(169,93,185)
#B06BBF
(176,107,191)
#B779C5
(183,121,197)
#BE87CB
(190,135,203)
#C595D1
(197,149,209)
#CCA3D7
(204,163,215)
#D3B1DD
(211,177,221)
#DABFE3
(218,191,227)
#E1CDE9
(225,205,233)
#E8DBEF
(232,219,239)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95DB9 color. Also use rgb(169,93,185) instead hex code.

Text Font Color

.myTextColor { color: #A95DB9; }

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

This text font color is #A95DB9.

Background Color

.myBgColor { background-color: #A95DB9; }

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

This div background color is #A95DB9.

Border color

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

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

This div border color is #A95DB9.

Opacity

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

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

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

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

This text has shadow with #A95DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95DB9.

Preview

Color preview on black background

This text has color #A95DB9 on black background.


Color preview on white background

This text has color #A95DB9 on white background.


Black color preview on #A95DB9 background

This text has black color on #A95DB9 background.


White color preview on #A95DB9 background

This text has white color on #A95DB9 background.


Related colors

Complementary color

Complementary color for #hex is #56A246.


I love getcolorcode.com

Triadic colors

1 #B9A95D and #5DB9A9 with #A95DB9 are triadic colors.

2 #B95DA9 and #5DA9B9 with #A95DB9 are triadic colors.