COLOR #AB52B9

HEX: #AB52B9
RGB: (171,82,185)

Color info

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

RGB color model

#AB52B9 color RGB value is (171,82,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 82 of 255 = 32%
B 185 of 255 = 73%

171
82
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 82 + 185 = 438 (100%)
R 171 of 438 ~ 39.04%
G 82 of 438 ~ 18.72%
B 185 of 438 ~ 42.24%

%39.04
%18.72
%42.24

CMYK color model

#AB52B9 color CMYK value is (8,56,0,27).

  • cyan value is 7.57%
  • magenta value is 55.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,56,0,27)
C8M56Y0K27 
(8%,56%,0%,27%)
(0.08/0.56/0.00/0.27)	

CMYK percentages

%7.57
%55.68
%0
%27.45

Codes

Color #AB52B9 in popluar color models

AB52B9
RGB17182185
HSL292°42.39%52.35%
HSB/HSV292°55.68%72.55%
CMYK7.57%55.68%0.00%
27.45%

Color #AB52B9 in popluar number systems.

HEXAB52B9
Decimal17182185
Binary10101011101001010111001
Octal253122271

Shades and tints

Shades of #AB52B9

#AB52B9
(171,82,185)
#9C4BA9
(156,75,169)
#8D4499
(141,68,153)
#7E3D89
(126,61,137)
#6F3679
(111,54,121)
#602F69
(96,47,105)
#512859
(81,40,89)
#422149
(66,33,73)
#331A39
(51,26,57)
#241329
(36,19,41)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #AB52B9

#AB52B9
(171,82,185)
#B261BF
(178,97,191)
#B970C5
(185,112,197)
#C07FCB
(192,127,203)
#C78ED1
(199,142,209)
#CE9DD7
(206,157,215)
#D5ACDD
(213,172,221)
#DCBBE3
(220,187,227)
#E3CAE9
(227,202,233)
#EAD9EF
(234,217,239)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB52B9; }

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

This text font color is #AB52B9.


Background Color

.myBgColor { background-color: #AB52B9; }

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

This div background color is #AB52B9.


Border color

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

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

This div border color is #AB52B9.


Opacity

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

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

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

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

This text has shadow with #AB52B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB52B9 on black background.


Color preview on white background

This text has color #AB52B9 on white background.



Black color preview on #AB52B9 background

This text has black color on #AB52B9 background.


White color preview on #AB52B9 background

This text has white color on #AB52B9 background.