COLOR #AB66AA

HEX: #AB66AA
RGB: (171,102,170)

Color info

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

RGB color model

#AB66AA color RGB value is (171,102,170).

  • red value is 171;
  • green value is 102;
  • blue value is 170.
RGB:
(171,102,170)
(67%,40%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 102 of 255 = 40%
B 170 of 255 = 67%

171
102
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 102 + 170 = 443 (100%)
R 171 of 443 ~ 38.6%
G 102 of 443 ~ 23.02%
B 170 of 443 ~ 38.37%

%38.6
%23.02
%38.37

CMYK color model

#AB66AA color CMYK value is (0,40,1,33).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(0,40,1,33)
C0M40Y1K33 
(0%,40%,1%,33%)
(0.00/0.40/0.01/0.33)	

CMYK percentages

%0
%40.35
%0.58
%32.94

Codes

Color #AB66AA in popluar color models

AB66AA
RGB171102170
HSL301°29.11%53.53%
HSB/HSV301°40.35%67.06%
CMYK0.00%40.35%0.58%
32.94%

Color #AB66AA in popluar number systems.

HEXAB66AA
Decimal171102170
Binary10101011110011010101010
Octal253146252

Shades and tints

Shades of #AB66AA

#AB66AA
(171,102,170)
#9C5D9B
(156,93,155)
#8D548C
(141,84,140)
#7E4B7D
(126,75,125)
#6F426E
(111,66,110)
#60395F
(96,57,95)
#513050
(81,48,80)
#422741
(66,39,65)
#331E32
(51,30,50)
#241523
(36,21,35)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB66AA

#AB66AA
(171,102,170)
#B273B1
(178,115,177)
#B980B8
(185,128,184)
#C08DBF
(192,141,191)
#C79AC6
(199,154,198)
#CEA7CD
(206,167,205)
#D5B4D4
(213,180,212)
#DCC1DB
(220,193,219)
#E3CEE2
(227,206,226)
#EADBE9
(234,219,233)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB66AA color. Also use rgb(171,102,170) instead hex code.

Text Font Color

.myTextColor { color: #AB66AA; }

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

This text font color is #AB66AA.


Background Color

.myBgColor { background-color: #AB66AA; }

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

This div background color is #AB66AA.


Border color

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

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

This div border color is #AB66AA.


Opacity

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

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

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

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

This text has shadow with #AB66AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB66AA on black background.


Color preview on white background

This text has color #AB66AA on white background.



Black color preview on #AB66AA background

This text has black color on #AB66AA background.


White color preview on #AB66AA background

This text has white color on #AB66AA background.