COLOR #AC59E3

HEX: #AC59E3 RGB: (172,89,227)

Color info

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

RGB color model

#AC59E3 color RGB value is (172,89,227).

RGB: (172,89,227) (67%, 35%, 89%)

RGB channels and saturation

R 172 of 255 = 67%
G 89 of 255 = 35%
B 227 of 255 = 89%

172
89
227

R + G + B ~ 64%. #AC59E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 89 + 227 = 488 (100%)
R 172 of 488 ~ 35.25%
G 89 of 488 ~ 18.24%
B 227 of 488 ~ 46.52'%

%35.25
%18.24
%46.52

CMYK color model

#AC59E3 color CMYK value is (24,61,0,11).

  • cyan value is 24.23%
  • magenta value is 60.79%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (24,61,0,11)
C24M61Y0K11 (24%, 61%, 0%, 11%)
(0.24 / 0.61 / 0.00 / 0.11)

CMYK percentages

%24.23
%60.79
%0
%10.98

Codes

Color #AC59E3 in popluar color models

AC 59 E3
RGB 172 89 227
HSL 276° 71.13% 61.96%
HSB/HSV 276° 60.79% 89.02%
CMYK 24.23% 60.79% 0.00%
10.98%

Color #AC59E3 in popluar number systems.

HEX AC 59 E3
Decimal 172 89 227
Binary 10101100 1011001 11100011
Octal 254 131 343

Shades and tints

Shades of #AC59E3

#AC59E3
(172,89,227)
#9D51CF
(157,81,207)
#8E49BB
(142,73,187)
#7F41A7
(127,65,167)
#703993
(112,57,147)
#61317F
(97,49,127)
#52296B
(82,41,107)
#432157
(67,33,87)
#341943
(52,25,67)
#25112F
(37,17,47)
#16091B
(22,9,27)
#000000
(0,0,0)

Tints of #AC59E3

#AC59E3
(172,89,227)
#B368E5
(179,104,229)
#BA77E7
(186,119,231)
#C186E9
(193,134,233)
#C895EB
(200,149,235)
#CFA4ED
(207,164,237)
#D6B3EF
(214,179,239)
#DDC2F1
(221,194,241)
#E4D1F3
(228,209,243)
#EBE0F5
(235,224,245)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC59E3 color. Also use rgb(172,89,227) instead hex code.

Text Font Color

.myTextColor { color: #AC59E3; }

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

This text font color is #AC59E3.

Background Color

.myBgColor { background-color: #AC59E3; }

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

This div background color is #AC59E3.

Border color

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

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

This div border color is #AC59E3.

Opacity

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

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

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

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

This text has shadow with #AC59E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC59E3.

Preview

Color preview on black background

This text has color #AC59E3 on black background.


Color preview on white background

This text has color #AC59E3 on white background.


Black color preview on #AC59E3 background

This text has black color on #AC59E3 background.


White color preview on #AC59E3 background

This text has white color on #AC59E3 background.


Related colors

Complementary color

Complementary color for #hex is #53A61C.


I love getcolorcode.com

Triadic colors

1 #E3AC59 and #59E3AC with #AC59E3 are triadic colors.

2 #E359AC and #59ACE3 with #AC59E3 are triadic colors.