COLOR #AB5F7A

HEX: #AB5F7A
RGB: (171,95,122)

Color info

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

RGB color model

#AB5F7A color RGB value is (171,95,122).

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

RGB channels and saturation

R 171 of 255 = 67%
G 95 of 255 = 37%
B 122 of 255 = 48%

171
95
122

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

Portions of RGB colors in percentages

R + G + B =
171 + 95 + 122 = 388 (100%)
R 171 of 388 ~ 44.07%
G 95 of 388 ~ 24.48%
B 122 of 388 ~ 31.44%

%44.07
%24.48
%31.44

CMYK color model

#AB5F7A color CMYK value is (0,44,29,33).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,44,29,33)
C0M44Y29K33 
(0%,44%,29%,33%)
(0.00/0.44/0.29/0.33)	

CMYK percentages

%0
%44.44
%28.65
%32.94

Codes

Color #AB5F7A in popluar color models

AB5F7A
RGB17195122
HSL339°31.15%52.16%
HSB/HSV339°44.44%67.06%
CMYK0.00%44.44%28.65%
32.94%

Color #AB5F7A in popluar number systems.

HEXAB5F7A
Decimal17195122
Binary1010101110111111111010
Octal253137172

Shades and tints

Shades of #AB5F7A

#AB5F7A
(171,95,122)
#9C576F
(156,87,111)
#8D4F64
(141,79,100)
#7E4759
(126,71,89)
#6F3F4E
(111,63,78)
#603743
(96,55,67)
#512F38
(81,47,56)
#42272D
(66,39,45)
#331F22
(51,31,34)
#241717
(36,23,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB5F7A

#AB5F7A
(171,95,122)
#B26D86
(178,109,134)
#B97B92
(185,123,146)
#C0899E
(192,137,158)
#C797AA
(199,151,170)
#CEA5B6
(206,165,182)
#D5B3C2
(213,179,194)
#DCC1CE
(220,193,206)
#E3CFDA
(227,207,218)
#EADDE6
(234,221,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5F7A; }

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

This text font color is #AB5F7A.


Background Color

.myBgColor { background-color: #AB5F7A; }

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

This div background color is #AB5F7A.


Border color

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

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

This div border color is #AB5F7A.


Opacity

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

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

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

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

This text has shadow with #AB5F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5F7A on black background.


Color preview on white background

This text has color #AB5F7A on white background.



Black color preview on #AB5F7A background

This text has black color on #AB5F7A background.


White color preview on #AB5F7A background

This text has white color on #AB5F7A background.