COLOR #AB6BBA

HEX: #AB6BBA
RGB: (171,107,186)

Color info

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

RGB color model

#AB6BBA color RGB value is (171,107,186).

  • red value is 171;
  • green value is 107;
  • blue value is 186.
RGB:
(171,107,186)
(67%,42%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 107 of 255 = 42%
B 186 of 255 = 73%

171
107
186

R + G + B ~ 61%. #AB6BBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 107 + 186 = 464 (100%)
R 171 of 464 ~ 36.85%
G 107 of 464 ~ 23.06%
B 186 of 464 ~ 40.09%

%36.85
%23.06
%40.09

CMYK color model

#AB6BBA color CMYK value is (8,42,0,27).

  • cyan value is 8.06%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,42,0,27)
C8M42Y0K27 
(8%,42%,0%,27%)
(0.08/0.42/0.00/0.27)	

CMYK percentages

%8.06
%42.47
%0
%27.06

Codes

Color #AB6BBA in popluar color models

AB6BBA
RGB171107186
HSL289°36.41%57.45%
HSB/HSV289°42.47%72.94%
CMYK8.06%42.47%0.00%
27.06%

Color #AB6BBA in popluar number systems.

HEXAB6BBA
Decimal171107186
Binary10101011110101110111010
Octal253153272

Shades and tints

Shades of #AB6BBA

#AB6BBA
(171,107,186)
#9C62AA
(156,98,170)
#8D599A
(141,89,154)
#7E508A
(126,80,138)
#6F477A
(111,71,122)
#603E6A
(96,62,106)
#51355A
(81,53,90)
#422C4A
(66,44,74)
#33233A
(51,35,58)
#241A2A
(36,26,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #AB6BBA

#AB6BBA
(171,107,186)
#B278C0
(178,120,192)
#B985C6
(185,133,198)
#C092CC
(192,146,204)
#C79FD2
(199,159,210)
#CEACD8
(206,172,216)
#D5B9DE
(213,185,222)
#DCC6E4
(220,198,228)
#E3D3EA
(227,211,234)
#EAE0F0
(234,224,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6BBA color. Also use rgb(171,107,186) instead hex code.

Text Font Color

.myTextColor { color: #AB6BBA; }

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

This text font color is #AB6BBA.


Background Color

.myBgColor { background-color: #AB6BBA; }

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

This div background color is #AB6BBA.


Border color

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

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

This div border color is #AB6BBA.


Opacity

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

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

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

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

This text has shadow with #AB6BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6BBA on black background.


Color preview on white background

This text has color #AB6BBA on white background.



Black color preview on #AB6BBA background

This text has black color on #AB6BBA background.


White color preview on #AB6BBA background

This text has white color on #AB6BBA background.