COLOR #A1529D

HEX: #A1529D
RGB: (161,82,157)

Color info

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

RGB color model

#A1529D color RGB value is (161,82,157).

  • red value is 161;
  • green value is 82;
  • blue value is 157.
RGB:
(161,82,157)
(63%,32%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 82 of 255 = 32%
B 157 of 255 = 62%

161
82
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 82 + 157 = 400 (100%)
R 161 of 400 ~ 40.25%
G 82 of 400 ~ 20.5%
B 157 of 400 ~ 39.25%

%40.25
%20.5
%39.25

CMYK color model

#A1529D color CMYK value is (0,49,2,37).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(0,49,2,37)
C0M49Y2K37 
(0%,49%,2%,37%)
(0.00/0.49/0.02/0.37)	

CMYK percentages

%0
%49.07
%2.48
%36.86

Codes

Color #A1529D in popluar color models

A1529D
RGB16182157
HSL303°32.51%47.65%
HSB/HSV303°49.07%63.14%
CMYK0.00%49.07%2.48%
36.86%

Color #A1529D in popluar number systems.

HEXA1529D
Decimal16182157
Binary10100001101001010011101
Octal241122235

Shades and tints

Shades of #A1529D

#A1529D
(161,82,157)
#934B8F
(147,75,143)
#854481
(133,68,129)
#773D73
(119,61,115)
#693665
(105,54,101)
#5B2F57
(91,47,87)
#4D2849
(77,40,73)
#3F213B
(63,33,59)
#311A2D
(49,26,45)
#23131F
(35,19,31)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #A1529D

#A1529D
(161,82,157)
#A961A5
(169,97,165)
#B170AD
(177,112,173)
#B97FB5
(185,127,181)
#C18EBD
(193,142,189)
#C99DC5
(201,157,197)
#D1ACCD
(209,172,205)
#D9BBD5
(217,187,213)
#E1CADD
(225,202,221)
#E9D9E5
(233,217,229)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1529D color. Also use rgb(161,82,157) instead hex code.

Text Font Color

.myTextColor { color: #A1529D; }

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

This text font color is #A1529D.


Background Color

.myBgColor { background-color: #A1529D; }

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

This div background color is #A1529D.


Border color

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

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

This div border color is #A1529D.


Opacity

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

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

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

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

This text has shadow with #A1529D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1529D on black background.


Color preview on white background

This text has color #A1529D on white background.



Black color preview on #A1529D background

This text has black color on #A1529D background.


White color preview on #A1529D background

This text has white color on #A1529D background.