COLOR #AC427E

HEX: #AC427E
RGB: (172,66,126)

Color info

#AC427E contains mainly red and blue colors. Web safe color of #AC427E is #993366 (or #936).

RGB color model

#AC427E color RGB value is (172,66,126).

  • red value is 172;
  • green value is 66;
  • blue value is 126.
RGB:
(172,66,126)
(67%,26%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 66 of 255 = 26%
B 126 of 255 = 49%

172
66
126

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

Portions of RGB colors in percentages

R + G + B =
172 + 66 + 126 = 364 (100%)
R 172 of 364 ~ 47.25%
G 66 of 364 ~ 18.13%
B 126 of 364 ~ 34.62%

%47.25
%18.13
%34.62

CMYK color model

#AC427E color CMYK value is (0,62,27,33).

  • cyan value is 0.00%
  • magenta value is 61.63%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(0,62,27,33)
C0M62Y27K33 
(0%,62%,27%,33%)
(0.00/0.62/0.27/0.33)	

CMYK percentages

%0
%61.63
%26.74
%32.55

Codes

Color #AC427E in popluar color models

AC427E
RGB17266126
HSL326°44.54%46.67%
HSB/HSV326°61.63%67.45%
CMYK0.00%61.63%26.74%
32.55%

Color #AC427E in popluar number systems.

HEXAC427E
Decimal17266126
Binary1010110010000101111110
Octal254102176

Shades and tints

Shades of #AC427E

#AC427E
(172,66,126)
#9D3C73
(157,60,115)
#8E3668
(142,54,104)
#7F305D
(127,48,93)
#702A52
(112,42,82)
#612447
(97,36,71)
#521E3C
(82,30,60)
#431831
(67,24,49)
#341226
(52,18,38)
#250C1B
(37,12,27)
#160610
(22,6,16)
#000000
(0,0,0)

Tints of #AC427E

#AC427E
(172,66,126)
#B35389
(179,83,137)
#BA6494
(186,100,148)
#C1759F
(193,117,159)
#C886AA
(200,134,170)
#CF97B5
(207,151,181)
#D6A8C0
(214,168,192)
#DDB9CB
(221,185,203)
#E4CAD6
(228,202,214)
#EBDBE1
(235,219,225)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC427E color. Also use rgb(172,66,126) instead hex code.

Text Font Color

.myTextColor { color: #AC427E; }

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

This text font color is #AC427E.


Background Color

.myBgColor { background-color: #AC427E; }

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

This div background color is #AC427E.


Border color

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

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

This div border color is #AC427E.


Opacity

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

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

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

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

This text has shadow with #AC427E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC427E on black background.


Color preview on white background

This text has color #AC427E on white background.



Black color preview on #AC427E background

This text has black color on #AC427E background.


White color preview on #AC427E background

This text has white color on #AC427E background.