COLOR #AC9AED

HEX: #AC9AED
RGB: (172,154,237)

Color info

#AC9AED contains mainly blue color. Web safe color of #AC9AED is #9999FF (or #99F).

RGB color model

#AC9AED color RGB value is (172,154,237).

  • red value is 172;
  • green value is 154;
  • blue value is 237.
RGB:
(172,154,237)
(67%,60%,93%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 237 of 255 = 93%

172
154
237

R + G + B ~ 73%. #AC9AED is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 237 = 563 (100%)
R 172 of 563 ~ 30.55%
G 154 of 563 ~ 27.35%
B 237 of 563 ~ 42.1%

%30.55
%27.35
%42.1

CMYK color model

#AC9AED color CMYK value is (27,35,0,7).

  • cyan value is 27.43%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,35,0,7)
C27M35Y0K7 
(27%,35%,0%,7%)
(0.27/0.35/0.00/0.07)	

CMYK percentages

%27.43
%35.02
%0
%7.06

Codes

Color #AC9AED in popluar color models

AC9AED
RGB172154237
HSL253°69.75%76.67%
HSB/HSV253°35.02%92.94%
CMYK27.43%35.02%0.00%
7.06%

Color #AC9AED in popluar number systems.

HEXAC9AED
Decimal172154237
Binary101011001001101011101101
Octal254232355

Shades and tints

Shades of #AC9AED

#AC9AED
(172,154,237)
#9D8CD8
(157,140,216)
#8E7EC3
(142,126,195)
#7F70AE
(127,112,174)
#706299
(112,98,153)
#615484
(97,84,132)
#52466F
(82,70,111)
#43385A
(67,56,90)
#342A45
(52,42,69)
#251C30
(37,28,48)
#160E1B
(22,14,27)
#000000
(0,0,0)

Tints of #AC9AED

#AC9AED
(172,154,237)
#B3A3EE
(179,163,238)
#BAACEF
(186,172,239)
#C1B5F0
(193,181,240)
#C8BEF1
(200,190,241)
#CFC7F2
(207,199,242)
#D6D0F3
(214,208,243)
#DDD9F4
(221,217,244)
#E4E2F5
(228,226,245)
#EBEBF6
(235,235,246)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9AED color. Also use rgb(172,154,237) instead hex code.

Text Font Color

.myTextColor { color: #AC9AED; }

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

This text font color is #AC9AED.


Background Color

.myBgColor { background-color: #AC9AED; }

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

This div background color is #AC9AED.


Border color

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

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

This div border color is #AC9AED.


Opacity

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

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

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

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

This text has shadow with #AC9AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9AED on black background.


Color preview on white background

This text has color #AC9AED on white background.



Black color preview on #AC9AED background

This text has black color on #AC9AED background.


White color preview on #AC9AED background

This text has white color on #AC9AED background.