COLOR #AB78AD

HEX: #AB78AD
RGB: (171,120,173)

Color info

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

RGB color model

#AB78AD color RGB value is (171,120,173).

  • red value is 171;
  • green value is 120;
  • blue value is 173.
RGB:
(171,120,173)
(67%,47%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 173 of 255 = 68%

171
120
173

R + G + B ~ 61%. #AB78AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 173 = 464 (100%)
R 171 of 464 ~ 36.85%
G 120 of 464 ~ 25.86%
B 173 of 464 ~ 37.28%

%36.85
%25.86
%37.28

CMYK color model

#AB78AD color CMYK value is (1,31,0,32).

  • cyan value is 1.16%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,31,0,32)
C1M31Y0K32 
(1%,31%,0%,32%)
(0.01/0.31/0.00/0.32)	

CMYK percentages

%1.16
%30.64
%0
%32.16

Codes

Color #AB78AD in popluar color models

AB78AD
RGB171120173
HSL298°24.42%57.45%
HSB/HSV298°30.64%67.84%
CMYK1.16%30.64%0.00%
32.16%

Color #AB78AD in popluar number systems.

HEXAB78AD
Decimal171120173
Binary10101011111100010101101
Octal253170255

Shades and tints

Shades of #AB78AD

#AB78AD
(171,120,173)
#9C6E9E
(156,110,158)
#8D648F
(141,100,143)
#7E5A80
(126,90,128)
#6F5071
(111,80,113)
#604662
(96,70,98)
#513C53
(81,60,83)
#423244
(66,50,68)
#332835
(51,40,53)
#241E26
(36,30,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #AB78AD

#AB78AD
(171,120,173)
#B284B4
(178,132,180)
#B990BB
(185,144,187)
#C09CC2
(192,156,194)
#C7A8C9
(199,168,201)
#CEB4D0
(206,180,208)
#D5C0D7
(213,192,215)
#DCCCDE
(220,204,222)
#E3D8E5
(227,216,229)
#EAE4EC
(234,228,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB78AD color. Also use rgb(171,120,173) instead hex code.

Text Font Color

.myTextColor { color: #AB78AD; }

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

This text font color is #AB78AD.


Background Color

.myBgColor { background-color: #AB78AD; }

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

This div background color is #AB78AD.


Border color

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

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

This div border color is #AB78AD.


Opacity

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

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

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

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

This text has shadow with #AB78AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB78AD on black background.


Color preview on white background

This text has color #AB78AD on white background.



Black color preview on #AB78AD background

This text has black color on #AB78AD background.


White color preview on #AB78AD background

This text has white color on #AB78AD background.