COLOR #AB76C9

HEX: #AB76C9
RGB: (171,118,201)

Color info

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

RGB color model

#AB76C9 color RGB value is (171,118,201).

  • red value is 171;
  • green value is 118;
  • blue value is 201.
RGB:
(171,118,201)
(67%,46%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 201 of 255 = 79%

171
118
201

R + G + B ~ 64%. #AB76C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 118 + 201 = 490 (100%)
R 171 of 490 ~ 34.9%
G 118 of 490 ~ 24.08%
B 201 of 490 ~ 41.02%

%34.9
%24.08
%41.02

CMYK color model

#AB76C9 color CMYK value is (15,41,0,21).

  • cyan value is 14.93%
  • magenta value is 41.29%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,41,0,21)
C15M41Y0K21 
(15%,41%,0%,21%)
(0.15/0.41/0.00/0.21)	

CMYK percentages

%14.93
%41.29
%0
%21.18

Codes

Color #AB76C9 in popluar color models

AB76C9
RGB171118201
HSL278°43.46%62.55%
HSB/HSV278°41.29%78.82%
CMYK14.93%41.29%0.00%
21.18%

Color #AB76C9 in popluar number systems.

HEXAB76C9
Decimal171118201
Binary10101011111011011001001
Octal253166311

Shades and tints

Shades of #AB76C9

#AB76C9
(171,118,201)
#9C6CB7
(156,108,183)
#8D62A5
(141,98,165)
#7E5893
(126,88,147)
#6F4E81
(111,78,129)
#60446F
(96,68,111)
#513A5D
(81,58,93)
#42304B
(66,48,75)
#332639
(51,38,57)
#241C27
(36,28,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #AB76C9

#AB76C9
(171,118,201)
#B282CD
(178,130,205)
#B98ED1
(185,142,209)
#C09AD5
(192,154,213)
#C7A6D9
(199,166,217)
#CEB2DD
(206,178,221)
#D5BEE1
(213,190,225)
#DCCAE5
(220,202,229)
#E3D6E9
(227,214,233)
#EAE2ED
(234,226,237)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB76C9 color. Also use rgb(171,118,201) instead hex code.

Text Font Color

.myTextColor { color: #AB76C9; }

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

This text font color is #AB76C9.


Background Color

.myBgColor { background-color: #AB76C9; }

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

This div background color is #AB76C9.


Border color

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

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

This div border color is #AB76C9.


Opacity

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

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

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

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

This text has shadow with #AB76C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB76C9 on black background.


Color preview on white background

This text has color #AB76C9 on white background.



Black color preview on #AB76C9 background

This text has black color on #AB76C9 background.


White color preview on #AB76C9 background

This text has white color on #AB76C9 background.