COLOR #AC5090

HEX: #AC5090 RGB: (172,80,144)

Color info

#AC5090 contains mainly red and blue colors. Web safe color of #AC5090 is #996699 (or #969).

RGB color model

#AC5090 color RGB value is (172,80,144).

RGB: (172,80,144) (67%, 31%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 80 of 255 = 31%
B 144 of 255 = 56%

172
80
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 80 + 144 = 396 (100%)
R 172 of 396 ~ 43.43%
G 80 of 396 ~ 20.2%
B 144 of 396 ~ 36.36'%

%43.43
%20.2
%36.36

CMYK color model

#AC5090 color CMYK value is (0,53,16,33).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (0,53,16,33)
C0M53Y16K33 (0%, 53%, 16%, 33%)
(0.00 / 0.53 / 0.16 / 0.33)

CMYK percentages

%0
%53.49
%16.28
%32.55

Codes

Color #AC5090 in popluar color models

AC 50 90
RGB 172 80 144
HSL 318° 36.51% 49.41%
HSB/HSV 318° 53.49% 67.45%
CMYK 0.00% 53.49% 16.28%
32.55%

Color #AC5090 in popluar number systems.

HEX AC 50 90
Decimal 172 80 144
Binary 10101100 1010000 10010000
Octal 254 120 220

Shades and tints

Shades of #AC5090

#AC5090
(172,80,144)
#9D4983
(157,73,131)
#8E4276
(142,66,118)
#7F3B69
(127,59,105)
#70345C
(112,52,92)
#612D4F
(97,45,79)
#522642
(82,38,66)
#431F35
(67,31,53)
#341828
(52,24,40)
#25111B
(37,17,27)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #AC5090

#AC5090
(172,80,144)
#B35F9A
(179,95,154)
#BA6EA4
(186,110,164)
#C17DAE
(193,125,174)
#C88CB8
(200,140,184)
#CF9BC2
(207,155,194)
#D6AACC
(214,170,204)
#DDB9D6
(221,185,214)
#E4C8E0
(228,200,224)
#EBD7EA
(235,215,234)
#F2E6F4
(242,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5090 color. Also use rgb(172,80,144) instead hex code.

Text Font Color

.myTextColor { color: #AC5090; }

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

This text font color is #AC5090.

Background Color

.myBgColor { background-color: #AC5090; }

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

This div background color is #AC5090.

Border color

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

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

This div border color is #AC5090.

Opacity

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

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

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

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

This text has shadow with #AC5090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5090.

Preview

Color preview on black background

This text has color #AC5090 on black background.


Color preview on white background

This text has color #AC5090 on white background.


Black color preview on #AC5090 background

This text has black color on #AC5090 background.


White color preview on #AC5090 background

This text has white color on #AC5090 background.


Related colors

Complementary color

Complementary color for #hex is #53AF6F.


I love getcolorcode.com

Triadic colors

1 #90AC50 and #5090AC with #AC5090 are triadic colors.

2 #9050AC and #50AC90 with #AC5090 are triadic colors.