COLOR #AB79DF

HEX: #AB79DF
RGB: (171,121,223)

Color info

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

RGB color model

#AB79DF color RGB value is (171,121,223).

  • red value is 171;
  • green value is 121;
  • blue value is 223.
RGB:
(171,121,223)
(67%,47%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 121 of 255 = 47%
B 223 of 255 = 87%

171
121
223

R + G + B ~ 67%. #AB79DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 121 + 223 = 515 (100%)
R 171 of 515 ~ 33.2%
G 121 of 515 ~ 23.5%
B 223 of 515 ~ 43.3%

%33.2
%23.5
%43.3

CMYK color model

#AB79DF color CMYK value is (23,46,0,13).

  • cyan value is 23.32%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,46,0,13)
C23M46Y0K13 
(23%,46%,0%,13%)
(0.23/0.46/0.00/0.13)	

CMYK percentages

%23.32
%45.74
%0
%12.55

Codes

Color #AB79DF in popluar color models

AB79DF
RGB171121223
HSL269°61.45%67.45%
HSB/HSV269°45.74%87.45%
CMYK23.32%45.74%0.00%
12.55%

Color #AB79DF in popluar number systems.

HEXAB79DF
Decimal171121223
Binary10101011111100111011111
Octal253171337

Shades and tints

Shades of #AB79DF

#AB79DF
(171,121,223)
#9C6ECB
(156,110,203)
#8D63B7
(141,99,183)
#7E58A3
(126,88,163)
#6F4D8F
(111,77,143)
#60427B
(96,66,123)
#513767
(81,55,103)
#422C53
(66,44,83)
#33213F
(51,33,63)
#24162B
(36,22,43)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #AB79DF

#AB79DF
(171,121,223)
#B285E1
(178,133,225)
#B991E3
(185,145,227)
#C09DE5
(192,157,229)
#C7A9E7
(199,169,231)
#CEB5E9
(206,181,233)
#D5C1EB
(213,193,235)
#DCCDED
(220,205,237)
#E3D9EF
(227,217,239)
#EAE5F1
(234,229,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB79DF color. Also use rgb(171,121,223) instead hex code.

Text Font Color

.myTextColor { color: #AB79DF; }

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

This text font color is #AB79DF.


Background Color

.myBgColor { background-color: #AB79DF; }

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

This div background color is #AB79DF.


Border color

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

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

This div border color is #AB79DF.


Opacity

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

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

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

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

This text has shadow with #AB79DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB79DF on black background.


Color preview on white background

This text has color #AB79DF on white background.



Black color preview on #AB79DF background

This text has black color on #AB79DF background.


White color preview on #AB79DF background

This text has white color on #AB79DF background.