COLOR #A15D78

HEX: #A15D78
RGB: (161,93,120)

Color info

#A15D78 contains mainly red and blue colors. Web safe color of #A15D78 is #996666 (or #966).

RGB color model

#A15D78 color RGB value is (161,93,120).

  • red value is 161;
  • green value is 93;
  • blue value is 120.
RGB:
(161,93,120)
(63%,36%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 93 of 255 = 36%
B 120 of 255 = 47%

161
93
120

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

Portions of RGB colors in percentages

R + G + B =
161 + 93 + 120 = 374 (100%)
R 161 of 374 ~ 43.05%
G 93 of 374 ~ 24.87%
B 120 of 374 ~ 32.09%

%43.05
%24.87
%32.09

CMYK color model

#A15D78 color CMYK value is (0,42,25,37).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 25.47%
  • key color value is 36.86%
CMYK:
(0,42,25,37)
C0M42Y25K37 
(0%,42%,25%,37%)
(0.00/0.42/0.25/0.37)	

CMYK percentages

%0
%42.24
%25.47
%36.86

Codes

Color #A15D78 in popluar color models

A15D78
RGB16193120
HSL336°26.77%49.80%
HSB/HSV336°42.24%63.14%
CMYK0.00%42.24%25.47%
36.86%

Color #A15D78 in popluar number systems.

HEXA15D78
Decimal16193120
Binary1010000110111011111000
Octal241135170

Shades and tints

Shades of #A15D78

#A15D78
(161,93,120)
#93556E
(147,85,110)
#854D64
(133,77,100)
#77455A
(119,69,90)
#693D50
(105,61,80)
#5B3546
(91,53,70)
#4D2D3C
(77,45,60)
#3F2532
(63,37,50)
#311D28
(49,29,40)
#23151E
(35,21,30)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #A15D78

#A15D78
(161,93,120)
#A96B84
(169,107,132)
#B17990
(177,121,144)
#B9879C
(185,135,156)
#C195A8
(193,149,168)
#C9A3B4
(201,163,180)
#D1B1C0
(209,177,192)
#D9BFCC
(217,191,204)
#E1CDD8
(225,205,216)
#E9DBE4
(233,219,228)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15D78; }

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

This text font color is #A15D78.


Background Color

.myBgColor { background-color: #A15D78; }

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

This div background color is #A15D78.


Border color

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

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

This div border color is #A15D78.


Opacity

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

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

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

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

This text has shadow with #A15D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15D78 on black background.


Color preview on white background

This text has color #A15D78 on white background.



Black color preview on #A15D78 background

This text has black color on #A15D78 background.


White color preview on #A15D78 background

This text has white color on #A15D78 background.