COLOR #AC5BCE

HEX: #AC5BCE RGB: (172,91,206)

Color info

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

RGB color model

#AC5BCE color RGB value is (172,91,206).

RGB: (172,91,206) (67%, 36%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 91 of 255 = 36%
B 206 of 255 = 81%

172
91
206

R + G + B ~ 61%. #AC5BCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 91 + 206 = 469 (100%)
R 172 of 469 ~ 36.67%
G 91 of 469 ~ 19.4%
B 206 of 469 ~ 43.92'%

%36.67
%19.4
%43.92

CMYK color model

#AC5BCE color CMYK value is (17,56,0,19).

  • cyan value is 16.50%
  • magenta value is 55.83%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,56,0,19)
C17M56Y0K19 (17%, 56%, 0%, 19%)
(0.17 / 0.56 / 0.00 / 0.19)

CMYK percentages

%16.5
%55.83
%0
%19.22

Codes

Color #AC5BCE in popluar color models

AC 5B CE
RGB 172 91 206
HSL 282° 53.99% 58.24%
HSB/HSV 282° 55.83% 80.78%
CMYK 16.50% 55.83% 0.00%
19.22%

Color #AC5BCE in popluar number systems.

HEX AC 5B CE
Decimal 172 91 206
Binary 10101100 1011011 11001110
Octal 254 133 316

Shades and tints

Shades of #AC5BCE

#AC5BCE
(172,91,206)
#9D53BC
(157,83,188)
#8E4BAA
(142,75,170)
#7F4398
(127,67,152)
#703B86
(112,59,134)
#613374
(97,51,116)
#522B62
(82,43,98)
#432350
(67,35,80)
#341B3E
(52,27,62)
#25132C
(37,19,44)
#160B1A
(22,11,26)
#000000
(0,0,0)

Tints of #AC5BCE

#AC5BCE
(172,91,206)
#B369D2
(179,105,210)
#BA77D6
(186,119,214)
#C185DA
(193,133,218)
#C893DE
(200,147,222)
#CFA1E2
(207,161,226)
#D6AFE6
(214,175,230)
#DDBDEA
(221,189,234)
#E4CBEE
(228,203,238)
#EBD9F2
(235,217,242)
#F2E7F6
(242,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5BCE color. Also use rgb(172,91,206) instead hex code.

Text Font Color

.myTextColor { color: #AC5BCE; }

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

This text font color is #AC5BCE.

Background Color

.myBgColor { background-color: #AC5BCE; }

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

This div background color is #AC5BCE.

Border color

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

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

This div border color is #AC5BCE.

Opacity

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

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

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

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

This text has shadow with #AC5BCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5BCE.

Preview

Color preview on black background

This text has color #AC5BCE on black background.


Color preview on white background

This text has color #AC5BCE on white background.


Black color preview on #AC5BCE background

This text has black color on #AC5BCE background.


White color preview on #AC5BCE background

This text has white color on #AC5BCE background.


Related colors

Complementary color

Complementary color for #hex is #53A431.


I love getcolorcode.com

Triadic colors

1 #CEAC5B and #5BCEAC with #AC5BCE are triadic colors.

2 #CE5BAC and #5BACCE with #AC5BCE are triadic colors.