COLOR #A159AD

HEX: #A159AD RGB: (161,89,173)

Color info

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

RGB color model

#A159AD color RGB value is (161,89,173).

RGB: (161,89,173) (63%, 35%, 68%)

RGB channels and saturation

R 161 of 255 = 63%
G 89 of 255 = 35%
B 173 of 255 = 68%

161
89
173

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

Portions of RGB colors in percentages

R + G + B = 161 + 89 + 173 = 423 (100%)
R 161 of 423 ~ 38.06%
G 89 of 423 ~ 21.04%
B 173 of 423 ~ 40.9'%

%38.06
%21.04
%40.9

CMYK color model

#A159AD color CMYK value is (7,49,0,32).

  • cyan value is 6.94%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (7,49,0,32) C7M49Y0K32 (7%,49%,0%,32%) (0.07/0.49/0.00/0.32) 

CMYK percentages

%6.94
%48.55
%0
%32.16

Codes

Color #A159AD in popluar color models

A1 59 AD
RGB 161 89 173
HSL 291° 33.87% 51.37%
HSB/HSV 291° 48.55% 67.84%
CMYK 6.94% 48.55% 0.00%
32.16%

Color #A159AD in popluar number systems.

HEX A1 59 AD
Decimal 161 89 173
Binary 10100001 1011001 10101101
Octal 241 131 255

Shades and tints

Shades of #A159AD

#A159AD
(161,89,173)
#93519E
(147,81,158)
#85498F
(133,73,143)
#774180
(119,65,128)
#693971
(105,57,113)
#5B3162
(91,49,98)
#4D2953
(77,41,83)
#3F2144
(63,33,68)
#311935
(49,25,53)
#231126
(35,17,38)
#150917
(21,9,23)
#000000
(0,0,0)

Tints of #A159AD

#A159AD
(161,89,173)
#A968B4
(169,104,180)
#B177BB
(177,119,187)
#B986C2
(185,134,194)
#C195C9
(193,149,201)
#C9A4D0
(201,164,208)
#D1B3D7
(209,179,215)
#D9C2DE
(217,194,222)
#E1D1E5
(225,209,229)
#E9E0EC
(233,224,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A159AD color. Also use rgb(161,89,173) instead hex code.

Text Font Color

.myTextColor { color: #A159AD; }

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

This text font color is #A159AD.

Background Color

.myBgColor { background-color: #A159AD; }

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

This div background color is #A159AD.

Border color

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

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

This div border color is #A159AD.

Opacity

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

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

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

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

This text has shadow with #A159AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A159AD.

Preview

Color preview on black background

This text has color #A159AD on black background.


Color preview on white background

This text has color #A159AD on white background.


Black color preview on #A159AD background

This text has black color on #A159AD background.


White color preview on #A159AD background

This text has white color on #A159AD background.


Related colors

Complementary color

Complementary color for #hex is #5EA652.


I love getcolorcode.com

Triadic colors

1 #ADA159 and #59ADA1 with #A159AD are triadic colors.

2 #AD59A1 and #59A1AD with #A159AD are triadic colors.