COLOR #AB57AB

HEX: #AB57AB
RGB: (171,87,171)

Color info

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

RGB color model

#AB57AB color RGB value is (171,87,171).

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

RGB channels and saturation

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

171
87
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 171 = 429 (100%)
R 171 of 429 ~ 39.86%
G 87 of 429 ~ 20.28%
B 171 of 429 ~ 39.86%

%39.86
%20.28
%39.86

CMYK color model

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

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

CMYK percentages

%0
%49.12
%0
%32.94

Codes

Color #AB57AB in popluar color models

AB57AB
RGB17187171
HSL300°33.33%50.59%
HSB/HSV300°49.12%67.06%
CMYK0.00%49.12%0.00%
32.94%

Color #AB57AB in popluar number systems.

HEXAB57AB
Decimal17187171
Binary10101011101011110101011
Octal253127253

Shades and tints

Shades of #AB57AB

#AB57AB
(171,87,171)
#9C509C
(156,80,156)
#8D498D
(141,73,141)
#7E427E
(126,66,126)
#6F3B6F
(111,59,111)
#603460
(96,52,96)
#512D51
(81,45,81)
#422642
(66,38,66)
#331F33
(51,31,51)
#241824
(36,24,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #AB57AB

#AB57AB
(171,87,171)
#B266B2
(178,102,178)
#B975B9
(185,117,185)
#C084C0
(192,132,192)
#C793C7
(199,147,199)
#CEA2CE
(206,162,206)
#D5B1D5
(213,177,213)
#DCC0DC
(220,192,220)
#E3CFE3
(227,207,227)
#EADEEA
(234,222,234)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB57AB; }

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

This text font color is #AB57AB.


Background Color

.myBgColor { background-color: #AB57AB; }

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

This div background color is #AB57AB.


Border color

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

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

This div border color is #AB57AB.


Opacity

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

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

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

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

This text has shadow with #AB57AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB57AB on black background.


Color preview on white background

This text has color #AB57AB on white background.



Black color preview on #AB57AB background

This text has black color on #AB57AB background.


White color preview on #AB57AB background

This text has white color on #AB57AB background.