COLOR #AC2CE6

HEX: #AC2CE6 RGB: (172,44,230)

Color info

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

RGB color model

#AC2CE6 color RGB value is (172,44,230).

RGB: (172,44,230) (67%, 17%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 44 of 255 = 17%
B 230 of 255 = 90%

172
44
230

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

Portions of RGB colors in percentages

R + G + B = 172 + 44 + 230 = 446 (100%)
R 172 of 446 ~ 38.57%
G 44 of 446 ~ 9.87%
B 230 of 446 ~ 51.57'%

%38.57
%51.57

CMYK color model

#AC2CE6 color CMYK value is (25,81,0,10).

  • cyan value is 25.22%
  • magenta value is 80.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (25,81,0,10)
C25M81Y0K10 (25%, 81%, 0%, 10%)
(0.25 / 0.81 / 0.00 / 0.10)

CMYK percentages

%25.22
%80.87
%0
%9.8

Codes

Color #AC2CE6 in popluar color models

AC 2C E6
RGB 172 44 230
HSL 281° 78.81% 53.73%
HSB/HSV 281° 80.87% 90.20%
CMYK 25.22% 80.87% 0.00%
9.80%

Color #AC2CE6 in popluar number systems.

HEX AC 2C E6
Decimal 172 44 230
Binary 10101100 101100 11100110
Octal 254 54 346

Shades and tints

Shades of #AC2CE6

#AC2CE6
(172,44,230)
#9D28D2
(157,40,210)
#8E24BE
(142,36,190)
#7F20AA
(127,32,170)
#701C96
(112,28,150)
#611882
(97,24,130)
#52146E
(82,20,110)
#43105A
(67,16,90)
#340C46
(52,12,70)
#250832
(37,8,50)
#16041E
(22,4,30)
#000000
(0,0,0)

Tints of #AC2CE6

#AC2CE6
(172,44,230)
#B33FE8
(179,63,232)
#BA52EA
(186,82,234)
#C165EC
(193,101,236)
#C878EE
(200,120,238)
#CF8BF0
(207,139,240)
#D69EF2
(214,158,242)
#DDB1F4
(221,177,244)
#E4C4F6
(228,196,246)
#EBD7F8
(235,215,248)
#F2EAFA
(242,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC2CE6 color. Also use rgb(172,44,230) instead hex code.

Text Font Color

.myTextColor { color: #AC2CE6; }

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

This text font color is #AC2CE6.

Background Color

.myBgColor { background-color: #AC2CE6; }

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

This div background color is #AC2CE6.

Border color

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

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

This div border color is #AC2CE6.

Opacity

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

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

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

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

This text has shadow with #AC2CE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC2CE6.

Preview

Color preview on black background

This text has color #AC2CE6 on black background.


Color preview on white background

This text has color #AC2CE6 on white background.


Black color preview on #AC2CE6 background

This text has black color on #AC2CE6 background.


White color preview on #AC2CE6 background

This text has white color on #AC2CE6 background.


Related colors

Complementary color

Complementary color for #hex is #53D319.


I love getcolorcode.com

Triadic colors

1 #E6AC2C and #2CE6AC with #AC2CE6 are triadic colors.

2 #E62CAC and #2CACE6 with #AC2CE6 are triadic colors.