COLOR #AB80A0

HEX: #AB80A0 RGB: (171,128,160)

Color info

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

RGB color model

#AB80A0 color RGB value is (171,128,160).

RGB: (171,128,160) (67%, 50%, 63%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 160 of 255 = 63%

171
128
160

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

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 160 = 459 (100%)
R 171 of 459 ~ 37.25%
G 128 of 459 ~ 27.89%
B 160 of 459 ~ 34.86'%

%37.25
%27.89
%34.86

CMYK color model

#AB80A0 color CMYK value is (0,25,6,33).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK: (0,25,6,33) C0M25Y6K33 (0%,25%,6%,33%) (0.00/0.25/0.06/0.33) 

CMYK percentages

%0
%25.15
%6.43
%32.94

Codes

Color #AB80A0 in popluar color models

AB 80 A0
RGB 171 128 160
HSL 315° 20.38% 58.63%
HSB/HSV 315° 25.15% 67.06%
CMYK 0.00% 25.15% 6.43%
32.94%

Color #AB80A0 in popluar number systems.

HEX AB 80 A0
Decimal 171 128 160
Binary 10101011 10000000 10100000
Octal 253 200 240

Shades and tints

Shades of #AB80A0

#AB80A0
(171,128,160)
#9C7592
(156,117,146)
#8D6A84
(141,106,132)
#7E5F76
(126,95,118)
#6F5468
(111,84,104)
#60495A
(96,73,90)
#513E4C
(81,62,76)
#42333E
(66,51,62)
#332830
(51,40,48)
#241D22
(36,29,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #AB80A0

#AB80A0
(171,128,160)
#B28BA8
(178,139,168)
#B996B0
(185,150,176)
#C0A1B8
(192,161,184)
#C7ACC0
(199,172,192)
#CEB7C8
(206,183,200)
#D5C2D0
(213,194,208)
#DCCDD8
(220,205,216)
#E3D8E0
(227,216,224)
#EAE3E8
(234,227,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB80A0 color. Also use rgb(171,128,160) instead hex code.

Text Font Color

.myTextColor { color: #AB80A0; }

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

This text font color is #AB80A0.

Background Color

.myBgColor { background-color: #AB80A0; }

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

This div background color is #AB80A0.

Border color

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

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

This div border color is #AB80A0.

Opacity

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

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

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

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

This text has shadow with #AB80A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB80A0.

Preview

Color preview on black background

This text has color #AB80A0 on black background.


Color preview on white background

This text has color #AB80A0 on white background.


Black color preview on #AB80A0 background

This text has black color on #AB80A0 background.


White color preview on #AB80A0 background

This text has white color on #AB80A0 background.


Related colors

Complementary color

Complementary color for #hex is #547F5F.


I love getcolorcode.com

Triadic colors

1 #A0AB80 and #80A0AB with #AB80A0 are triadic colors.

2 #A080AB and #80ABA0 with #AB80A0 are triadic colors.