COLOR #AB31EA

HEX: #AB31EA
RGB: (171,49,234)

Color info

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

RGB color model

#AB31EA color RGB value is (171,49,234).

  • red value is 171;
  • green value is 49;
  • blue value is 234.
RGB:
(171,49,234)
(67%,19%,92%)

RGB channels and saturation

R 171 of 255 = 67%
G 49 of 255 = 19%
B 234 of 255 = 92%

171
49
234

R + G + B ~ 59%. #AB31EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 49 + 234 = 454 (100%)
R 171 of 454 ~ 37.67%
G 49 of 454 ~ 10.79%
B 234 of 454 ~ 51.54%

%37.67
%10.79
%51.54

CMYK color model

#AB31EA color CMYK value is (27,79,0,8).

  • cyan value is 26.92%
  • magenta value is 79.06%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(27,79,0,8)
C27M79Y0K8 
(27%,79%,0%,8%)
(0.27/0.79/0.00/0.08)	

CMYK percentages

%26.92
%79.06
%0
%8.24

Codes

Color #AB31EA in popluar color models

AB31EA
RGB17149234
HSL280°81.50%55.49%
HSB/HSV280°79.06%91.76%
CMYK26.92%79.06%0.00%
8.24%

Color #AB31EA in popluar number systems.

HEXAB31EA
Decimal17149234
Binary1010101111000111101010
Octal25361352

Shades and tints

Shades of #AB31EA

#AB31EA
(171,49,234)
#9C2DD5
(156,45,213)
#8D29C0
(141,41,192)
#7E25AB
(126,37,171)
#6F2196
(111,33,150)
#601D81
(96,29,129)
#51196C
(81,25,108)
#421557
(66,21,87)
#331142
(51,17,66)
#240D2D
(36,13,45)
#150918
(21,9,24)
#000000
(0,0,0)

Tints of #AB31EA

#AB31EA
(171,49,234)
#B243EB
(178,67,235)
#B955EC
(185,85,236)
#C067ED
(192,103,237)
#C779EE
(199,121,238)
#CE8BEF
(206,139,239)
#D59DF0
(213,157,240)
#DCAFF1
(220,175,241)
#E3C1F2
(227,193,242)
#EAD3F3
(234,211,243)
#F1E5F4
(241,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB31EA color. Also use rgb(171,49,234) instead hex code.

Text Font Color

.myTextColor { color: #AB31EA; }

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

This text font color is #AB31EA.


Background Color

.myBgColor { background-color: #AB31EA; }

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

This div background color is #AB31EA.


Border color

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

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

This div border color is #AB31EA.


Opacity

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

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

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

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

This text has shadow with #AB31EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB31EA on black background.


Color preview on white background

This text has color #AB31EA on white background.



Black color preview on #AB31EA background

This text has black color on #AB31EA background.


White color preview on #AB31EA background

This text has white color on #AB31EA background.