COLOR #A15EA5

HEX: #A15EA5
RGB: (161,94,165)

Color info

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

RGB color model

#A15EA5 color RGB value is (161,94,165).

  • red value is 161;
  • green value is 94;
  • blue value is 165.
RGB:
(161,94,165)
(63%,37%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 165 of 255 = 65%

161
94
165

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

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 165 = 420 (100%)
R 161 of 420 ~ 38.33%
G 94 of 420 ~ 22.38%
B 165 of 420 ~ 39.29%

%38.33
%22.38
%39.29

CMYK color model

#A15EA5 color CMYK value is (2,43,0,35).

  • cyan value is 2.42%
  • magenta value is 43.03%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(2,43,0,35)
C2M43Y0K35 
(2%,43%,0%,35%)
(0.02/0.43/0.00/0.35)	

CMYK percentages

%2.42
%43.03
%0
%35.29

Codes

Color #A15EA5 in popluar color models

A15EA5
RGB16194165
HSL297°28.29%50.78%
HSB/HSV297°43.03%64.71%
CMYK2.42%43.03%0.00%
35.29%

Color #A15EA5 in popluar number systems.

HEXA15EA5
Decimal16194165
Binary10100001101111010100101
Octal241136245

Shades and tints

Shades of #A15EA5

#A15EA5
(161,94,165)
#935696
(147,86,150)
#854E87
(133,78,135)
#774678
(119,70,120)
#693E69
(105,62,105)
#5B365A
(91,54,90)
#4D2E4B
(77,46,75)
#3F263C
(63,38,60)
#311E2D
(49,30,45)
#23161E
(35,22,30)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #A15EA5

#A15EA5
(161,94,165)
#A96CAD
(169,108,173)
#B17AB5
(177,122,181)
#B988BD
(185,136,189)
#C196C5
(193,150,197)
#C9A4CD
(201,164,205)
#D1B2D5
(209,178,213)
#D9C0DD
(217,192,221)
#E1CEE5
(225,206,229)
#E9DCED
(233,220,237)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15EA5 color. Also use rgb(161,94,165) instead hex code.

Text Font Color

.myTextColor { color: #A15EA5; }

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

This text font color is #A15EA5.


Background Color

.myBgColor { background-color: #A15EA5; }

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

This div background color is #A15EA5.


Border color

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

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

This div border color is #A15EA5.


Opacity

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

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

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

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

This text has shadow with #A15EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15EA5 on black background.


Color preview on white background

This text has color #A15EA5 on white background.



Black color preview on #A15EA5 background

This text has black color on #A15EA5 background.


White color preview on #A15EA5 background

This text has white color on #A15EA5 background.