COLOR #AB5291

HEX: #AB5291
RGB: (171,82,145)

Color info

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

RGB color model

#AB5291 color RGB value is (171,82,145).

  • red value is 171;
  • green value is 82;
  • blue value is 145.
RGB:
(171,82,145)
(67%,32%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 82 of 255 = 32%
B 145 of 255 = 57%

171
82
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 82 + 145 = 398 (100%)
R 171 of 398 ~ 42.96%
G 82 of 398 ~ 20.6%
B 145 of 398 ~ 36.43%

%42.96
%20.6
%36.43

CMYK color model

#AB5291 color CMYK value is (0,52,15,33).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,52,15,33)
C0M52Y15K33 
(0%,52%,15%,33%)
(0.00/0.52/0.15/0.33)	

CMYK percentages

%0
%52.05
%15.2
%32.94

Codes

Color #AB5291 in popluar color models

AB5291
RGB17182145
HSL318°35.18%49.61%
HSB/HSV318°52.05%67.06%
CMYK0.00%52.05%15.20%
32.94%

Color #AB5291 in popluar number systems.

HEXAB5291
Decimal17182145
Binary10101011101001010010001
Octal253122221

Shades and tints

Shades of #AB5291

#AB5291
(171,82,145)
#9C4B84
(156,75,132)
#8D4477
(141,68,119)
#7E3D6A
(126,61,106)
#6F365D
(111,54,93)
#602F50
(96,47,80)
#512843
(81,40,67)
#422136
(66,33,54)
#331A29
(51,26,41)
#24131C
(36,19,28)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB5291

#AB5291
(171,82,145)
#B2619B
(178,97,155)
#B970A5
(185,112,165)
#C07FAF
(192,127,175)
#C78EB9
(199,142,185)
#CE9DC3
(206,157,195)
#D5ACCD
(213,172,205)
#DCBBD7
(220,187,215)
#E3CAE1
(227,202,225)
#EAD9EB
(234,217,235)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5291 color. Also use rgb(171,82,145) instead hex code.

Text Font Color

.myTextColor { color: #AB5291; }

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

This text font color is #AB5291.


Background Color

.myBgColor { background-color: #AB5291; }

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

This div background color is #AB5291.


Border color

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

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

This div border color is #AB5291.


Opacity

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

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

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

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

This text has shadow with #AB5291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5291 on black background.


Color preview on white background

This text has color #AB5291 on white background.



Black color preview on #AB5291 background

This text has black color on #AB5291 background.


White color preview on #AB5291 background

This text has white color on #AB5291 background.