COLOR #AB57FF

HEX: #AB57FF
RGB: (171,87,255)

Color info

#AB57FF contains mainly blue color. Web safe color of #AB57FF is #9966FF (or #96F).

RGB color model

#AB57FF color RGB value is (171,87,255).

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

RGB channels and saturation

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

171
87
255

R + G + B ~ 67%. #AB57FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 255 = 513 (100%)
R 171 of 513 ~ 33.33%
G 87 of 513 ~ 16.96%
B 255 of 513 ~ 49.71%

%33.33
%16.96
%49.71

CMYK color model

#AB57FF color CMYK value is (33,66,0,0).

  • cyan value is 32.94%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,66,0,0)
C33M66Y0K0 
(33%,66%,0%,0%)
(0.33/0.66/0.00/0.00)	

CMYK percentages

%32.94
%65.88
%0
%0

Codes

Color #AB57FF in popluar color models

AB57FF
RGB17187255
HSL270°100.00%67.06%
HSB/HSV270°65.88%100.00%
CMYK32.94%65.88%0.00%
0.00%

Color #AB57FF in popluar number systems.

HEXAB57FF
Decimal17187255
Binary10101011101011111111111
Octal253127377

Shades and tints

Shades of #AB57FF

#AB57FF
(171,87,255)
#9C50E8
(156,80,232)
#8D49D1
(141,73,209)
#7E42BA
(126,66,186)
#6F3BA3
(111,59,163)
#60348C
(96,52,140)
#512D75
(81,45,117)
#42265E
(66,38,94)
#331F47
(51,31,71)
#241830
(36,24,48)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB57FF

#AB57FF
(171,87,255)
#B266FF
(178,102,255)
#B975FF
(185,117,255)
#C084FF
(192,132,255)
#C793FF
(199,147,255)
#CEA2FF
(206,162,255)
#D5B1FF
(213,177,255)
#DCC0FF
(220,192,255)
#E3CFFF
(227,207,255)
#EADEFF
(234,222,255)
#F1EDFF
(241,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB57FF; }

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

This text font color is #AB57FF.


Background Color

.myBgColor { background-color: #AB57FF; }

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

This div background color is #AB57FF.


Border color

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

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

This div border color is #AB57FF.


Opacity

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

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

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

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

This text has shadow with #AB57FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB57FF on black background.


Color preview on white background

This text has color #AB57FF on white background.



Black color preview on #AB57FF background

This text has black color on #AB57FF background.


White color preview on #AB57FF background

This text has white color on #AB57FF background.