COLOR #AB81C4

HEX: #AB81C4
RGB: (171,129,196)

Color info

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

RGB color model

#AB81C4 color RGB value is (171,129,196).

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

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 196 of 255 = 77%

171
129
196

R + G + B ~ 65%. #AB81C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 196 = 496 (100%)
R 171 of 496 ~ 34.48%
G 129 of 496 ~ 26.01%
B 196 of 496 ~ 39.52%

%34.48
%26.01
%39.52

CMYK color model

#AB81C4 color CMYK value is (13,34,0,23).

  • cyan value is 12.76%
  • magenta value is 34.18%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(13,34,0,23)
C13M34Y0K23 
(13%,34%,0%,23%)
(0.13/0.34/0.00/0.23)	

CMYK percentages

%12.76
%34.18
%0
%23.14

Codes

Color #AB81C4 in popluar color models

AB81C4
RGB171129196
HSL278°36.22%63.73%
HSB/HSV278°34.18%76.86%
CMYK12.76%34.18%0.00%
23.14%

Color #AB81C4 in popluar number systems.

HEXAB81C4
Decimal171129196
Binary101010111000000111000100
Octal253201304

Shades and tints

Shades of #AB81C4

#AB81C4
(171,129,196)
#9C76B3
(156,118,179)
#8D6BA2
(141,107,162)
#7E6091
(126,96,145)
#6F5580
(111,85,128)
#604A6F
(96,74,111)
#513F5E
(81,63,94)
#42344D
(66,52,77)
#33293C
(51,41,60)
#241E2B
(36,30,43)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #AB81C4

#AB81C4
(171,129,196)
#B28CC9
(178,140,201)
#B997CE
(185,151,206)
#C0A2D3
(192,162,211)
#C7ADD8
(199,173,216)
#CEB8DD
(206,184,221)
#D5C3E2
(213,195,226)
#DCCEE7
(220,206,231)
#E3D9EC
(227,217,236)
#EAE4F1
(234,228,241)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB81C4; }

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

This text font color is #AB81C4.


Background Color

.myBgColor { background-color: #AB81C4; }

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

This div background color is #AB81C4.


Border color

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

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

This div border color is #AB81C4.


Opacity

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

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

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

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

This text has shadow with #AB81C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB81C4 on black background.


Color preview on white background

This text has color #AB81C4 on white background.



Black color preview on #AB81C4 background

This text has black color on #AB81C4 background.


White color preview on #AB81C4 background

This text has white color on #AB81C4 background.