COLOR #AB81D7

HEX: #AB81D7
RGB: (171,129,215)

Color info

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

RGB color model

#AB81D7 color RGB value is (171,129,215).

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

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 215 of 255 = 84%

171
129
215

R + G + B ~ 67%. #AB81D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 215 = 515 (100%)
R 171 of 515 ~ 33.2%
G 129 of 515 ~ 25.05%
B 215 of 515 ~ 41.75%

%33.2
%25.05
%41.75

CMYK color model

#AB81D7 color CMYK value is (20,40,0,16).

  • cyan value is 20.47%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,40,0,16)
C20M40Y0K16 
(20%,40%,0%,16%)
(0.20/0.40/0.00/0.16)	

CMYK percentages

%20.47
%40
%0
%15.69

Codes

Color #AB81D7 in popluar color models

AB81D7
RGB171129215
HSL269°51.81%67.45%
HSB/HSV269°40.00%84.31%
CMYK20.47%40.00%0.00%
15.69%

Color #AB81D7 in popluar number systems.

HEXAB81D7
Decimal171129215
Binary101010111000000111010111
Octal253201327

Shades and tints

Shades of #AB81D7

#AB81D7
(171,129,215)
#9C76C4
(156,118,196)
#8D6BB1
(141,107,177)
#7E609E
(126,96,158)
#6F558B
(111,85,139)
#604A78
(96,74,120)
#513F65
(81,63,101)
#423452
(66,52,82)
#33293F
(51,41,63)
#241E2C
(36,30,44)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #AB81D7

#AB81D7
(171,129,215)
#B28CDA
(178,140,218)
#B997DD
(185,151,221)
#C0A2E0
(192,162,224)
#C7ADE3
(199,173,227)
#CEB8E6
(206,184,230)
#D5C3E9
(213,195,233)
#DCCEEC
(220,206,236)
#E3D9EF
(227,217,239)
#EAE4F2
(234,228,242)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB81D7; }

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

This text font color is #AB81D7.


Background Color

.myBgColor { background-color: #AB81D7; }

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

This div background color is #AB81D7.


Border color

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

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

This div border color is #AB81D7.


Opacity

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

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

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

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

This text has shadow with #AB81D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB81D7 on black background.


Color preview on white background

This text has color #AB81D7 on white background.



Black color preview on #AB81D7 background

This text has black color on #AB81D7 background.


White color preview on #AB81D7 background

This text has white color on #AB81D7 background.