COLOR #AB7190

HEX: #AB7190 RGB: (171,113,144)

Color info

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

RGB color model

#AB7190 color RGB value is (171,113,144).

RGB: (171,113,144) (67%, 44%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 144 of 255 = 56%

171
113
144

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

Portions of RGB colors in percentages

R + G + B = 171 + 113 + 144 = 428 (100%)
R 171 of 428 ~ 39.95%
G 113 of 428 ~ 26.4%
B 144 of 428 ~ 33.64'%

%39.95
%26.4
%33.64

CMYK color model

#AB7190 color CMYK value is (0,34,16,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 15.79%
  • key color value is 32.94%

CMYK: (0,34,16,33)
C0M34Y16K33 (0%, 34%, 16%, 33%)
(0.00 / 0.34 / 0.16 / 0.33)

CMYK percentages

%0
%33.92
%15.79
%32.94

Codes

Color #AB7190 in popluar color models

AB 71 90
RGB 171 113 144
HSL 328° 25.66% 55.69%
HSB/HSV 328° 33.92% 67.06%
CMYK 0.00% 33.92% 15.79%
32.94%

Color #AB7190 in popluar number systems.

HEX AB 71 90
Decimal 171 113 144
Binary 10101011 1110001 10010000
Octal 253 161 220

Shades and tints

Shades of #AB7190

#AB7190
(171,113,144)
#9C6783
(156,103,131)
#8D5D76
(141,93,118)
#7E5369
(126,83,105)
#6F495C
(111,73,92)
#603F4F
(96,63,79)
#513542
(81,53,66)
#422B35
(66,43,53)
#332128
(51,33,40)
#24171B
(36,23,27)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #AB7190

#AB7190
(171,113,144)
#B27D9A
(178,125,154)
#B989A4
(185,137,164)
#C095AE
(192,149,174)
#C7A1B8
(199,161,184)
#CEADC2
(206,173,194)
#D5B9CC
(213,185,204)
#DCC5D6
(220,197,214)
#E3D1E0
(227,209,224)
#EADDEA
(234,221,234)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7190 color. Also use rgb(171,113,144) instead hex code.

Text Font Color

.myTextColor { color: #AB7190; }

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

This text font color is #AB7190.

Background Color

.myBgColor { background-color: #AB7190; }

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

This div background color is #AB7190.

Border color

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

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

This div border color is #AB7190.

Opacity

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

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

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

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

This text has shadow with #AB7190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7190.

Preview

Color preview on black background

This text has color #AB7190 on black background.


Color preview on white background

This text has color #AB7190 on white background.


Black color preview on #AB7190 background

This text has black color on #AB7190 background.


White color preview on #AB7190 background

This text has white color on #AB7190 background.


Related colors

Complementary color

Complementary color for #hex is #548E6F.


I love getcolorcode.com

Triadic colors

1 #90AB71 and #7190AB with #AB7190 are triadic colors.

2 #9071AB and #71AB90 with #AB7190 are triadic colors.