COLOR #AB57BA

HEX: #AB57BA RGB: (171,87,186)

Color info

#AB57BA contains mainly red and blue colors. Web safe color of #AB57BA is #9966CC (or #96C).

RGB color model

#AB57BA color RGB value is (171,87,186).

RGB: (171,87,186) (67%, 34%, 73%)

RGB channels and saturation

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

171
87
186

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

Portions of RGB colors in percentages

R + G + B = 171 + 87 + 186 = 444 (100%)
R 171 of 444 ~ 38.51%
G 87 of 444 ~ 19.59%
B 186 of 444 ~ 41.89'%

%38.51
%19.59
%41.89

CMYK color model

#AB57BA color CMYK value is (8,53,0,27).

  • cyan value is 8.06%
  • magenta value is 53.23%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,53,0,27)
C8M53Y0K27 (8%, 53%, 0%, 27%)
(0.08 / 0.53 / 0.00 / 0.27)

CMYK percentages

%8.06
%53.23
%0
%27.06

Codes

Color #AB57BA in popluar color models

AB 57 BA
RGB 171 87 186
HSL 291° 41.77% 53.53%
HSB/HSV 291° 53.23% 72.94%
CMYK 8.06% 53.23% 0.00%
27.06%

Color #AB57BA in popluar number systems.

HEX AB 57 BA
Decimal 171 87 186
Binary 10101011 1010111 10111010
Octal 253 127 272

Shades and tints

Shades of #AB57BA

#AB57BA
(171,87,186)
#9C50AA
(156,80,170)
#8D499A
(141,73,154)
#7E428A
(126,66,138)
#6F3B7A
(111,59,122)
#60346A
(96,52,106)
#512D5A
(81,45,90)
#42264A
(66,38,74)
#331F3A
(51,31,58)
#24182A
(36,24,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #AB57BA

#AB57BA
(171,87,186)
#B266C0
(178,102,192)
#B975C6
(185,117,198)
#C084CC
(192,132,204)
#C793D2
(199,147,210)
#CEA2D8
(206,162,216)
#D5B1DE
(213,177,222)
#DCC0E4
(220,192,228)
#E3CFEA
(227,207,234)
#EADEF0
(234,222,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB57BA; }

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

This text font color is #AB57BA.

Background Color

.myBgColor { background-color: #AB57BA; }

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

This div background color is #AB57BA.

Border color

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

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

This div border color is #AB57BA.

Opacity

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

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

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

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

This text has shadow with #AB57BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB57BA.

Preview

Color preview on black background

This text has color #AB57BA on black background.


Color preview on white background

This text has color #AB57BA on white background.


Black color preview on #AB57BA background

This text has black color on #AB57BA background.


White color preview on #AB57BA background

This text has white color on #AB57BA background.


Related colors

Complementary color

Complementary color for #hex is #54A845.


I love getcolorcode.com

Triadic colors

1 #BAAB57 and #57BAAB with #AB57BA are triadic colors.

2 #BA57AB and #57ABBA with #AB57BA are triadic colors.