COLOR #AB94FA

HEX: #AB94FA
RGB: (171,148,250)

Color info

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

RGB color model

#AB94FA color RGB value is (171,148,250).

  • red value is 171;
  • green value is 148;
  • blue value is 250.
RGB:
(171,148,250)
(67%,58%,98%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 250 of 255 = 98%

171
148
250

R + G + B ~ 74%. #AB94FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 250 = 569 (100%)
R 171 of 569 ~ 30.05%
G 148 of 569 ~ 26.01%
B 250 of 569 ~ 43.94%

%30.05
%26.01
%43.94

CMYK color model

#AB94FA color CMYK value is (32,41,0,2).

  • cyan value is 31.60%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(32,41,0,2)
C32M41Y0K2 
(32%,41%,0%,2%)
(0.32/0.41/0.00/0.02)	

CMYK percentages

%31.6
%40.8
%0
%1.96

Codes

Color #AB94FA in popluar color models

AB94FA
RGB171148250
HSL254°91.07%78.04%
HSB/HSV254°40.80%98.04%
CMYK31.60%40.80%0.00%
1.96%

Color #AB94FA in popluar number systems.

HEXAB94FA
Decimal171148250
Binary101010111001010011111010
Octal253224372

Shades and tints

Shades of #AB94FA

#AB94FA
(171,148,250)
#9C87E4
(156,135,228)
#8D7ACE
(141,122,206)
#7E6DB8
(126,109,184)
#6F60A2
(111,96,162)
#60538C
(96,83,140)
#514676
(81,70,118)
#423960
(66,57,96)
#332C4A
(51,44,74)
#241F34
(36,31,52)
#15121E
(21,18,30)
#000000
(0,0,0)

Tints of #AB94FA

#AB94FA
(171,148,250)
#B29DFA
(178,157,250)
#B9A6FA
(185,166,250)
#C0AFFA
(192,175,250)
#C7B8FA
(199,184,250)
#CEC1FA
(206,193,250)
#D5CAFA
(213,202,250)
#DCD3FA
(220,211,250)
#E3DCFA
(227,220,250)
#EAE5FA
(234,229,250)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB94FA color. Also use rgb(171,148,250) instead hex code.

Text Font Color

.myTextColor { color: #AB94FA; }

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

This text font color is #AB94FA.


Background Color

.myBgColor { background-color: #AB94FA; }

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

This div background color is #AB94FA.


Border color

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

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

This div border color is #AB94FA.


Opacity

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

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

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

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

This text has shadow with #AB94FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB94FA on black background.


Color preview on white background

This text has color #AB94FA on white background.



Black color preview on #AB94FA background

This text has black color on #AB94FA background.


White color preview on #AB94FA background

This text has white color on #AB94FA background.