COLOR #AB7AA5

HEX: #AB7AA5
RGB: (171,122,165)

Color info

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

RGB color model

#AB7AA5 color RGB value is (171,122,165).

  • red value is 171;
  • green value is 122;
  • blue value is 165.
RGB:
(171,122,165)
(67%,48%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 122 of 255 = 48%
B 165 of 255 = 65%

171
122
165

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

Portions of RGB colors in percentages

R + G + B =
171 + 122 + 165 = 458 (100%)
R 171 of 458 ~ 37.34%
G 122 of 458 ~ 26.64%
B 165 of 458 ~ 36.03%

%37.34
%26.64
%36.03

CMYK color model

#AB7AA5 color CMYK value is (0,29,4,33).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 3.51%
  • key color value is 32.94%
CMYK:
(0,29,4,33)
C0M29Y4K33 
(0%,29%,4%,33%)
(0.00/0.29/0.04/0.33)	

CMYK percentages

%0
%28.65
%3.51
%32.94

Codes

Color #AB7AA5 in popluar color models

AB7AA5
RGB171122165
HSL307°22.58%57.45%
HSB/HSV307°28.65%67.06%
CMYK0.00%28.65%3.51%
32.94%

Color #AB7AA5 in popluar number systems.

HEXAB7AA5
Decimal171122165
Binary10101011111101010100101
Octal253172245

Shades and tints

Shades of #AB7AA5

#AB7AA5
(171,122,165)
#9C6F96
(156,111,150)
#8D6487
(141,100,135)
#7E5978
(126,89,120)
#6F4E69
(111,78,105)
#60435A
(96,67,90)
#51384B
(81,56,75)
#422D3C
(66,45,60)
#33222D
(51,34,45)
#24171E
(36,23,30)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB7AA5

#AB7AA5
(171,122,165)
#B286AD
(178,134,173)
#B992B5
(185,146,181)
#C09EBD
(192,158,189)
#C7AAC5
(199,170,197)
#CEB6CD
(206,182,205)
#D5C2D5
(213,194,213)
#DCCEDD
(220,206,221)
#E3DAE5
(227,218,229)
#EAE6ED
(234,230,237)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7AA5 color. Also use rgb(171,122,165) instead hex code.

Text Font Color

.myTextColor { color: #AB7AA5; }

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

This text font color is #AB7AA5.


Background Color

.myBgColor { background-color: #AB7AA5; }

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

This div background color is #AB7AA5.


Border color

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

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

This div border color is #AB7AA5.


Opacity

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

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

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

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

This text has shadow with #AB7AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7AA5 on black background.


Color preview on white background

This text has color #AB7AA5 on white background.



Black color preview on #AB7AA5 background

This text has black color on #AB7AA5 background.


White color preview on #AB7AA5 background

This text has white color on #AB7AA5 background.