COLOR #A1508D

HEX: #A1508D RGB: (161,80,141)

Color info

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

RGB color model

#A1508D color RGB value is (161,80,141).

RGB: (161,80,141) (63%, 31%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 80 of 255 = 31%
B 141 of 255 = 55%

161
80
141

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

Portions of RGB colors in percentages

R + G + B = 161 + 80 + 141 = 382 (100%)
R 161 of 382 ~ 42.15%
G 80 of 382 ~ 20.94%
B 141 of 382 ~ 36.91'%

%42.15
%20.94
%36.91

CMYK color model

#A1508D color CMYK value is (0,50,12,37).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK: (0,50,12,37) C0M50Y12K37 (0%,50%,12%,37%) (0.00/0.50/0.12/0.37) 

CMYK percentages

%0
%50.31
%12.42
%36.86

Codes

Color #A1508D in popluar color models

A1 50 8D
RGB 161 80 141
HSL 315° 33.61% 47.25%
HSB/HSV 315° 50.31% 63.14%
CMYK 0.00% 50.31% 12.42%
36.86%

Color #A1508D in popluar number systems.

HEX A1 50 8D
Decimal 161 80 141
Binary 10100001 1010000 10001101
Octal 241 120 215

Shades and tints

Shades of #A1508D

#A1508D
(161,80,141)
#934981
(147,73,129)
#854275
(133,66,117)
#773B69
(119,59,105)
#69345D
(105,52,93)
#5B2D51
(91,45,81)
#4D2645
(77,38,69)
#3F1F39
(63,31,57)
#31182D
(49,24,45)
#231121
(35,17,33)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #A1508D

#A1508D
(161,80,141)
#A95F97
(169,95,151)
#B16EA1
(177,110,161)
#B97DAB
(185,125,171)
#C18CB5
(193,140,181)
#C99BBF
(201,155,191)
#D1AAC9
(209,170,201)
#D9B9D3
(217,185,211)
#E1C8DD
(225,200,221)
#E9D7E7
(233,215,231)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1508D color. Also use rgb(161,80,141) instead hex code.

Text Font Color

.myTextColor { color: #A1508D; }

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

This text font color is #A1508D.

Background Color

.myBgColor { background-color: #A1508D; }

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

This div background color is #A1508D.

Border color

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

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

This div border color is #A1508D.

Opacity

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

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

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

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

This text has shadow with #A1508D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1508D.

Preview

Color preview on black background

This text has color #A1508D on black background.


Color preview on white background

This text has color #A1508D on white background.


Black color preview on #A1508D background

This text has black color on #A1508D background.


White color preview on #A1508D background

This text has white color on #A1508D background.


Related colors

Complementary color

Complementary color for #hex is #5EAF72.


I love getcolorcode.com

Triadic colors

1 #8DA150 and #508DA1 with #A1508D are triadic colors.

2 #8D50A1 and #50A18D with #A1508D are triadic colors.