COLOR #AB4A78

HEX: #AB4A78 RGB: (171,74,120)

Color info

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

RGB color model

#AB4A78 color RGB value is (171,74,120).

RGB: (171,74,120) (67%, 29%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 74 of 255 = 29%
B 120 of 255 = 47%

171
74
120

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

Portions of RGB colors in percentages

R + G + B = 171 + 74 + 120 = 365 (100%)
R 171 of 365 ~ 46.85%
G 74 of 365 ~ 20.27%
B 120 of 365 ~ 32.88'%

%46.85
%20.27
%32.88

CMYK color model

#AB4A78 color CMYK value is (0,57,30,33).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 29.82%
  • key color value is 32.94%

CMYK: (0,57,30,33)
C0M57Y30K33 (0%, 57%, 30%, 33%)
(0.00 / 0.57 / 0.30 / 0.33)

CMYK percentages

%0
%56.73
%29.82
%32.94

Codes

Color #AB4A78 in popluar color models

AB 4A 78
RGB 171 74 120
HSL 332° 39.59% 48.04%
HSB/HSV 332° 56.73% 67.06%
CMYK 0.00% 56.73% 29.82%
32.94%

Color #AB4A78 in popluar number systems.

HEX AB 4A 78
Decimal 171 74 120
Binary 10101011 1001010 1111000
Octal 253 112 170

Shades and tints

Shades of #AB4A78

#AB4A78
(171,74,120)
#9C446E
(156,68,110)
#8D3E64
(141,62,100)
#7E385A
(126,56,90)
#6F3250
(111,50,80)
#602C46
(96,44,70)
#51263C
(81,38,60)
#422032
(66,32,50)
#331A28
(51,26,40)
#24141E
(36,20,30)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #AB4A78

#AB4A78
(171,74,120)
#B25A84
(178,90,132)
#B96A90
(185,106,144)
#C07A9C
(192,122,156)
#C78AA8
(199,138,168)
#CE9AB4
(206,154,180)
#D5AAC0
(213,170,192)
#DCBACC
(220,186,204)
#E3CAD8
(227,202,216)
#EADAE4
(234,218,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4A78 color. Also use rgb(171,74,120) instead hex code.

Text Font Color

.myTextColor { color: #AB4A78; }

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

This text font color is #AB4A78.

Background Color

.myBgColor { background-color: #AB4A78; }

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

This div background color is #AB4A78.

Border color

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

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

This div border color is #AB4A78.

Opacity

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

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

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

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

This text has shadow with #AB4A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB4A78.

Preview

Color preview on black background

This text has color #AB4A78 on black background.


Color preview on white background

This text has color #AB4A78 on white background.


Black color preview on #AB4A78 background

This text has black color on #AB4A78 background.


White color preview on #AB4A78 background

This text has white color on #AB4A78 background.


Related colors

Complementary color

Complementary color for #hex is #54B587.


I love getcolorcode.com

Triadic colors

1 #78AB4A and #4A78AB with #AB4A78 are triadic colors.

2 #784AAB and #4AAB78 with #AB4A78 are triadic colors.