COLOR #AB1CB6

HEX: #AB1CB6
RGB: (171,28,182)

Color info

#AB1CB6 contains mainly red and blue colors. Web safe color of #AB1CB6 is #9933CC (or #93C).

RGB color model

#AB1CB6 color RGB value is (171,28,182).

  • red value is 171;
  • green value is 28;
  • blue value is 182.
RGB:
(171,28,182)
(67%,11%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 28 of 255 = 11%
B 182 of 255 = 71%

171
28
182

R + G + B ~ 50%. #AB1CB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 28 + 182 = 381 (100%)
R 171 of 381 ~ 44.88%
G 28 of 381 ~ 7.35%
B 182 of 381 ~ 47.77%

%44.88
%47.77

CMYK color model

#AB1CB6 color CMYK value is (6,85,0,29).

  • cyan value is 6.04%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,85,0,29)
C6M85Y0K29 
(6%,85%,0%,29%)
(0.06/0.85/0.00/0.29)	

CMYK percentages

%6.04
%84.62
%0
%28.63

Codes

Color #AB1CB6 in popluar color models

AB1CB6
RGB17128182
HSL296°73.33%41.18%
HSB/HSV296°84.62%71.37%
CMYK6.04%84.62%0.00%
28.63%

Color #AB1CB6 in popluar number systems.

HEXAB1CB6
Decimal17128182
Binary101010111110010110110
Octal25334266

Shades and tints

Shades of #AB1CB6

#AB1CB6
(171,28,182)
#9C1AA6
(156,26,166)
#8D1896
(141,24,150)
#7E1686
(126,22,134)
#6F1476
(111,20,118)
#601266
(96,18,102)
#511056
(81,16,86)
#420E46
(66,14,70)
#330C36
(51,12,54)
#240A26
(36,10,38)
#150816
(21,8,22)
#000000
(0,0,0)

Tints of #AB1CB6

#AB1CB6
(171,28,182)
#B230BC
(178,48,188)
#B944C2
(185,68,194)
#C058C8
(192,88,200)
#C76CCE
(199,108,206)
#CE80D4
(206,128,212)
#D594DA
(213,148,218)
#DCA8E0
(220,168,224)
#E3BCE6
(227,188,230)
#EAD0EC
(234,208,236)
#F1E4F2
(241,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1CB6 color. Also use rgb(171,28,182) instead hex code.

Text Font Color

.myTextColor { color: #AB1CB6; }

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

This text font color is #AB1CB6.


Background Color

.myBgColor { background-color: #AB1CB6; }

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

This div background color is #AB1CB6.


Border color

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

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

This div border color is #AB1CB6.


Opacity

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

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

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

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

This text has shadow with #AB1CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1CB6 on black background.


Color preview on white background

This text has color #AB1CB6 on white background.



Black color preview on #AB1CB6 background

This text has black color on #AB1CB6 background.


White color preview on #AB1CB6 background

This text has white color on #AB1CB6 background.