COLOR #A15A9E

HEX: #A15A9E
RGB: (161,90,158)

Color info

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

RGB color model

#A15A9E color RGB value is (161,90,158).

  • red value is 161;
  • green value is 90;
  • blue value is 158.
RGB:
(161,90,158)
(63%,35%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 90 of 255 = 35%
B 158 of 255 = 62%

161
90
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 90 + 158 = 409 (100%)
R 161 of 409 ~ 39.36%
G 90 of 409 ~ 22%
B 158 of 409 ~ 38.63%

%39.36
%22
%38.63

CMYK color model

#A15A9E color CMYK value is (0,44,2,37).

  • cyan value is 0.00%
  • magenta value is 44.10%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK:
(0,44,2,37)
C0M44Y2K37 
(0%,44%,2%,37%)
(0.00/0.44/0.02/0.37)	

CMYK percentages

%0
%44.1
%1.86
%36.86

Codes

Color #A15A9E in popluar color models

A15A9E
RGB16190158
HSL303°28.29%49.22%
HSB/HSV303°44.10%63.14%
CMYK0.00%44.10%1.86%
36.86%

Color #A15A9E in popluar number systems.

HEXA15A9E
Decimal16190158
Binary10100001101101010011110
Octal241132236

Shades and tints

Shades of #A15A9E

#A15A9E
(161,90,158)
#935290
(147,82,144)
#854A82
(133,74,130)
#774274
(119,66,116)
#693A66
(105,58,102)
#5B3258
(91,50,88)
#4D2A4A
(77,42,74)
#3F223C
(63,34,60)
#311A2E
(49,26,46)
#231220
(35,18,32)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #A15A9E

#A15A9E
(161,90,158)
#A969A6
(169,105,166)
#B178AE
(177,120,174)
#B987B6
(185,135,182)
#C196BE
(193,150,190)
#C9A5C6
(201,165,198)
#D1B4CE
(209,180,206)
#D9C3D6
(217,195,214)
#E1D2DE
(225,210,222)
#E9E1E6
(233,225,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15A9E color. Also use rgb(161,90,158) instead hex code.

Text Font Color

.myTextColor { color: #A15A9E; }

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

This text font color is #A15A9E.


Background Color

.myBgColor { background-color: #A15A9E; }

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

This div background color is #A15A9E.


Border color

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

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

This div border color is #A15A9E.


Opacity

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

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

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

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

This text has shadow with #A15A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15A9E on black background.


Color preview on white background

This text has color #A15A9E on white background.



Black color preview on #A15A9E background

This text has black color on #A15A9E background.


White color preview on #A15A9E background

This text has white color on #A15A9E background.