COLOR #AB57D4

HEX: #AB57D4
RGB: (171,87,212)

Color info

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

RGB color model

#AB57D4 color RGB value is (171,87,212).

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

RGB channels and saturation

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

171
87
212

R + G + B ~ 61%. #AB57D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 212 = 470 (100%)
R 171 of 470 ~ 36.38%
G 87 of 470 ~ 18.51%
B 212 of 470 ~ 45.11%

%36.38
%18.51
%45.11

CMYK color model

#AB57D4 color CMYK value is (19,59,0,17).

  • cyan value is 19.34%
  • magenta value is 58.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,59,0,17)
C19M59Y0K17 
(19%,59%,0%,17%)
(0.19/0.59/0.00/0.17)	

CMYK percentages

%19.34
%58.96
%0
%16.86

Codes

Color #AB57D4 in popluar color models

AB57D4
RGB17187212
HSL280°59.24%58.63%
HSB/HSV280°58.96%83.14%
CMYK19.34%58.96%0.00%
16.86%

Color #AB57D4 in popluar number systems.

HEXAB57D4
Decimal17187212
Binary10101011101011111010100
Octal253127324

Shades and tints

Shades of #AB57D4

#AB57D4
(171,87,212)
#9C50C1
(156,80,193)
#8D49AE
(141,73,174)
#7E429B
(126,66,155)
#6F3B88
(111,59,136)
#603475
(96,52,117)
#512D62
(81,45,98)
#42264F
(66,38,79)
#331F3C
(51,31,60)
#241829
(36,24,41)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #AB57D4

#AB57D4
(171,87,212)
#B266D7
(178,102,215)
#B975DA
(185,117,218)
#C084DD
(192,132,221)
#C793E0
(199,147,224)
#CEA2E3
(206,162,227)
#D5B1E6
(213,177,230)
#DCC0E9
(220,192,233)
#E3CFEC
(227,207,236)
#EADEEF
(234,222,239)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB57D4; }

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

This text font color is #AB57D4.


Background Color

.myBgColor { background-color: #AB57D4; }

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

This div background color is #AB57D4.


Border color

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

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

This div border color is #AB57D4.


Opacity

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

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

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

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

This text has shadow with #AB57D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB57D4 on black background.


Color preview on white background

This text has color #AB57D4 on white background.



Black color preview on #AB57D4 background

This text has black color on #AB57D4 background.


White color preview on #AB57D4 background

This text has white color on #AB57D4 background.