COLOR #AB83F8

HEX: #AB83F8
RGB: (171,131,248)

Color info

#AB83F8 contains mainly blue color. Web safe color of #AB83F8 is #9999FF (or #99F).

RGB color model

#AB83F8 color RGB value is (171,131,248).

  • red value is 171;
  • green value is 131;
  • blue value is 248.
RGB:
(171,131,248)
(67%,51%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 248 of 255 = 97%

171
131
248

R + G + B ~ 72%. #AB83F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 131 + 248 = 550 (100%)
R 171 of 550 ~ 31.09%
G 131 of 550 ~ 23.82%
B 248 of 550 ~ 45.09%

%31.09
%23.82
%45.09

CMYK color model

#AB83F8 color CMYK value is (31,47,0,3).

  • cyan value is 31.05%
  • magenta value is 47.18%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,47,0,3)
C31M47Y0K3 
(31%,47%,0%,3%)
(0.31/0.47/0.00/0.03)	

CMYK percentages

%31.05
%47.18
%0
%2.75

Codes

Color #AB83F8 in popluar color models

AB83F8
RGB171131248
HSL261°89.31%74.31%
HSB/HSV261°47.18%97.25%
CMYK31.05%47.18%0.00%
2.75%

Color #AB83F8 in popluar number systems.

HEXAB83F8
Decimal171131248
Binary101010111000001111111000
Octal253203370

Shades and tints

Shades of #AB83F8

#AB83F8
(171,131,248)
#9C78E2
(156,120,226)
#8D6DCC
(141,109,204)
#7E62B6
(126,98,182)
#6F57A0
(111,87,160)
#604C8A
(96,76,138)
#514174
(81,65,116)
#42365E
(66,54,94)
#332B48
(51,43,72)
#242032
(36,32,50)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #AB83F8

#AB83F8
(171,131,248)
#B28EF8
(178,142,248)
#B999F8
(185,153,248)
#C0A4F8
(192,164,248)
#C7AFF8
(199,175,248)
#CEBAF8
(206,186,248)
#D5C5F8
(213,197,248)
#DCD0F8
(220,208,248)
#E3DBF8
(227,219,248)
#EAE6F8
(234,230,248)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB83F8; }

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

This text font color is #AB83F8.


Background Color

.myBgColor { background-color: #AB83F8; }

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

This div background color is #AB83F8.


Border color

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

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

This div border color is #AB83F8.


Opacity

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

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

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

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

This text has shadow with #AB83F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB83F8 on black background.


Color preview on white background

This text has color #AB83F8 on white background.



Black color preview on #AB83F8 background

This text has black color on #AB83F8 background.


White color preview on #AB83F8 background

This text has white color on #AB83F8 background.