COLOR #A15B9A

HEX: #A15B9A
RGB: (161,91,154)

Color info

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

RGB color model

#A15B9A color RGB value is (161,91,154).

  • red value is 161;
  • green value is 91;
  • blue value is 154.
RGB:
(161,91,154)
(63%,36%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 91 of 255 = 36%
B 154 of 255 = 60%

161
91
154

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

Portions of RGB colors in percentages

R + G + B =
161 + 91 + 154 = 406 (100%)
R 161 of 406 ~ 39.66%
G 91 of 406 ~ 22.41%
B 154 of 406 ~ 37.93%

%39.66
%22.41
%37.93

CMYK color model

#A15B9A color CMYK value is (0,43,4,37).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 4.35%
  • key color value is 36.86%
CMYK:
(0,43,4,37)
C0M43Y4K37 
(0%,43%,4%,37%)
(0.00/0.43/0.04/0.37)	

CMYK percentages

%0
%43.48
%4.35
%36.86

Codes

Color #A15B9A in popluar color models

A15B9A
RGB16191154
HSL306°27.78%49.41%
HSB/HSV306°43.48%63.14%
CMYK0.00%43.48%4.35%
36.86%

Color #A15B9A in popluar number systems.

HEXA15B9A
Decimal16191154
Binary10100001101101110011010
Octal241133232

Shades and tints

Shades of #A15B9A

#A15B9A
(161,91,154)
#93538C
(147,83,140)
#854B7E
(133,75,126)
#774370
(119,67,112)
#693B62
(105,59,98)
#5B3354
(91,51,84)
#4D2B46
(77,43,70)
#3F2338
(63,35,56)
#311B2A
(49,27,42)
#23131C
(35,19,28)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #A15B9A

#A15B9A
(161,91,154)
#A969A3
(169,105,163)
#B177AC
(177,119,172)
#B985B5
(185,133,181)
#C193BE
(193,147,190)
#C9A1C7
(201,161,199)
#D1AFD0
(209,175,208)
#D9BDD9
(217,189,217)
#E1CBE2
(225,203,226)
#E9D9EB
(233,217,235)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15B9A color. Also use rgb(161,91,154) instead hex code.

Text Font Color

.myTextColor { color: #A15B9A; }

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

This text font color is #A15B9A.


Background Color

.myBgColor { background-color: #A15B9A; }

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

This div background color is #A15B9A.


Border color

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

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

This div border color is #A15B9A.


Opacity

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

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

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

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

This text has shadow with #A15B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15B9A on black background.


Color preview on white background

This text has color #A15B9A on white background.



Black color preview on #A15B9A background

This text has black color on #A15B9A background.


White color preview on #A15B9A background

This text has white color on #A15B9A background.