COLOR #AB4576

HEX: #AB4576
RGB: (171,69,118)

Color info

#AB4576 contains mainly red and blue colors. Web safe color of #AB4576 is #993366 (or #936).

RGB color model

#AB4576 color RGB value is (171,69,118).

  • red value is 171;
  • green value is 69;
  • blue value is 118.
RGB:
(171,69,118)
(67%,27%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 69 of 255 = 27%
B 118 of 255 = 46%

171
69
118

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

Portions of RGB colors in percentages

R + G + B =
171 + 69 + 118 = 358 (100%)
R 171 of 358 ~ 47.77%
G 69 of 358 ~ 19.27%
B 118 of 358 ~ 32.96%

%47.77
%19.27
%32.96

CMYK color model

#AB4576 color CMYK value is (0,60,31,33).

  • cyan value is 0.00%
  • magenta value is 59.65%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(0,60,31,33)
C0M60Y31K33 
(0%,60%,31%,33%)
(0.00/0.60/0.31/0.33)	

CMYK percentages

%0
%59.65
%30.99
%32.94

Codes

Color #AB4576 in popluar color models

AB4576
RGB17169118
HSL331°42.50%47.06%
HSB/HSV331°59.65%67.06%
CMYK0.00%59.65%30.99%
32.94%

Color #AB4576 in popluar number systems.

HEXAB4576
Decimal17169118
Binary1010101110001011110110
Octal253105166

Shades and tints

Shades of #AB4576

#AB4576
(171,69,118)
#9C3F6C
(156,63,108)
#8D3962
(141,57,98)
#7E3358
(126,51,88)
#6F2D4E
(111,45,78)
#602744
(96,39,68)
#51213A
(81,33,58)
#421B30
(66,27,48)
#331526
(51,21,38)
#240F1C
(36,15,28)
#150912
(21,9,18)
#000000
(0,0,0)

Tints of #AB4576

#AB4576
(171,69,118)
#B25582
(178,85,130)
#B9658E
(185,101,142)
#C0759A
(192,117,154)
#C785A6
(199,133,166)
#CE95B2
(206,149,178)
#D5A5BE
(213,165,190)
#DCB5CA
(220,181,202)
#E3C5D6
(227,197,214)
#EAD5E2
(234,213,226)
#F1E5EE
(241,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4576 color. Also use rgb(171,69,118) instead hex code.

Text Font Color

.myTextColor { color: #AB4576; }

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

This text font color is #AB4576.


Background Color

.myBgColor { background-color: #AB4576; }

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

This div background color is #AB4576.


Border color

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

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

This div border color is #AB4576.


Opacity

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

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

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

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

This text has shadow with #AB4576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4576 on black background.


Color preview on white background

This text has color #AB4576 on white background.



Black color preview on #AB4576 background

This text has black color on #AB4576 background.


White color preview on #AB4576 background

This text has white color on #AB4576 background.