COLOR #AB81E1

HEX: #AB81E1
RGB: (171,129,225)

Color info

#AB81E1 contains mainly red and blue colors. Web safe color of #AB81E1 is #9999CC (or #99C).

RGB color model

#AB81E1 color RGB value is (171,129,225).

  • red value is 171;
  • green value is 129;
  • blue value is 225.
RGB:
(171,129,225)
(67%,51%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 225 of 255 = 88%

171
129
225

R + G + B ~ 69%. #AB81E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 225 = 525 (100%)
R 171 of 525 ~ 32.57%
G 129 of 525 ~ 24.57%
B 225 of 525 ~ 42.86%

%32.57
%24.57
%42.86

CMYK color model

#AB81E1 color CMYK value is (24,43,0,12).

  • cyan value is 24.00%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,43,0,12)
C24M43Y0K12 
(24%,43%,0%,12%)
(0.24/0.43/0.00/0.12)	

CMYK percentages

%24
%42.67
%0
%11.76

Codes

Color #AB81E1 in popluar color models

AB81E1
RGB171129225
HSL266°61.54%69.41%
HSB/HSV266°42.67%88.24%
CMYK24.00%42.67%0.00%
11.76%

Color #AB81E1 in popluar number systems.

HEXAB81E1
Decimal171129225
Binary101010111000000111100001
Octal253201341

Shades and tints

Shades of #AB81E1

#AB81E1
(171,129,225)
#9C76CD
(156,118,205)
#8D6BB9
(141,107,185)
#7E60A5
(126,96,165)
#6F5591
(111,85,145)
#604A7D
(96,74,125)
#513F69
(81,63,105)
#423455
(66,52,85)
#332941
(51,41,65)
#241E2D
(36,30,45)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #AB81E1

#AB81E1
(171,129,225)
#B28CE3
(178,140,227)
#B997E5
(185,151,229)
#C0A2E7
(192,162,231)
#C7ADE9
(199,173,233)
#CEB8EB
(206,184,235)
#D5C3ED
(213,195,237)
#DCCEEF
(220,206,239)
#E3D9F1
(227,217,241)
#EAE4F3
(234,228,243)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB81E1 color. Also use rgb(171,129,225) instead hex code.

Text Font Color

.myTextColor { color: #AB81E1; }

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

This text font color is #AB81E1.


Background Color

.myBgColor { background-color: #AB81E1; }

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

This div background color is #AB81E1.


Border color

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

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

This div border color is #AB81E1.


Opacity

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

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

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

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

This text has shadow with #AB81E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB81E1 on black background.


Color preview on white background

This text has color #AB81E1 on white background.



Black color preview on #AB81E1 background

This text has black color on #AB81E1 background.


White color preview on #AB81E1 background

This text has white color on #AB81E1 background.