COLOR #AB66AF

HEX: #AB66AF
RGB: (171,102,175)

Color info

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

RGB color model

#AB66AF color RGB value is (171,102,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 102 of 255 = 40%
B 175 of 255 = 69%

171
102
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 102 + 175 = 448 (100%)
R 171 of 448 ~ 38.17%
G 102 of 448 ~ 22.77%
B 175 of 448 ~ 39.06%

%38.17
%22.77
%39.06

CMYK color model

#AB66AF color CMYK value is (2,42,0,31).

  • cyan value is 2.29%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,42,0,31)
C2M42Y0K31 
(2%,42%,0%,31%)
(0.02/0.42/0.00/0.31)	

CMYK percentages

%2.29
%41.71
%0
%31.37

Codes

Color #AB66AF in popluar color models

AB66AF
RGB171102175
HSL297°31.33%54.31%
HSB/HSV297°41.71%68.63%
CMYK2.29%41.71%0.00%
31.37%

Color #AB66AF in popluar number systems.

HEXAB66AF
Decimal171102175
Binary10101011110011010101111
Octal253146257

Shades and tints

Shades of #AB66AF

#AB66AF
(171,102,175)
#9C5DA0
(156,93,160)
#8D5491
(141,84,145)
#7E4B82
(126,75,130)
#6F4273
(111,66,115)
#603964
(96,57,100)
#513055
(81,48,85)
#422746
(66,39,70)
#331E37
(51,30,55)
#241528
(36,21,40)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #AB66AF

#AB66AF
(171,102,175)
#B273B6
(178,115,182)
#B980BD
(185,128,189)
#C08DC4
(192,141,196)
#C79ACB
(199,154,203)
#CEA7D2
(206,167,210)
#D5B4D9
(213,180,217)
#DCC1E0
(220,193,224)
#E3CEE7
(227,206,231)
#EADBEE
(234,219,238)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB66AF; }

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

This text font color is #AB66AF.


Background Color

.myBgColor { background-color: #AB66AF; }

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

This div background color is #AB66AF.


Border color

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

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

This div border color is #AB66AF.


Opacity

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

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

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

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

This text has shadow with #AB66AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB66AF on black background.


Color preview on white background

This text has color #AB66AF on white background.



Black color preview on #AB66AF background

This text has black color on #AB66AF background.


White color preview on #AB66AF background

This text has white color on #AB66AF background.