COLOR #A15FA2

HEX: #A15FA2 RGB: (161,95,162)

Color info

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

RGB color model

#A15FA2 color RGB value is (161,95,162).

RGB: (161,95,162) (63%, 37%, 64%)

RGB channels and saturation

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

161
95
162

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

Portions of RGB colors in percentages

R + G + B = 161 + 95 + 162 = 418 (100%)
R 161 of 418 ~ 38.52%
G 95 of 418 ~ 22.73%
B 162 of 418 ~ 38.76'%

%38.52
%22.73
%38.76

CMYK color model

#A15FA2 color CMYK value is (1,41,0,36).

  • cyan value is 0.62%
  • magenta value is 41.36%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (1,41,0,36)
C1M41Y0K36 (1%, 41%, 0%, 36%)
(0.01 / 0.41 / 0.00 / 0.36)

CMYK percentages

%0.62
%41.36
%0
%36.47

Codes

Color #A15FA2 in popluar color models

A1 5F A2
RGB 161 95 162
HSL 299° 26.48% 50.39%
HSB/HSV 299° 41.36% 63.53%
CMYK 0.62% 41.36% 0.00%
36.47%

Color #A15FA2 in popluar number systems.

HEX A1 5F A2
Decimal 161 95 162
Binary 10100001 1011111 10100010
Octal 241 137 242

Shades and tints

Shades of #A15FA2

#A15FA2
(161,95,162)
#935794
(147,87,148)
#854F86
(133,79,134)
#774778
(119,71,120)
#693F6A
(105,63,106)
#5B375C
(91,55,92)
#4D2F4E
(77,47,78)
#3F2740
(63,39,64)
#311F32
(49,31,50)
#231724
(35,23,36)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #A15FA2

#A15FA2
(161,95,162)
#A96DAA
(169,109,170)
#B17BB2
(177,123,178)
#B989BA
(185,137,186)
#C197C2
(193,151,194)
#C9A5CA
(201,165,202)
#D1B3D2
(209,179,210)
#D9C1DA
(217,193,218)
#E1CFE2
(225,207,226)
#E9DDEA
(233,221,234)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15FA2; }

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

This text font color is #A15FA2.

Background Color

.myBgColor { background-color: #A15FA2; }

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

This div background color is #A15FA2.

Border color

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

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

This div border color is #A15FA2.

Opacity

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

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

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

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

This text has shadow with #A15FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15FA2.

Preview

Color preview on black background

This text has color #A15FA2 on black background.


Color preview on white background

This text has color #A15FA2 on white background.


Black color preview on #A15FA2 background

This text has black color on #A15FA2 background.


White color preview on #A15FA2 background

This text has white color on #A15FA2 background.


Related colors

Complementary color

Complementary color for #hex is #5EA05D.


I love getcolorcode.com

Triadic colors

1 #A2A15F and #5FA2A1 with #A15FA2 are triadic colors.

2 #A25FA1 and #5FA1A2 with #A15FA2 are triadic colors.