COLOR #AB74AF

HEX: #AB74AF
RGB: (171,116,175)

Color info

#AB74AF contains red, green and blue colors in about the same proportion. Web safe color of #AB74AF is #996699 (or #969).

RGB color model

#AB74AF color RGB value is (171,116,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 116 of 255 = 45%
B 175 of 255 = 69%

171
116
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 116 + 175 = 462 (100%)
R 171 of 462 ~ 37.01%
G 116 of 462 ~ 25.11%
B 175 of 462 ~ 37.88%

%37.01
%25.11
%37.88

CMYK color model

#AB74AF color CMYK value is (2,34,0,31).

  • cyan value is 2.29%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,34,0,31)
C2M34Y0K31 
(2%,34%,0%,31%)
(0.02/0.34/0.00/0.31)	

CMYK percentages

%2.29
%33.71
%0
%31.37

Codes

Color #AB74AF in popluar color models

AB74AF
RGB171116175
HSL296°26.94%57.06%
HSB/HSV296°33.71%68.63%
CMYK2.29%33.71%0.00%
31.37%

Color #AB74AF in popluar number systems.

HEXAB74AF
Decimal171116175
Binary10101011111010010101111
Octal253164257

Shades and tints

Shades of #AB74AF

#AB74AF
(171,116,175)
#9C6AA0
(156,106,160)
#8D6091
(141,96,145)
#7E5682
(126,86,130)
#6F4C73
(111,76,115)
#604264
(96,66,100)
#513855
(81,56,85)
#422E46
(66,46,70)
#332437
(51,36,55)
#241A28
(36,26,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #AB74AF

#AB74AF
(171,116,175)
#B280B6
(178,128,182)
#B98CBD
(185,140,189)
#C098C4
(192,152,196)
#C7A4CB
(199,164,203)
#CEB0D2
(206,176,210)
#D5BCD9
(213,188,217)
#DCC8E0
(220,200,224)
#E3D4E7
(227,212,231)
#EAE0EE
(234,224,238)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB74AF; }

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

This text font color is #AB74AF.


Background Color

.myBgColor { background-color: #AB74AF; }

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

This div background color is #AB74AF.


Border color

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

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

This div border color is #AB74AF.


Opacity

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

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

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

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

This text has shadow with #AB74AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB74AF on black background.


Color preview on white background

This text has color #AB74AF on white background.



Black color preview on #AB74AF background

This text has black color on #AB74AF background.


White color preview on #AB74AF background

This text has white color on #AB74AF background.