COLOR #AB637F

HEX: #AB637F RGB: (171,99,127)

Color info

#AB637F contains mainly red and blue colors. Web safe color of #AB637F is #996666 (or #966).

RGB color model

#AB637F color RGB value is (171,99,127).

RGB: (171,99,127) (67%, 39%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 99 of 255 = 39%
B 127 of 255 = 50%

171
99
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 99 + 127 = 397 (100%)
R 171 of 397 ~ 43.07%
G 99 of 397 ~ 24.94%
B 127 of 397 ~ 31.99'%

%43.07
%24.94
%31.99

CMYK color model

#AB637F color CMYK value is (0,42,26,33).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 25.73%
  • key color value is 32.94%

CMYK: (0,42,26,33)
C0M42Y26K33 (0%, 42%, 26%, 33%)
(0.00 / 0.42 / 0.26 / 0.33)

CMYK percentages

%0
%42.11
%25.73
%32.94

Codes

Color #AB637F in popluar color models

AB 63 7F
RGB 171 99 127
HSL 337° 30.00% 52.94%
HSB/HSV 337° 42.11% 67.06%
CMYK 0.00% 42.11% 25.73%
32.94%

Color #AB637F in popluar number systems.

HEX AB 63 7F
Decimal 171 99 127
Binary 10101011 1100011 1111111
Octal 253 143 177

Shades and tints

Shades of #AB637F

#AB637F
(171,99,127)
#9C5A74
(156,90,116)
#8D5169
(141,81,105)
#7E485E
(126,72,94)
#6F3F53
(111,63,83)
#603648
(96,54,72)
#512D3D
(81,45,61)
#422432
(66,36,50)
#331B27
(51,27,39)
#24121C
(36,18,28)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #AB637F

#AB637F
(171,99,127)
#B2718A
(178,113,138)
#B97F95
(185,127,149)
#C08DA0
(192,141,160)
#C79BAB
(199,155,171)
#CEA9B6
(206,169,182)
#D5B7C1
(213,183,193)
#DCC5CC
(220,197,204)
#E3D3D7
(227,211,215)
#EAE1E2
(234,225,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB637F color. Also use rgb(171,99,127) instead hex code.

Text Font Color

.myTextColor { color: #AB637F; }

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

This text font color is #AB637F.

Background Color

.myBgColor { background-color: #AB637F; }

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

This div background color is #AB637F.

Border color

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

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

This div border color is #AB637F.

Opacity

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

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

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

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

This text has shadow with #AB637F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB637F.

Preview

Color preview on black background

This text has color #AB637F on black background.


Color preview on white background

This text has color #AB637F on white background.


Black color preview on #AB637F background

This text has black color on #AB637F background.


White color preview on #AB637F background

This text has white color on #AB637F background.


Related colors

Complementary color

Complementary color for #hex is #549C80.


I love getcolorcode.com

Triadic colors

1 #7FAB63 and #637FAB with #AB637F are triadic colors.

2 #7F63AB and #63AB7F with #AB637F are triadic colors.