COLOR #AC92DF

HEX: #AC92DF
RGB: (172,146,223)

Color info

#AC92DF contains mainly red and blue colors. Web safe color of #AC92DF is #9999CC (or #99C).

RGB color model

#AC92DF color RGB value is (172,146,223).

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

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 223 of 255 = 87%

172
146
223

R + G + B ~ 70%. #AC92DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 223 = 541 (100%)
R 172 of 541 ~ 31.79%
G 146 of 541 ~ 26.99%
B 223 of 541 ~ 41.22%

%31.79
%26.99
%41.22

CMYK color model

#AC92DF color CMYK value is (23,35,0,13).

  • cyan value is 22.87%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,35,0,13)
C23M35Y0K13 
(23%,35%,0%,13%)
(0.23/0.35/0.00/0.13)	

CMYK percentages

%22.87
%34.53
%0
%12.55

Codes

Color #AC92DF in popluar color models

AC92DF
RGB172146223
HSL260°54.61%72.35%
HSB/HSV260°34.53%87.45%
CMYK22.87%34.53%0.00%
12.55%

Color #AC92DF in popluar number systems.

HEXAC92DF
Decimal172146223
Binary101011001001001011011111
Octal254222337

Shades and tints

Shades of #AC92DF

#AC92DF
(172,146,223)
#9D85CB
(157,133,203)
#8E78B7
(142,120,183)
#7F6BA3
(127,107,163)
#705E8F
(112,94,143)
#61517B
(97,81,123)
#524467
(82,68,103)
#433753
(67,55,83)
#342A3F
(52,42,63)
#251D2B
(37,29,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC92DF

#AC92DF
(172,146,223)
#B39BE1
(179,155,225)
#BAA4E3
(186,164,227)
#C1ADE5
(193,173,229)
#C8B6E7
(200,182,231)
#CFBFE9
(207,191,233)
#D6C8EB
(214,200,235)
#DDD1ED
(221,209,237)
#E4DAEF
(228,218,239)
#EBE3F1
(235,227,241)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC92DF; }

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

This text font color is #AC92DF.


Background Color

.myBgColor { background-color: #AC92DF; }

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

This div background color is #AC92DF.


Border color

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

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

This div border color is #AC92DF.


Opacity

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

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

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

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

This text has shadow with #AC92DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC92DF on black background.


Color preview on white background

This text has color #AC92DF on white background.



Black color preview on #AC92DF background

This text has black color on #AC92DF background.


White color preview on #AC92DF background

This text has white color on #AC92DF background.