COLOR #AB6EAF

HEX: #AB6EAF
RGB: (171,110,175)

Color info

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

RGB color model

#AB6EAF color RGB value is (171,110,175).

  • red value is 171;
  • green value is 110;
  • blue value is 175.
RGB:
(171,110,175)
(67%,43%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 175 of 255 = 69%

171
110
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 110 + 175 = 456 (100%)
R 171 of 456 ~ 37.5%
G 110 of 456 ~ 24.12%
B 175 of 456 ~ 38.38%

%37.5
%24.12
%38.38

CMYK color model

#AB6EAF color CMYK value is (2,37,0,31).

  • cyan value is 2.29%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,37,0,31)
C2M37Y0K31 
(2%,37%,0%,31%)
(0.02/0.37/0.00/0.31)	

CMYK percentages

%2.29
%37.14
%0
%31.37

Codes

Color #AB6EAF in popluar color models

AB6EAF
RGB171110175
HSL296°28.89%55.88%
HSB/HSV296°37.14%68.63%
CMYK2.29%37.14%0.00%
31.37%

Color #AB6EAF in popluar number systems.

HEXAB6EAF
Decimal171110175
Binary10101011110111010101111
Octal253156257

Shades and tints

Shades of #AB6EAF

#AB6EAF
(171,110,175)
#9C64A0
(156,100,160)
#8D5A91
(141,90,145)
#7E5082
(126,80,130)
#6F4673
(111,70,115)
#603C64
(96,60,100)
#513255
(81,50,85)
#422846
(66,40,70)
#331E37
(51,30,55)
#241428
(36,20,40)
#150A19
(21,10,25)
#000000
(0,0,0)

Tints of #AB6EAF

#AB6EAF
(171,110,175)
#B27BB6
(178,123,182)
#B988BD
(185,136,189)
#C095C4
(192,149,196)
#C7A2CB
(199,162,203)
#CEAFD2
(206,175,210)
#D5BCD9
(213,188,217)
#DCC9E0
(220,201,224)
#E3D6E7
(227,214,231)
#EAE3EE
(234,227,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6EAF color. Also use rgb(171,110,175) instead hex code.

Text Font Color

.myTextColor { color: #AB6EAF; }

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

This text font color is #AB6EAF.


Background Color

.myBgColor { background-color: #AB6EAF; }

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

This div background color is #AB6EAF.


Border color

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

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

This div border color is #AB6EAF.


Opacity

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

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

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

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

This text has shadow with #AB6EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6EAF on black background.


Color preview on white background

This text has color #AB6EAF on white background.



Black color preview on #AB6EAF background

This text has black color on #AB6EAF background.


White color preview on #AB6EAF background

This text has white color on #AB6EAF background.