COLOR #AB579B

HEX: #AB579B
RGB: (171,87,155)

Color info

#AB579B contains mainly red and blue colors. Web safe color of #AB579B is #996699 (or #969).

RGB color model

#AB579B color RGB value is (171,87,155).

  • red value is 171;
  • green value is 87;
  • blue value is 155.
RGB:
(171,87,155)
(67%,34%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 87 of 255 = 34%
B 155 of 255 = 61%

171
87
155

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

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 155 = 413 (100%)
R 171 of 413 ~ 41.4%
G 87 of 413 ~ 21.07%
B 155 of 413 ~ 37.53%

%41.4
%21.07
%37.53

CMYK color model

#AB579B color CMYK value is (0,49,9,33).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(0,49,9,33)
C0M49Y9K33 
(0%,49%,9%,33%)
(0.00/0.49/0.09/0.33)	

CMYK percentages

%0
%49.12
%9.36
%32.94

Codes

Color #AB579B in popluar color models

AB579B
RGB17187155
HSL311°33.33%50.59%
HSB/HSV311°49.12%67.06%
CMYK0.00%49.12%9.36%
32.94%

Color #AB579B in popluar number systems.

HEXAB579B
Decimal17187155
Binary10101011101011110011011
Octal253127233

Shades and tints

Shades of #AB579B

#AB579B
(171,87,155)
#9C508D
(156,80,141)
#8D497F
(141,73,127)
#7E4271
(126,66,113)
#6F3B63
(111,59,99)
#603455
(96,52,85)
#512D47
(81,45,71)
#422639
(66,38,57)
#331F2B
(51,31,43)
#24181D
(36,24,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB579B

#AB579B
(171,87,155)
#B266A4
(178,102,164)
#B975AD
(185,117,173)
#C084B6
(192,132,182)
#C793BF
(199,147,191)
#CEA2C8
(206,162,200)
#D5B1D1
(213,177,209)
#DCC0DA
(220,192,218)
#E3CFE3
(227,207,227)
#EADEEC
(234,222,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB579B color. Also use rgb(171,87,155) instead hex code.

Text Font Color

.myTextColor { color: #AB579B; }

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

This text font color is #AB579B.


Background Color

.myBgColor { background-color: #AB579B; }

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

This div background color is #AB579B.


Border color

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

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

This div border color is #AB579B.


Opacity

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

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

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

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

This text has shadow with #AB579B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB579B on black background.


Color preview on white background

This text has color #AB579B on white background.



Black color preview on #AB579B background

This text has black color on #AB579B background.


White color preview on #AB579B background

This text has white color on #AB579B background.