COLOR #AB44B4

HEX: #AB44B4
RGB: (171,68,180)

Color info

#AB44B4 contains mainly red and blue colors. Web safe color of #AB44B4 is #9933CC (or #93C).

RGB color model

#AB44B4 color RGB value is (171,68,180).

  • red value is 171;
  • green value is 68;
  • blue value is 180.
RGB:
(171,68,180)
(67%,27%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 68 of 255 = 27%
B 180 of 255 = 71%

171
68
180

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

Portions of RGB colors in percentages

R + G + B =
171 + 68 + 180 = 419 (100%)
R 171 of 419 ~ 40.81%
G 68 of 419 ~ 16.23%
B 180 of 419 ~ 42.96%

%40.81
%16.23
%42.96

CMYK color model

#AB44B4 color CMYK value is (5,62,0,29).

  • cyan value is 5.00%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(5,62,0,29)
C5M62Y0K29 
(5%,62%,0%,29%)
(0.05/0.62/0.00/0.29)	

CMYK percentages

%5
%62.22
%0
%29.41

Codes

Color #AB44B4 in popluar color models

AB44B4
RGB17168180
HSL295°45.16%48.63%
HSB/HSV295°62.22%70.59%
CMYK5.00%62.22%0.00%
29.41%

Color #AB44B4 in popluar number systems.

HEXAB44B4
Decimal17168180
Binary10101011100010010110100
Octal253104264

Shades and tints

Shades of #AB44B4

#AB44B4
(171,68,180)
#9C3EA4
(156,62,164)
#8D3894
(141,56,148)
#7E3284
(126,50,132)
#6F2C74
(111,44,116)
#602664
(96,38,100)
#512054
(81,32,84)
#421A44
(66,26,68)
#331434
(51,20,52)
#240E24
(36,14,36)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #AB44B4

#AB44B4
(171,68,180)
#B255BA
(178,85,186)
#B966C0
(185,102,192)
#C077C6
(192,119,198)
#C788CC
(199,136,204)
#CE99D2
(206,153,210)
#D5AAD8
(213,170,216)
#DCBBDE
(220,187,222)
#E3CCE4
(227,204,228)
#EADDEA
(234,221,234)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB44B4 color. Also use rgb(171,68,180) instead hex code.

Text Font Color

.myTextColor { color: #AB44B4; }

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

This text font color is #AB44B4.


Background Color

.myBgColor { background-color: #AB44B4; }

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

This div background color is #AB44B4.


Border color

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

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

This div border color is #AB44B4.


Opacity

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

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

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

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

This text has shadow with #AB44B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB44B4 on black background.


Color preview on white background

This text has color #AB44B4 on white background.



Black color preview on #AB44B4 background

This text has black color on #AB44B4 background.


White color preview on #AB44B4 background

This text has white color on #AB44B4 background.