COLOR #AB6FB2

HEX: #AB6FB2
RGB: (171,111,178)

Color info

#AB6FB2 contains mainly red and blue colors. Web safe color of #AB6FB2 is #996699 (or #969).

RGB color model

#AB6FB2 color RGB value is (171,111,178).

  • red value is 171;
  • green value is 111;
  • blue value is 178.
RGB:
(171,111,178)
(67%,44%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 111 of 255 = 44%
B 178 of 255 = 70%

171
111
178

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

Portions of RGB colors in percentages

R + G + B =
171 + 111 + 178 = 460 (100%)
R 171 of 460 ~ 37.17%
G 111 of 460 ~ 24.13%
B 178 of 460 ~ 38.7%

%37.17
%24.13
%38.7

CMYK color model

#AB6FB2 color CMYK value is (4,38,0,30).

  • cyan value is 3.93%
  • magenta value is 37.64%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,38,0,30)
C4M38Y0K30 
(4%,38%,0%,30%)
(0.04/0.38/0.00/0.30)	

CMYK percentages

%3.93
%37.64
%0
%30.2

Codes

Color #AB6FB2 in popluar color models

AB6FB2
RGB171111178
HSL294°30.32%56.67%
HSB/HSV294°37.64%69.80%
CMYK3.93%37.64%0.00%
30.20%

Color #AB6FB2 in popluar number systems.

HEXAB6FB2
Decimal171111178
Binary10101011110111110110010
Octal253157262

Shades and tints

Shades of #AB6FB2

#AB6FB2
(171,111,178)
#9C65A2
(156,101,162)
#8D5B92
(141,91,146)
#7E5182
(126,81,130)
#6F4772
(111,71,114)
#603D62
(96,61,98)
#513352
(81,51,82)
#422942
(66,41,66)
#331F32
(51,31,50)
#241522
(36,21,34)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #AB6FB2

#AB6FB2
(171,111,178)
#B27CB9
(178,124,185)
#B989C0
(185,137,192)
#C096C7
(192,150,199)
#C7A3CE
(199,163,206)
#CEB0D5
(206,176,213)
#D5BDDC
(213,189,220)
#DCCAE3
(220,202,227)
#E3D7EA
(227,215,234)
#EAE4F1
(234,228,241)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6FB2 color. Also use rgb(171,111,178) instead hex code.

Text Font Color

.myTextColor { color: #AB6FB2; }

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

This text font color is #AB6FB2.


Background Color

.myBgColor { background-color: #AB6FB2; }

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

This div background color is #AB6FB2.


Border color

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

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

This div border color is #AB6FB2.


Opacity

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

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

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

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

This text has shadow with #AB6FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6FB2 on black background.


Color preview on white background

This text has color #AB6FB2 on white background.



Black color preview on #AB6FB2 background

This text has black color on #AB6FB2 background.


White color preview on #AB6FB2 background

This text has white color on #AB6FB2 background.