COLOR #AC5F90

HEX: #AC5F90
RGB: (172,95,144)

Color info

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

RGB color model

#AC5F90 color RGB value is (172,95,144).

  • red value is 172;
  • green value is 95;
  • blue value is 144.
RGB:
(172,95,144)
(67%,37%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 95 of 255 = 37%
B 144 of 255 = 56%

172
95
144

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

Portions of RGB colors in percentages

R + G + B =
172 + 95 + 144 = 411 (100%)
R 172 of 411 ~ 41.85%
G 95 of 411 ~ 23.11%
B 144 of 411 ~ 35.04%

%41.85
%23.11
%35.04

CMYK color model

#AC5F90 color CMYK value is (0,45,16,33).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(0,45,16,33)
C0M45Y16K33 
(0%,45%,16%,33%)
(0.00/0.45/0.16/0.33)	

CMYK percentages

%0
%44.77
%16.28
%32.55

Codes

Color #AC5F90 in popluar color models

AC5F90
RGB17295144
HSL322°31.69%52.35%
HSB/HSV322°44.77%67.45%
CMYK0.00%44.77%16.28%
32.55%

Color #AC5F90 in popluar number systems.

HEXAC5F90
Decimal17295144
Binary10101100101111110010000
Octal254137220

Shades and tints

Shades of #AC5F90

#AC5F90
(172,95,144)
#9D5783
(157,87,131)
#8E4F76
(142,79,118)
#7F4769
(127,71,105)
#703F5C
(112,63,92)
#61374F
(97,55,79)
#522F42
(82,47,66)
#432735
(67,39,53)
#341F28
(52,31,40)
#25171B
(37,23,27)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #AC5F90

#AC5F90
(172,95,144)
#B36D9A
(179,109,154)
#BA7BA4
(186,123,164)
#C189AE
(193,137,174)
#C897B8
(200,151,184)
#CFA5C2
(207,165,194)
#D6B3CC
(214,179,204)
#DDC1D6
(221,193,214)
#E4CFE0
(228,207,224)
#EBDDEA
(235,221,234)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5F90; }

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

This text font color is #AC5F90.


Background Color

.myBgColor { background-color: #AC5F90; }

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

This div background color is #AC5F90.


Border color

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

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

This div border color is #AC5F90.


Opacity

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

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

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

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

This text has shadow with #AC5F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5F90 on black background.


Color preview on white background

This text has color #AC5F90 on white background.



Black color preview on #AC5F90 background

This text has black color on #AC5F90 background.


White color preview on #AC5F90 background

This text has white color on #AC5F90 background.