COLOR #AC4CC0

HEX: #AC4CC0
RGB: (172,76,192)

Color info

#AC4CC0 contains mainly red and blue colors. Web safe color of #AC4CC0 is #9933CC (or #93C).

RGB color model

#AC4CC0 color RGB value is (172,76,192).

  • red value is 172;
  • green value is 76;
  • blue value is 192.
RGB:
(172,76,192)
(67%,30%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 76 of 255 = 30%
B 192 of 255 = 75%

172
76
192

R + G + B ~ 57%. #AC4CC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 76 + 192 = 440 (100%)
R 172 of 440 ~ 39.09%
G 76 of 440 ~ 17.27%
B 192 of 440 ~ 43.64%

%39.09
%17.27
%43.64

CMYK color model

#AC4CC0 color CMYK value is (10,60,0,25).

  • cyan value is 10.42%
  • magenta value is 60.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(10,60,0,25)
C10M60Y0K25 
(10%,60%,0%,25%)
(0.10/0.60/0.00/0.25)	

CMYK percentages

%10.42
%60.42
%0
%24.71

Codes

Color #AC4CC0 in popluar color models

AC4CC0
RGB17276192
HSL290°47.93%52.55%
HSB/HSV290°60.42%75.29%
CMYK10.42%60.42%0.00%
24.71%

Color #AC4CC0 in popluar number systems.

HEXAC4CC0
Decimal17276192
Binary10101100100110011000000
Octal254114300

Shades and tints

Shades of #AC4CC0

#AC4CC0
(172,76,192)
#9D46AF
(157,70,175)
#8E409E
(142,64,158)
#7F3A8D
(127,58,141)
#70347C
(112,52,124)
#612E6B
(97,46,107)
#52285A
(82,40,90)
#432249
(67,34,73)
#341C38
(52,28,56)
#251627
(37,22,39)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #AC4CC0

#AC4CC0
(172,76,192)
#B35CC5
(179,92,197)
#BA6CCA
(186,108,202)
#C17CCF
(193,124,207)
#C88CD4
(200,140,212)
#CF9CD9
(207,156,217)
#D6ACDE
(214,172,222)
#DDBCE3
(221,188,227)
#E4CCE8
(228,204,232)
#EBDCED
(235,220,237)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4CC0 color. Also use rgb(172,76,192) instead hex code.

Text Font Color

.myTextColor { color: #AC4CC0; }

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

This text font color is #AC4CC0.


Background Color

.myBgColor { background-color: #AC4CC0; }

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

This div background color is #AC4CC0.


Border color

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

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

This div border color is #AC4CC0.


Opacity

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

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

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

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

This text has shadow with #AC4CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4CC0 on black background.


Color preview on white background

This text has color #AC4CC0 on white background.



Black color preview on #AC4CC0 background

This text has black color on #AC4CC0 background.


White color preview on #AC4CC0 background

This text has white color on #AC4CC0 background.