COLOR #AB78D4

HEX: #AB78D4
RGB: (171,120,212)

Color info

#AB78D4 contains mainly red and blue colors. Web safe color of #AB78D4 is #9966CC (or #96C).

RGB color model

#AB78D4 color RGB value is (171,120,212).

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

RGB channels and saturation

R 171 of 255 = 67%
G 120 of 255 = 47%
B 212 of 255 = 83%

171
120
212

R + G + B ~ 66%. #AB78D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 120 + 212 = 503 (100%)
R 171 of 503 ~ 34%
G 120 of 503 ~ 23.86%
B 212 of 503 ~ 42.15%

%34
%23.86
%42.15

CMYK color model

#AB78D4 color CMYK value is (19,43,0,17).

  • cyan value is 19.34%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,43,0,17)
C19M43Y0K17 
(19%,43%,0%,17%)
(0.19/0.43/0.00/0.17)	

CMYK percentages

%19.34
%43.4
%0
%16.86

Codes

Color #AB78D4 in popluar color models

AB78D4
RGB171120212
HSL273°51.69%65.10%
HSB/HSV273°43.40%83.14%
CMYK19.34%43.40%0.00%
16.86%

Color #AB78D4 in popluar number systems.

HEXAB78D4
Decimal171120212
Binary10101011111100011010100
Octal253170324

Shades and tints

Shades of #AB78D4

#AB78D4
(171,120,212)
#9C6EC1
(156,110,193)
#8D64AE
(141,100,174)
#7E5A9B
(126,90,155)
#6F5088
(111,80,136)
#604675
(96,70,117)
#513C62
(81,60,98)
#42324F
(66,50,79)
#33283C
(51,40,60)
#241E29
(36,30,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #AB78D4

#AB78D4
(171,120,212)
#B284D7
(178,132,215)
#B990DA
(185,144,218)
#C09CDD
(192,156,221)
#C7A8E0
(199,168,224)
#CEB4E3
(206,180,227)
#D5C0E6
(213,192,230)
#DCCCE9
(220,204,233)
#E3D8EC
(227,216,236)
#EAE4EF
(234,228,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB78D4; }

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

This text font color is #AB78D4.


Background Color

.myBgColor { background-color: #AB78D4; }

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

This div background color is #AB78D4.


Border color

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

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

This div border color is #AB78D4.


Opacity

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

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

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

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

This text has shadow with #AB78D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB78D4 on black background.


Color preview on white background

This text has color #AB78D4 on white background.



Black color preview on #AB78D4 background

This text has black color on #AB78D4 background.


White color preview on #AB78D4 background

This text has white color on #AB78D4 background.