COLOR #AB52B5

HEX: #AB52B5
RGB: (171,82,181)

Color info

#AB52B5 contains mainly red and blue colors. Web safe color of #AB52B5 is #9966CC (or #96C).

RGB color model

#AB52B5 color RGB value is (171,82,181).

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

RGB channels and saturation

R 171 of 255 = 67%
G 82 of 255 = 32%
B 181 of 255 = 71%

171
82
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 82 + 181 = 434 (100%)
R 171 of 434 ~ 39.4%
G 82 of 434 ~ 18.89%
B 181 of 434 ~ 41.71%

%39.4
%18.89
%41.71

CMYK color model

#AB52B5 color CMYK value is (6,55,0,29).

  • cyan value is 5.52%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(6,55,0,29)
C6M55Y0K29 
(6%,55%,0%,29%)
(0.06/0.55/0.00/0.29)	

CMYK percentages

%5.52
%54.7
%0
%29.02

Codes

Color #AB52B5 in popluar color models

AB52B5
RGB17182181
HSL294°40.08%51.57%
HSB/HSV294°54.70%70.98%
CMYK5.52%54.70%0.00%
29.02%

Color #AB52B5 in popluar number systems.

HEXAB52B5
Decimal17182181
Binary10101011101001010110101
Octal253122265

Shades and tints

Shades of #AB52B5

#AB52B5
(171,82,181)
#9C4BA5
(156,75,165)
#8D4495
(141,68,149)
#7E3D85
(126,61,133)
#6F3675
(111,54,117)
#602F65
(96,47,101)
#512855
(81,40,85)
#422145
(66,33,69)
#331A35
(51,26,53)
#241325
(36,19,37)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #AB52B5

#AB52B5
(171,82,181)
#B261BB
(178,97,187)
#B970C1
(185,112,193)
#C07FC7
(192,127,199)
#C78ECD
(199,142,205)
#CE9DD3
(206,157,211)
#D5ACD9
(213,172,217)
#DCBBDF
(220,187,223)
#E3CAE5
(227,202,229)
#EAD9EB
(234,217,235)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB52B5; }

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

This text font color is #AB52B5.


Background Color

.myBgColor { background-color: #AB52B5; }

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

This div background color is #AB52B5.


Border color

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

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

This div border color is #AB52B5.


Opacity

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

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

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

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

This text has shadow with #AB52B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB52B5 on black background.


Color preview on white background

This text has color #AB52B5 on white background.



Black color preview on #AB52B5 background

This text has black color on #AB52B5 background.


White color preview on #AB52B5 background

This text has white color on #AB52B5 background.