COLOR #AB79C3

HEX: #AB79C3 RGB: (171,121,195)

Color info

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

RGB color model

#AB79C3 color RGB value is (171,121,195).

RGB: (171,121,195) (67%, 47%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 121 of 255 = 47%
B 195 of 255 = 76%

171
121
195

R + G + B ~ 63%. #AB79C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 121 + 195 = 487 (100%)
R 171 of 487 ~ 35.11%
G 121 of 487 ~ 24.85%
B 195 of 487 ~ 40.04'%

%35.11
%24.85
%40.04

CMYK color model

#AB79C3 color CMYK value is (12,38,0,24).

  • cyan value is 12.31%
  • magenta value is 37.95%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (12,38,0,24)
C12M38Y0K24 (12%, 38%, 0%, 24%)
(0.12 / 0.38 / 0.00 / 0.24)

CMYK percentages

%12.31
%37.95
%0
%23.53

Codes

Color #AB79C3 in popluar color models

AB 79 C3
RGB 171 121 195
HSL 281° 38.14% 61.96%
HSB/HSV 281° 37.95% 76.47%
CMYK 12.31% 37.95% 0.00%
23.53%

Color #AB79C3 in popluar number systems.

HEX AB 79 C3
Decimal 171 121 195
Binary 10101011 1111001 11000011
Octal 253 171 303

Shades and tints

Shades of #AB79C3

#AB79C3
(171,121,195)
#9C6EB2
(156,110,178)
#8D63A1
(141,99,161)
#7E5890
(126,88,144)
#6F4D7F
(111,77,127)
#60426E
(96,66,110)
#51375D
(81,55,93)
#422C4C
(66,44,76)
#33213B
(51,33,59)
#24162A
(36,22,42)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #AB79C3

#AB79C3
(171,121,195)
#B285C8
(178,133,200)
#B991CD
(185,145,205)
#C09DD2
(192,157,210)
#C7A9D7
(199,169,215)
#CEB5DC
(206,181,220)
#D5C1E1
(213,193,225)
#DCCDE6
(220,205,230)
#E3D9EB
(227,217,235)
#EAE5F0
(234,229,240)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB79C3; }

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

This text font color is #AB79C3.

Background Color

.myBgColor { background-color: #AB79C3; }

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

This div background color is #AB79C3.

Border color

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

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

This div border color is #AB79C3.

Opacity

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

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

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

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

This text has shadow with #AB79C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB79C3.

Preview

Color preview on black background

This text has color #AB79C3 on black background.


Color preview on white background

This text has color #AB79C3 on white background.


Black color preview on #AB79C3 background

This text has black color on #AB79C3 background.


White color preview on #AB79C3 background

This text has white color on #AB79C3 background.


Related colors

Complementary color

Complementary color for #hex is #54863C.


I love getcolorcode.com

Triadic colors

1 #C3AB79 and #79C3AB with #AB79C3 are triadic colors.

2 #C379AB and #79ABC3 with #AB79C3 are triadic colors.