COLOR #AB32FA

HEX: #AB32FA
RGB: (171,50,250)

Color info

#AB32FA contains mainly blue color. Web safe color of #AB32FA is #9933FF (or #93F).

RGB color model

#AB32FA color RGB value is (171,50,250).

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

RGB channels and saturation

R 171 of 255 = 67%
G 50 of 255 = 20%
B 250 of 255 = 98%

171
50
250

R + G + B ~ 62%. #AB32FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 50 + 250 = 471 (100%)
R 171 of 471 ~ 36.31%
G 50 of 471 ~ 10.62%
B 250 of 471 ~ 53.08%

%36.31
%10.62
%53.08

CMYK color model

#AB32FA color CMYK value is (32,80,0,2).

  • cyan value is 31.60%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(32,80,0,2)
C32M80Y0K2 
(32%,80%,0%,2%)
(0.32/0.80/0.00/0.02)	

CMYK percentages

%31.6
%80
%0
%1.96

Codes

Color #AB32FA in popluar color models

AB32FA
RGB17150250
HSL276°95.24%58.82%
HSB/HSV276°80.00%98.04%
CMYK31.60%80.00%0.00%
1.96%

Color #AB32FA in popluar number systems.

HEXAB32FA
Decimal17150250
Binary1010101111001011111010
Octal25362372

Shades and tints

Shades of #AB32FA

#AB32FA
(171,50,250)
#9C2EE4
(156,46,228)
#8D2ACE
(141,42,206)
#7E26B8
(126,38,184)
#6F22A2
(111,34,162)
#601E8C
(96,30,140)
#511A76
(81,26,118)
#421660
(66,22,96)
#33124A
(51,18,74)
#240E34
(36,14,52)
#150A1E
(21,10,30)
#000000
(0,0,0)

Tints of #AB32FA

#AB32FA
(171,50,250)
#B244FA
(178,68,250)
#B956FA
(185,86,250)
#C068FA
(192,104,250)
#C77AFA
(199,122,250)
#CE8CFA
(206,140,250)
#D59EFA
(213,158,250)
#DCB0FA
(220,176,250)
#E3C2FA
(227,194,250)
#EAD4FA
(234,212,250)
#F1E6FA
(241,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB32FA; }

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

This text font color is #AB32FA.


Background Color

.myBgColor { background-color: #AB32FA; }

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

This div background color is #AB32FA.


Border color

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

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

This div border color is #AB32FA.


Opacity

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

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

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

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

This text has shadow with #AB32FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB32FA on black background.


Color preview on white background

This text has color #AB32FA on white background.



Black color preview on #AB32FA background

This text has black color on #AB32FA background.


White color preview on #AB32FA background

This text has white color on #AB32FA background.