COLOR #AB91F6

HEX: #AB91F6
RGB: (171,145,246)

Color info

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

RGB color model

#AB91F6 color RGB value is (171,145,246).

  • red value is 171;
  • green value is 145;
  • blue value is 246.
RGB:
(171,145,246)
(67%,57%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 246 of 255 = 96%

171
145
246

R + G + B ~ 73%. #AB91F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 246 = 562 (100%)
R 171 of 562 ~ 30.43%
G 145 of 562 ~ 25.8%
B 246 of 562 ~ 43.77%

%30.43
%25.8
%43.77

CMYK color model

#AB91F6 color CMYK value is (30,41,0,4).

  • cyan value is 30.49%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,41,0,4)
C30M41Y0K4 
(30%,41%,0%,4%)
(0.30/0.41/0.00/0.04)	

CMYK percentages

%30.49
%41.06
%0
%3.53

Codes

Color #AB91F6 in popluar color models

AB91F6
RGB171145246
HSL255°84.87%76.67%
HSB/HSV255°41.06%96.47%
CMYK30.49%41.06%0.00%
3.53%

Color #AB91F6 in popluar number systems.

HEXAB91F6
Decimal171145246
Binary101010111001000111110110
Octal253221366

Shades and tints

Shades of #AB91F6

#AB91F6
(171,145,246)
#9C84E0
(156,132,224)
#8D77CA
(141,119,202)
#7E6AB4
(126,106,180)
#6F5D9E
(111,93,158)
#605088
(96,80,136)
#514372
(81,67,114)
#42365C
(66,54,92)
#332946
(51,41,70)
#241C30
(36,28,48)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #AB91F6

#AB91F6
(171,145,246)
#B29BF6
(178,155,246)
#B9A5F6
(185,165,246)
#C0AFF6
(192,175,246)
#C7B9F6
(199,185,246)
#CEC3F6
(206,195,246)
#D5CDF6
(213,205,246)
#DCD7F6
(220,215,246)
#E3E1F6
(227,225,246)
#EAEBF6
(234,235,246)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91F6; }

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

This text font color is #AB91F6.


Background Color

.myBgColor { background-color: #AB91F6; }

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

This div background color is #AB91F6.


Border color

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

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

This div border color is #AB91F6.


Opacity

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

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

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

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

This text has shadow with #AB91F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91F6 on black background.


Color preview on white background

This text has color #AB91F6 on white background.



Black color preview on #AB91F6 background

This text has black color on #AB91F6 background.


White color preview on #AB91F6 background

This text has white color on #AB91F6 background.