COLOR #A17AB1

HEX: #A17AB1
RGB: (161,122,177)

Color info

#A17AB1 contains red, green and blue colors in about the same proportion. Web safe color of #A17AB1 is #996699 (or #969).

RGB color model

#A17AB1 color RGB value is (161,122,177).

  • red value is 161;
  • green value is 122;
  • blue value is 177.
RGB:
(161,122,177)
(63%,48%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 177 of 255 = 69%

161
122
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 177 = 460 (100%)
R 161 of 460 ~ 35%
G 122 of 460 ~ 26.52%
B 177 of 460 ~ 38.48%

%35
%26.52
%38.48

CMYK color model

#A17AB1 color CMYK value is (9,31,0,31).

  • cyan value is 9.04%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,31,0,31)
C9M31Y0K31 
(9%,31%,0%,31%)
(0.09/0.31/0.00/0.31)	

CMYK percentages

%9.04
%31.07
%0
%30.59

Codes

Color #A17AB1 in popluar color models

A17AB1
RGB161122177
HSL283°26.07%58.63%
HSB/HSV283°31.07%69.41%
CMYK9.04%31.07%0.00%
30.59%

Color #A17AB1 in popluar number systems.

HEXA17AB1
Decimal161122177
Binary10100001111101010110001
Octal241172261

Shades and tints

Shades of #A17AB1

#A17AB1
(161,122,177)
#936FA1
(147,111,161)
#856491
(133,100,145)
#775981
(119,89,129)
#694E71
(105,78,113)
#5B4361
(91,67,97)
#4D3851
(77,56,81)
#3F2D41
(63,45,65)
#312231
(49,34,49)
#231721
(35,23,33)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #A17AB1

#A17AB1
(161,122,177)
#A986B8
(169,134,184)
#B192BF
(177,146,191)
#B99EC6
(185,158,198)
#C1AACD
(193,170,205)
#C9B6D4
(201,182,212)
#D1C2DB
(209,194,219)
#D9CEE2
(217,206,226)
#E1DAE9
(225,218,233)
#E9E6F0
(233,230,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17AB1 color. Also use rgb(161,122,177) instead hex code.

Text Font Color

.myTextColor { color: #A17AB1; }

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

This text font color is #A17AB1.


Background Color

.myBgColor { background-color: #A17AB1; }

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

This div background color is #A17AB1.


Border color

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

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

This div border color is #A17AB1.


Opacity

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

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

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

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

This text has shadow with #A17AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17AB1 on black background.


Color preview on white background

This text has color #A17AB1 on white background.



Black color preview on #A17AB1 background

This text has black color on #A17AB1 background.


White color preview on #A17AB1 background

This text has white color on #A17AB1 background.