COLOR #AB6BAE

HEX: #AB6BAE
RGB: (171,107,174)

Color info

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

RGB color model

#AB6BAE color RGB value is (171,107,174).

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

RGB channels and saturation

R 171 of 255 = 67%
G 107 of 255 = 42%
B 174 of 255 = 68%

171
107
174

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

Portions of RGB colors in percentages

R + G + B =
171 + 107 + 174 = 452 (100%)
R 171 of 452 ~ 37.83%
G 107 of 452 ~ 23.67%
B 174 of 452 ~ 38.5%

%37.83
%23.67
%38.5

CMYK color model

#AB6BAE color CMYK value is (2,39,0,32).

  • cyan value is 1.72%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(2,39,0,32)
C2M39Y0K32 
(2%,39%,0%,32%)
(0.02/0.39/0.00/0.32)	

CMYK percentages

%1.72
%38.51
%0
%31.76

Codes

Color #AB6BAE in popluar color models

AB6BAE
RGB171107174
HSL297°29.26%55.10%
HSB/HSV297°38.51%68.24%
CMYK1.72%38.51%0.00%
31.76%

Color #AB6BAE in popluar number systems.

HEXAB6BAE
Decimal171107174
Binary10101011110101110101110
Octal253153256

Shades and tints

Shades of #AB6BAE

#AB6BAE
(171,107,174)
#9C629F
(156,98,159)
#8D5990
(141,89,144)
#7E5081
(126,80,129)
#6F4772
(111,71,114)
#603E63
(96,62,99)
#513554
(81,53,84)
#422C45
(66,44,69)
#332336
(51,35,54)
#241A27
(36,26,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #AB6BAE

#AB6BAE
(171,107,174)
#B278B5
(178,120,181)
#B985BC
(185,133,188)
#C092C3
(192,146,195)
#C79FCA
(199,159,202)
#CEACD1
(206,172,209)
#D5B9D8
(213,185,216)
#DCC6DF
(220,198,223)
#E3D3E6
(227,211,230)
#EAE0ED
(234,224,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6BAE; }

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

This text font color is #AB6BAE.


Background Color

.myBgColor { background-color: #AB6BAE; }

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

This div background color is #AB6BAE.


Border color

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

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

This div border color is #AB6BAE.


Opacity

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

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

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

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

This text has shadow with #AB6BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6BAE on black background.


Color preview on white background

This text has color #AB6BAE on white background.



Black color preview on #AB6BAE background

This text has black color on #AB6BAE background.


White color preview on #AB6BAE background

This text has white color on #AB6BAE background.