COLOR #AB71C2

HEX: #AB71C2
RGB: (171,113,194)

Color info

#AB71C2 contains mainly red and blue colors. Web safe color of #AB71C2 is #9966CC (or #96C).

RGB color model

#AB71C2 color RGB value is (171,113,194).

  • red value is 171;
  • green value is 113;
  • blue value is 194.
RGB:
(171,113,194)
(67%,44%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 194 of 255 = 76%

171
113
194

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

Portions of RGB colors in percentages

R + G + B =
171 + 113 + 194 = 478 (100%)
R 171 of 478 ~ 35.77%
G 113 of 478 ~ 23.64%
B 194 of 478 ~ 40.59%

%35.77
%23.64
%40.59

CMYK color model

#AB71C2 color CMYK value is (12,42,0,24).

  • cyan value is 11.86%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(12,42,0,24)
C12M42Y0K24 
(12%,42%,0%,24%)
(0.12/0.42/0.00/0.24)	

CMYK percentages

%11.86
%41.75
%0
%23.92

Codes

Color #AB71C2 in popluar color models

AB71C2
RGB171113194
HSL283°39.90%60.20%
HSB/HSV283°41.75%76.08%
CMYK11.86%41.75%0.00%
23.92%

Color #AB71C2 in popluar number systems.

HEXAB71C2
Decimal171113194
Binary10101011111000111000010
Octal253161302

Shades and tints

Shades of #AB71C2

#AB71C2
(171,113,194)
#9C67B1
(156,103,177)
#8D5DA0
(141,93,160)
#7E538F
(126,83,143)
#6F497E
(111,73,126)
#603F6D
(96,63,109)
#51355C
(81,53,92)
#422B4B
(66,43,75)
#33213A
(51,33,58)
#241729
(36,23,41)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #AB71C2

#AB71C2
(171,113,194)
#B27DC7
(178,125,199)
#B989CC
(185,137,204)
#C095D1
(192,149,209)
#C7A1D6
(199,161,214)
#CEADDB
(206,173,219)
#D5B9E0
(213,185,224)
#DCC5E5
(220,197,229)
#E3D1EA
(227,209,234)
#EADDEF
(234,221,239)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB71C2 color. Also use rgb(171,113,194) instead hex code.

Text Font Color

.myTextColor { color: #AB71C2; }

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

This text font color is #AB71C2.


Background Color

.myBgColor { background-color: #AB71C2; }

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

This div background color is #AB71C2.


Border color

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

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

This div border color is #AB71C2.


Opacity

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

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

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

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

This text has shadow with #AB71C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB71C2 on black background.


Color preview on white background

This text has color #AB71C2 on white background.



Black color preview on #AB71C2 background

This text has black color on #AB71C2 background.


White color preview on #AB71C2 background

This text has white color on #AB71C2 background.