COLOR #A15D94

HEX: #A15D94 RGB: (161,93,148)

Color info

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

RGB color model

#A15D94 color RGB value is (161,93,148).

RGB: (161,93,148) (63%, 36%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 93 of 255 = 36%
B 148 of 255 = 58%

161
93
148

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

Portions of RGB colors in percentages

R + G + B = 161 + 93 + 148 = 402 (100%)
R 161 of 402 ~ 40.05%
G 93 of 402 ~ 23.13%
B 148 of 402 ~ 36.82'%

%40.05
%23.13
%36.82

CMYK color model

#A15D94 color CMYK value is (0,42,8,37).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 8.07%
  • key color value is 36.86%

CMYK: (0,42,8,37)
C0M42Y8K37 (0%, 42%, 8%, 37%)
(0.00 / 0.42 / 0.08 / 0.37)

CMYK percentages

%0
%42.24
%8.07
%36.86

Codes

Color #A15D94 in popluar color models

A1 5D 94
RGB 161 93 148
HSL 311° 26.77% 49.80%
HSB/HSV 311° 42.24% 63.14%
CMYK 0.00% 42.24% 8.07%
36.86%

Color #A15D94 in popluar number systems.

HEX A1 5D 94
Decimal 161 93 148
Binary 10100001 1011101 10010100
Octal 241 135 224

Shades and tints

Shades of #A15D94

#A15D94
(161,93,148)
#935587
(147,85,135)
#854D7A
(133,77,122)
#77456D
(119,69,109)
#693D60
(105,61,96)
#5B3553
(91,53,83)
#4D2D46
(77,45,70)
#3F2539
(63,37,57)
#311D2C
(49,29,44)
#23151F
(35,21,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #A15D94

#A15D94
(161,93,148)
#A96B9D
(169,107,157)
#B179A6
(177,121,166)
#B987AF
(185,135,175)
#C195B8
(193,149,184)
#C9A3C1
(201,163,193)
#D1B1CA
(209,177,202)
#D9BFD3
(217,191,211)
#E1CDDC
(225,205,220)
#E9DBE5
(233,219,229)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15D94 color. Also use rgb(161,93,148) instead hex code.

Text Font Color

.myTextColor { color: #A15D94; }

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

This text font color is #A15D94.

Background Color

.myBgColor { background-color: #A15D94; }

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

This div background color is #A15D94.

Border color

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

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

This div border color is #A15D94.

Opacity

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

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

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

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

This text has shadow with #A15D94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15D94.

Preview

Color preview on black background

This text has color #A15D94 on black background.


Color preview on white background

This text has color #A15D94 on white background.


Black color preview on #A15D94 background

This text has black color on #A15D94 background.


White color preview on #A15D94 background

This text has white color on #A15D94 background.


Related colors

Complementary color

Complementary color for #hex is #5EA26B.


I love getcolorcode.com

Triadic colors

1 #94A15D and #5D94A1 with #A15D94 are triadic colors.

2 #945DA1 and #5DA194 with #A15D94 are triadic colors.