COLOR #A15197

HEX: #A15197
RGB: (161,81,151)

Color info

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

RGB color model

#A15197 color RGB value is (161,81,151).

  • red value is 161;
  • green value is 81;
  • blue value is 151.
RGB:
(161,81,151)
(63%,32%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 81 of 255 = 32%
B 151 of 255 = 59%

161
81
151

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

Portions of RGB colors in percentages

R + G + B =
161 + 81 + 151 = 393 (100%)
R 161 of 393 ~ 40.97%
G 81 of 393 ~ 20.61%
B 151 of 393 ~ 38.42%

%40.97
%20.61
%38.42

CMYK color model

#A15197 color CMYK value is (0,50,6,37).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 6.21%
  • key color value is 36.86%
CMYK:
(0,50,6,37)
C0M50Y6K37 
(0%,50%,6%,37%)
(0.00/0.50/0.06/0.37)	

CMYK percentages

%0
%49.69
%6.21
%36.86

Codes

Color #A15197 in popluar color models

A15197
RGB16181151
HSL308°33.06%47.45%
HSB/HSV308°49.69%63.14%
CMYK0.00%49.69%6.21%
36.86%

Color #A15197 in popluar number systems.

HEXA15197
Decimal16181151
Binary10100001101000110010111
Octal241121227

Shades and tints

Shades of #A15197

#A15197
(161,81,151)
#934A8A
(147,74,138)
#85437D
(133,67,125)
#773C70
(119,60,112)
#693563
(105,53,99)
#5B2E56
(91,46,86)
#4D2749
(77,39,73)
#3F203C
(63,32,60)
#31192F
(49,25,47)
#231222
(35,18,34)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #A15197

#A15197
(161,81,151)
#A960A0
(169,96,160)
#B16FA9
(177,111,169)
#B97EB2
(185,126,178)
#C18DBB
(193,141,187)
#C99CC4
(201,156,196)
#D1ABCD
(209,171,205)
#D9BAD6
(217,186,214)
#E1C9DF
(225,201,223)
#E9D8E8
(233,216,232)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15197 color. Also use rgb(161,81,151) instead hex code.

Text Font Color

.myTextColor { color: #A15197; }

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

This text font color is #A15197.


Background Color

.myBgColor { background-color: #A15197; }

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

This div background color is #A15197.


Border color

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

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

This div border color is #A15197.


Opacity

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

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

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

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

This text has shadow with #A15197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15197 on black background.


Color preview on white background

This text has color #A15197 on white background.



Black color preview on #A15197 background

This text has black color on #A15197 background.


White color preview on #A15197 background

This text has white color on #A15197 background.