COLOR #A15FA3

HEX: #A15FA3
RGB: (161,95,163)

Color info

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

RGB color model

#A15FA3 color RGB value is (161,95,163).

  • red value is 161;
  • green value is 95;
  • blue value is 163.
RGB:
(161,95,163)
(63%,37%,64%)

RGB channels and saturation

R 161 of 255 = 63%
G 95 of 255 = 37%
B 163 of 255 = 64%

161
95
163

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

Portions of RGB colors in percentages

R + G + B =
161 + 95 + 163 = 419 (100%)
R 161 of 419 ~ 38.42%
G 95 of 419 ~ 22.67%
B 163 of 419 ~ 38.9%

%38.42
%22.67
%38.9

CMYK color model

#A15FA3 color CMYK value is (1,42,0,36).

  • cyan value is 1.23%
  • magenta value is 41.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(1,42,0,36)
C1M42Y0K36 
(1%,42%,0%,36%)
(0.01/0.42/0.00/0.36)	

CMYK percentages

%1.23
%41.72
%0
%36.08

Codes

Color #A15FA3 in popluar color models

A15FA3
RGB16195163
HSL298°26.98%50.59%
HSB/HSV298°41.72%63.92%
CMYK1.23%41.72%0.00%
36.08%

Color #A15FA3 in popluar number systems.

HEXA15FA3
Decimal16195163
Binary10100001101111110100011
Octal241137243

Shades and tints

Shades of #A15FA3

#A15FA3
(161,95,163)
#935795
(147,87,149)
#854F87
(133,79,135)
#774779
(119,71,121)
#693F6B
(105,63,107)
#5B375D
(91,55,93)
#4D2F4F
(77,47,79)
#3F2741
(63,39,65)
#311F33
(49,31,51)
#231725
(35,23,37)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #A15FA3

#A15FA3
(161,95,163)
#A96DAB
(169,109,171)
#B17BB3
(177,123,179)
#B989BB
(185,137,187)
#C197C3
(193,151,195)
#C9A5CB
(201,165,203)
#D1B3D3
(209,179,211)
#D9C1DB
(217,193,219)
#E1CFE3
(225,207,227)
#E9DDEB
(233,221,235)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15FA3 color. Also use rgb(161,95,163) instead hex code.

Text Font Color

.myTextColor { color: #A15FA3; }

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

This text font color is #A15FA3.


Background Color

.myBgColor { background-color: #A15FA3; }

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

This div background color is #A15FA3.


Border color

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

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

This div border color is #A15FA3.


Opacity

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

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

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

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

This text has shadow with #A15FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15FA3 on black background.


Color preview on white background

This text has color #A15FA3 on white background.



Black color preview on #A15FA3 background

This text has black color on #A15FA3 background.


White color preview on #A15FA3 background

This text has white color on #A15FA3 background.