COLOR #AB73AE

HEX: #AB73AE
RGB: (171,115,174)

Color info

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

RGB color model

#AB73AE color RGB value is (171,115,174).

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

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 174 of 255 = 68%

171
115
174

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

Portions of RGB colors in percentages

R + G + B =
171 + 115 + 174 = 460 (100%)
R 171 of 460 ~ 37.17%
G 115 of 460 ~ 25%
B 174 of 460 ~ 37.83%

%37.17
%25
%37.83

CMYK color model

#AB73AE color CMYK value is (2,34,0,32).

  • cyan value is 1.72%
  • magenta value is 33.91%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(2,34,0,32)
C2M34Y0K32 
(2%,34%,0%,32%)
(0.02/0.34/0.00/0.32)	

CMYK percentages

%1.72
%33.91
%0
%31.76

Codes

Color #AB73AE in popluar color models

AB73AE
RGB171115174
HSL297°26.70%56.67%
HSB/HSV297°33.91%68.24%
CMYK1.72%33.91%0.00%
31.76%

Color #AB73AE in popluar number systems.

HEXAB73AE
Decimal171115174
Binary10101011111001110101110
Octal253163256

Shades and tints

Shades of #AB73AE

#AB73AE
(171,115,174)
#9C699F
(156,105,159)
#8D5F90
(141,95,144)
#7E5581
(126,85,129)
#6F4B72
(111,75,114)
#604163
(96,65,99)
#513754
(81,55,84)
#422D45
(66,45,69)
#332336
(51,35,54)
#241927
(36,25,39)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #AB73AE

#AB73AE
(171,115,174)
#B27FB5
(178,127,181)
#B98BBC
(185,139,188)
#C097C3
(192,151,195)
#C7A3CA
(199,163,202)
#CEAFD1
(206,175,209)
#D5BBD8
(213,187,216)
#DCC7DF
(220,199,223)
#E3D3E6
(227,211,230)
#EADFED
(234,223,237)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB73AE; }

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

This text font color is #AB73AE.


Background Color

.myBgColor { background-color: #AB73AE; }

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

This div background color is #AB73AE.


Border color

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

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

This div border color is #AB73AE.


Opacity

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

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

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

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

This text has shadow with #AB73AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB73AE on black background.


Color preview on white background

This text has color #AB73AE on white background.



Black color preview on #AB73AE background

This text has black color on #AB73AE background.


White color preview on #AB73AE background

This text has white color on #AB73AE background.