COLOR #AC54E0

HEX: #AC54E0 RGB: (172,84,224)

Color info

#AC54E0 contains mainly red and blue colors. Web safe color of #AC54E0 is #9966CC (or #96C).

RGB color model

#AC54E0 color RGB value is (172,84,224).

RGB: (172,84,224) (67%, 33%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 84 of 255 = 33%
B 224 of 255 = 88%

172
84
224

R + G + B ~ 63%. #AC54E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 84 + 224 = 480 (100%)
R 172 of 480 ~ 35.83%
G 84 of 480 ~ 17.5%
B 224 of 480 ~ 46.67'%

%35.83
%17.5
%46.67

CMYK color model

#AC54E0 color CMYK value is (23,63,0,12).

  • cyan value is 23.21%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (23,63,0,12)
C23M63Y0K12 (23%, 63%, 0%, 12%)
(0.23 / 0.63 / 0.00 / 0.12)

CMYK percentages

%23.21
%62.5
%0
%12.16

Codes

Color #AC54E0 in popluar color models

AC 54 E0
RGB 172 84 224
HSL 278° 69.31% 60.39%
HSB/HSV 278° 62.50% 87.84%
CMYK 23.21% 62.50% 0.00%
12.16%

Color #AC54E0 in popluar number systems.

HEX AC 54 E0
Decimal 172 84 224
Binary 10101100 1010100 11100000
Octal 254 124 340

Shades and tints

Shades of #AC54E0

#AC54E0
(172,84,224)
#9D4DCC
(157,77,204)
#8E46B8
(142,70,184)
#7F3FA4
(127,63,164)
#703890
(112,56,144)
#61317C
(97,49,124)
#522A68
(82,42,104)
#432354
(67,35,84)
#341C40
(52,28,64)
#25152C
(37,21,44)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #AC54E0

#AC54E0
(172,84,224)
#B363E2
(179,99,226)
#BA72E4
(186,114,228)
#C181E6
(193,129,230)
#C890E8
(200,144,232)
#CF9FEA
(207,159,234)
#D6AEEC
(214,174,236)
#DDBDEE
(221,189,238)
#E4CCF0
(228,204,240)
#EBDBF2
(235,219,242)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC54E0 color. Also use rgb(172,84,224) instead hex code.

Text Font Color

.myTextColor { color: #AC54E0; }

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

This text font color is #AC54E0.

Background Color

.myBgColor { background-color: #AC54E0; }

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

This div background color is #AC54E0.

Border color

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

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

This div border color is #AC54E0.

Opacity

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

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

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

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

This text has shadow with #AC54E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC54E0.

Preview

Color preview on black background

This text has color #AC54E0 on black background.


Color preview on white background

This text has color #AC54E0 on white background.


Black color preview on #AC54E0 background

This text has black color on #AC54E0 background.


White color preview on #AC54E0 background

This text has white color on #AC54E0 background.


Related colors

Complementary color

Complementary color for #hex is #53AB1F.


I love getcolorcode.com

Triadic colors

1 #E0AC54 and #54E0AC with #AC54E0 are triadic colors.

2 #E054AC and #54ACE0 with #AC54E0 are triadic colors.