COLOR #AC5ABD

HEX: #AC5ABD
RGB: (172,90,189)

Color info

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

RGB color model

#AC5ABD color RGB value is (172,90,189).

  • red value is 172;
  • green value is 90;
  • blue value is 189.
RGB:
(172,90,189)
(67%,35%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 90 of 255 = 35%
B 189 of 255 = 74%

172
90
189

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

Portions of RGB colors in percentages

R + G + B =
172 + 90 + 189 = 451 (100%)
R 172 of 451 ~ 38.14%
G 90 of 451 ~ 19.96%
B 189 of 451 ~ 41.91%

%38.14
%19.96
%41.91

CMYK color model

#AC5ABD color CMYK value is (9,52,0,26).

  • cyan value is 8.99%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(9,52,0,26)
C9M52Y0K26 
(9%,52%,0%,26%)
(0.09/0.52/0.00/0.26)	

CMYK percentages

%8.99
%52.38
%0
%25.88

Codes

Color #AC5ABD in popluar color models

AC5ABD
RGB17290189
HSL290°42.86%54.71%
HSB/HSV290°52.38%74.12%
CMYK8.99%52.38%0.00%
25.88%

Color #AC5ABD in popluar number systems.

HEXAC5ABD
Decimal17290189
Binary10101100101101010111101
Octal254132275

Shades and tints

Shades of #AC5ABD

#AC5ABD
(172,90,189)
#9D52AC
(157,82,172)
#8E4A9B
(142,74,155)
#7F428A
(127,66,138)
#703A79
(112,58,121)
#613268
(97,50,104)
#522A57
(82,42,87)
#432246
(67,34,70)
#341A35
(52,26,53)
#251224
(37,18,36)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #AC5ABD

#AC5ABD
(172,90,189)
#B369C3
(179,105,195)
#BA78C9
(186,120,201)
#C187CF
(193,135,207)
#C896D5
(200,150,213)
#CFA5DB
(207,165,219)
#D6B4E1
(214,180,225)
#DDC3E7
(221,195,231)
#E4D2ED
(228,210,237)
#EBE1F3
(235,225,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5ABD color. Also use rgb(172,90,189) instead hex code.

Text Font Color

.myTextColor { color: #AC5ABD; }

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

This text font color is #AC5ABD.


Background Color

.myBgColor { background-color: #AC5ABD; }

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

This div background color is #AC5ABD.


Border color

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

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

This div border color is #AC5ABD.


Opacity

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

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

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

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

This text has shadow with #AC5ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5ABD on black background.


Color preview on white background

This text has color #AC5ABD on white background.



Black color preview on #AC5ABD background

This text has black color on #AC5ABD background.


White color preview on #AC5ABD background

This text has white color on #AC5ABD background.