COLOR #AC48C3

HEX: #AC48C3
RGB: (172,72,195)

Color info

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

RGB color model

#AC48C3 color RGB value is (172,72,195).

  • red value is 172;
  • green value is 72;
  • blue value is 195.
RGB:
(172,72,195)
(67%,28%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 72 of 255 = 28%
B 195 of 255 = 76%

172
72
195

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

Portions of RGB colors in percentages

R + G + B =
172 + 72 + 195 = 439 (100%)
R 172 of 439 ~ 39.18%
G 72 of 439 ~ 16.4%
B 195 of 439 ~ 44.42%

%39.18
%16.4
%44.42

CMYK color model

#AC48C3 color CMYK value is (12,63,0,24).

  • cyan value is 11.79%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,63,0,24)
C12M63Y0K24 
(12%,63%,0%,24%)
(0.12/0.63/0.00/0.24)	

CMYK percentages

%11.79
%63.08
%0
%23.53

Codes

Color #AC48C3 in popluar color models

AC48C3
RGB17272195
HSL289°50.62%52.35%
HSB/HSV289°63.08%76.47%
CMYK11.79%63.08%0.00%
23.53%

Color #AC48C3 in popluar number systems.

HEXAC48C3
Decimal17272195
Binary10101100100100011000011
Octal254110303

Shades and tints

Shades of #AC48C3

#AC48C3
(172,72,195)
#9D42B2
(157,66,178)
#8E3CA1
(142,60,161)
#7F3690
(127,54,144)
#70307F
(112,48,127)
#612A6E
(97,42,110)
#52245D
(82,36,93)
#431E4C
(67,30,76)
#34183B
(52,24,59)
#25122A
(37,18,42)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #AC48C3

#AC48C3
(172,72,195)
#B358C8
(179,88,200)
#BA68CD
(186,104,205)
#C178D2
(193,120,210)
#C888D7
(200,136,215)
#CF98DC
(207,152,220)
#D6A8E1
(214,168,225)
#DDB8E6
(221,184,230)
#E4C8EB
(228,200,235)
#EBD8F0
(235,216,240)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC48C3 color. Also use rgb(172,72,195) instead hex code.

Text Font Color

.myTextColor { color: #AC48C3; }

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

This text font color is #AC48C3.


Background Color

.myBgColor { background-color: #AC48C3; }

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

This div background color is #AC48C3.


Border color

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

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

This div border color is #AC48C3.


Opacity

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

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

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

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

This text has shadow with #AC48C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC48C3 on black background.


Color preview on white background

This text has color #AC48C3 on white background.



Black color preview on #AC48C3 background

This text has black color on #AC48C3 background.


White color preview on #AC48C3 background

This text has white color on #AC48C3 background.