COLOR #AC77DC

HEX: #AC77DC
RGB: (172,119,220)

Color info

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

RGB color model

#AC77DC color RGB value is (172,119,220).

  • red value is 172;
  • green value is 119;
  • blue value is 220.
RGB:
(172,119,220)
(67%,47%,86%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 220 of 255 = 86%

172
119
220

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

Portions of RGB colors in percentages

R + G + B =
172 + 119 + 220 = 511 (100%)
R 172 of 511 ~ 33.66%
G 119 of 511 ~ 23.29%
B 220 of 511 ~ 43.05%

%33.66
%23.29
%43.05

CMYK color model

#AC77DC color CMYK value is (22,46,0,14).

  • cyan value is 21.82%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,46,0,14)
C22M46Y0K14 
(22%,46%,0%,14%)
(0.22/0.46/0.00/0.14)	

CMYK percentages

%21.82
%45.91
%0
%13.73

Codes

Color #AC77DC in popluar color models

AC77DC
RGB172119220
HSL271°59.06%66.47%
HSB/HSV271°45.91%86.27%
CMYK21.82%45.91%0.00%
13.73%

Color #AC77DC in popluar number systems.

HEXAC77DC
Decimal172119220
Binary10101100111011111011100
Octal254167334

Shades and tints

Shades of #AC77DC

#AC77DC
(172,119,220)
#9D6DC8
(157,109,200)
#8E63B4
(142,99,180)
#7F59A0
(127,89,160)
#704F8C
(112,79,140)
#614578
(97,69,120)
#523B64
(82,59,100)
#433150
(67,49,80)
#34273C
(52,39,60)
#251D28
(37,29,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #AC77DC

#AC77DC
(172,119,220)
#B383DF
(179,131,223)
#BA8FE2
(186,143,226)
#C19BE5
(193,155,229)
#C8A7E8
(200,167,232)
#CFB3EB
(207,179,235)
#D6BFEE
(214,191,238)
#DDCBF1
(221,203,241)
#E4D7F4
(228,215,244)
#EBE3F7
(235,227,247)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC77DC color. Also use rgb(172,119,220) instead hex code.

Text Font Color

.myTextColor { color: #AC77DC; }

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

This text font color is #AC77DC.


Background Color

.myBgColor { background-color: #AC77DC; }

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

This div background color is #AC77DC.


Border color

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

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

This div border color is #AC77DC.


Opacity

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

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

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

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

This text has shadow with #AC77DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC77DC on black background.


Color preview on white background

This text has color #AC77DC on white background.



Black color preview on #AC77DC background

This text has black color on #AC77DC background.


White color preview on #AC77DC background

This text has white color on #AC77DC background.