COLOR #AB52C9

HEX: #AB52C9
RGB: (171,82,201)

Color info

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

RGB color model

#AB52C9 color RGB value is (171,82,201).

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

RGB channels and saturation

R 171 of 255 = 67%
G 82 of 255 = 32%
B 201 of 255 = 79%

171
82
201

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

Portions of RGB colors in percentages

R + G + B =
171 + 82 + 201 = 454 (100%)
R 171 of 454 ~ 37.67%
G 82 of 454 ~ 18.06%
B 201 of 454 ~ 44.27%

%37.67
%18.06
%44.27

CMYK color model

#AB52C9 color CMYK value is (15,59,0,21).

  • cyan value is 14.93%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,59,0,21)
C15M59Y0K21 
(15%,59%,0%,21%)
(0.15/0.59/0.00/0.21)	

CMYK percentages

%14.93
%59.2
%0
%21.18

Codes

Color #AB52C9 in popluar color models

AB52C9
RGB17182201
HSL285°52.42%55.49%
HSB/HSV285°59.20%78.82%
CMYK14.93%59.20%0.00%
21.18%

Color #AB52C9 in popluar number systems.

HEXAB52C9
Decimal17182201
Binary10101011101001011001001
Octal253122311

Shades and tints

Shades of #AB52C9

#AB52C9
(171,82,201)
#9C4BB7
(156,75,183)
#8D44A5
(141,68,165)
#7E3D93
(126,61,147)
#6F3681
(111,54,129)
#602F6F
(96,47,111)
#51285D
(81,40,93)
#42214B
(66,33,75)
#331A39
(51,26,57)
#241327
(36,19,39)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #AB52C9

#AB52C9
(171,82,201)
#B261CD
(178,97,205)
#B970D1
(185,112,209)
#C07FD5
(192,127,213)
#C78ED9
(199,142,217)
#CE9DDD
(206,157,221)
#D5ACE1
(213,172,225)
#DCBBE5
(220,187,229)
#E3CAE9
(227,202,233)
#EAD9ED
(234,217,237)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB52C9; }

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

This text font color is #AB52C9.


Background Color

.myBgColor { background-color: #AB52C9; }

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

This div background color is #AB52C9.


Border color

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

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

This div border color is #AB52C9.


Opacity

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

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

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

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

This text has shadow with #AB52C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB52C9 on black background.


Color preview on white background

This text has color #AB52C9 on white background.



Black color preview on #AB52C9 background

This text has black color on #AB52C9 background.


White color preview on #AB52C9 background

This text has white color on #AB52C9 background.