COLOR #AC79CB

HEX: #AC79CB
RGB: (172,121,203)

Color info

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

RGB color model

#AC79CB color RGB value is (172,121,203).

  • red value is 172;
  • green value is 121;
  • blue value is 203.
RGB:
(172,121,203)
(67%,47%,80%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 203 of 255 = 80%

172
121
203

R + G + B ~ 65%. #AC79CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 203 = 496 (100%)
R 172 of 496 ~ 34.68%
G 121 of 496 ~ 24.4%
B 203 of 496 ~ 40.93%

%34.68
%24.4
%40.93

CMYK color model

#AC79CB color CMYK value is (15,40,0,20).

  • cyan value is 15.27%
  • magenta value is 40.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,40,0,20)
C15M40Y0K20 
(15%,40%,0%,20%)
(0.15/0.40/0.00/0.20)	

CMYK percentages

%15.27
%40.39
%0
%20.39

Codes

Color #AC79CB in popluar color models

AC79CB
RGB172121203
HSL277°44.09%63.53%
HSB/HSV277°40.39%79.61%
CMYK15.27%40.39%0.00%
20.39%

Color #AC79CB in popluar number systems.

HEXAC79CB
Decimal172121203
Binary10101100111100111001011
Octal254171313

Shades and tints

Shades of #AC79CB

#AC79CB
(172,121,203)
#9D6EB9
(157,110,185)
#8E63A7
(142,99,167)
#7F5895
(127,88,149)
#704D83
(112,77,131)
#614271
(97,66,113)
#52375F
(82,55,95)
#432C4D
(67,44,77)
#34213B
(52,33,59)
#251629
(37,22,41)
#160B17
(22,11,23)
#000000
(0,0,0)

Tints of #AC79CB

#AC79CB
(172,121,203)
#B385CF
(179,133,207)
#BA91D3
(186,145,211)
#C19DD7
(193,157,215)
#C8A9DB
(200,169,219)
#CFB5DF
(207,181,223)
#D6C1E3
(214,193,227)
#DDCDE7
(221,205,231)
#E4D9EB
(228,217,235)
#EBE5EF
(235,229,239)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC79CB color. Also use rgb(172,121,203) instead hex code.

Text Font Color

.myTextColor { color: #AC79CB; }

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

This text font color is #AC79CB.


Background Color

.myBgColor { background-color: #AC79CB; }

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

This div background color is #AC79CB.


Border color

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

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

This div border color is #AC79CB.


Opacity

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

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

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

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

This text has shadow with #AC79CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC79CB on black background.


Color preview on white background

This text has color #AC79CB on white background.



Black color preview on #AC79CB background

This text has black color on #AC79CB background.


White color preview on #AC79CB background

This text has white color on #AC79CB background.