COLOR #AC3FDF

HEX: #AC3FDF
RGB: (172,63,223)

Color info

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

RGB color model

#AC3FDF color RGB value is (172,63,223).

  • red value is 172;
  • green value is 63;
  • blue value is 223.
RGB:
(172,63,223)
(67%,25%,87%)

RGB channels and saturation

R 172 of 255 = 67%
G 63 of 255 = 25%
B 223 of 255 = 87%

172
63
223

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

Portions of RGB colors in percentages

R + G + B =
172 + 63 + 223 = 458 (100%)
R 172 of 458 ~ 37.55%
G 63 of 458 ~ 13.76%
B 223 of 458 ~ 48.69%

%37.55
%13.76
%48.69

CMYK color model

#AC3FDF color CMYK value is (23,72,0,13).

  • cyan value is 22.87%
  • magenta value is 71.75%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,72,0,13)
C23M72Y0K13 
(23%,72%,0%,13%)
(0.23/0.72/0.00/0.13)	

CMYK percentages

%22.87
%71.75
%0
%12.55

Codes

Color #AC3FDF in popluar color models

AC3FDF
RGB17263223
HSL281°71.43%56.08%
HSB/HSV281°71.75%87.45%
CMYK22.87%71.75%0.00%
12.55%

Color #AC3FDF in popluar number systems.

HEXAC3FDF
Decimal17263223
Binary1010110011111111011111
Octal25477337

Shades and tints

Shades of #AC3FDF

#AC3FDF
(172,63,223)
#9D3ACB
(157,58,203)
#8E35B7
(142,53,183)
#7F30A3
(127,48,163)
#702B8F
(112,43,143)
#61267B
(97,38,123)
#522167
(82,33,103)
#431C53
(67,28,83)
#34173F
(52,23,63)
#25122B
(37,18,43)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #AC3FDF

#AC3FDF
(172,63,223)
#B350E1
(179,80,225)
#BA61E3
(186,97,227)
#C172E5
(193,114,229)
#C883E7
(200,131,231)
#CF94E9
(207,148,233)
#D6A5EB
(214,165,235)
#DDB6ED
(221,182,237)
#E4C7EF
(228,199,239)
#EBD8F1
(235,216,241)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3FDF color. Also use rgb(172,63,223) instead hex code.

Text Font Color

.myTextColor { color: #AC3FDF; }

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

This text font color is #AC3FDF.


Background Color

.myBgColor { background-color: #AC3FDF; }

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

This div background color is #AC3FDF.


Border color

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

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

This div border color is #AC3FDF.


Opacity

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

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

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

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

This text has shadow with #AC3FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3FDF on black background.


Color preview on white background

This text has color #AC3FDF on white background.



Black color preview on #AC3FDF background

This text has black color on #AC3FDF background.


White color preview on #AC3FDF background

This text has white color on #AC3FDF background.