COLOR #AB24B9

HEX: #AB24B9
RGB: (171,36,185)

Color info

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

RGB color model

#AB24B9 color RGB value is (171,36,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 36 of 255 = 14%
B 185 of 255 = 73%

171
36
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 36 + 185 = 392 (100%)
R 171 of 392 ~ 43.62%
G 36 of 392 ~ 9.18%
B 185 of 392 ~ 47.19%

%43.62
%47.19

CMYK color model

#AB24B9 color CMYK value is (8,81,0,27).

  • cyan value is 7.57%
  • magenta value is 80.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,81,0,27)
C8M81Y0K27 
(8%,81%,0%,27%)
(0.08/0.81/0.00/0.27)	

CMYK percentages

%7.57
%80.54
%0
%27.45

Codes

Color #AB24B9 in popluar color models

AB24B9
RGB17136185
HSL294°67.42%43.33%
HSB/HSV294°80.54%72.55%
CMYK7.57%80.54%0.00%
27.45%

Color #AB24B9 in popluar number systems.

HEXAB24B9
Decimal17136185
Binary1010101110010010111001
Octal25344271

Shades and tints

Shades of #AB24B9

#AB24B9
(171,36,185)
#9C21A9
(156,33,169)
#8D1E99
(141,30,153)
#7E1B89
(126,27,137)
#6F1879
(111,24,121)
#601569
(96,21,105)
#511259
(81,18,89)
#420F49
(66,15,73)
#330C39
(51,12,57)
#240929
(36,9,41)
#150619
(21,6,25)
#000000
(0,0,0)

Tints of #AB24B9

#AB24B9
(171,36,185)
#B237BF
(178,55,191)
#B94AC5
(185,74,197)
#C05DCB
(192,93,203)
#C770D1
(199,112,209)
#CE83D7
(206,131,215)
#D596DD
(213,150,221)
#DCA9E3
(220,169,227)
#E3BCE9
(227,188,233)
#EACFEF
(234,207,239)
#F1E2F5
(241,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB24B9; }

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

This text font color is #AB24B9.


Background Color

.myBgColor { background-color: #AB24B9; }

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

This div background color is #AB24B9.


Border color

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

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

This div border color is #AB24B9.


Opacity

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

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

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

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

This text has shadow with #AB24B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB24B9 on black background.


Color preview on white background

This text has color #AB24B9 on white background.



Black color preview on #AB24B9 background

This text has black color on #AB24B9 background.


White color preview on #AB24B9 background

This text has white color on #AB24B9 background.