COLOR #AB249D

HEX: #AB249D RGB: (171,36,157)

Color info

#AB249D contains mainly red and blue colors. Web safe color of #AB249D is #993399 (or #939).

RGB color model

#AB249D color RGB value is (171,36,157).

RGB: (171,36,157) (67%, 14%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 36 of 255 = 14%
B 157 of 255 = 62%

171
36
157

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

Portions of RGB colors in percentages

R + G + B = 171 + 36 + 157 = 364 (100%)
R 171 of 364 ~ 46.98%
G 36 of 364 ~ 9.89%
B 157 of 364 ~ 43.13'%

%46.98
%43.13

CMYK color model

#AB249D color CMYK value is (0,79,8,33).

  • cyan value is 0.00%
  • magenta value is 78.95%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (0,79,8,33)
C0M79Y8K33 (0%, 79%, 8%, 33%)
(0.00 / 0.79 / 0.08 / 0.33)

CMYK percentages

%0
%78.95
%8.19
%32.94

Codes

Color #AB249D in popluar color models

AB 24 9D
RGB 171 36 157
HSL 306° 65.22% 40.59%
HSB/HSV 306° 78.95% 67.06%
CMYK 0.00% 78.95% 8.19%
32.94%

Color #AB249D in popluar number systems.

HEX AB 24 9D
Decimal 171 36 157
Binary 10101011 100100 10011101
Octal 253 44 235

Shades and tints

Shades of #AB249D

#AB249D
(171,36,157)
#9C218F
(156,33,143)
#8D1E81
(141,30,129)
#7E1B73
(126,27,115)
#6F1865
(111,24,101)
#601557
(96,21,87)
#511249
(81,18,73)
#420F3B
(66,15,59)
#330C2D
(51,12,45)
#24091F
(36,9,31)
#150611
(21,6,17)
#000000
(0,0,0)

Tints of #AB249D

#AB249D
(171,36,157)
#B237A5
(178,55,165)
#B94AAD
(185,74,173)
#C05DB5
(192,93,181)
#C770BD
(199,112,189)
#CE83C5
(206,131,197)
#D596CD
(213,150,205)
#DCA9D5
(220,169,213)
#E3BCDD
(227,188,221)
#EACFE5
(234,207,229)
#F1E2ED
(241,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB249D; }

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

This text font color is #AB249D.

Background Color

.myBgColor { background-color: #AB249D; }

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

This div background color is #AB249D.

Border color

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

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

This div border color is #AB249D.

Opacity

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

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

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

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

This text has shadow with #AB249D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB249D.

Preview

Color preview on black background

This text has color #AB249D on black background.


Color preview on white background

This text has color #AB249D on white background.


Black color preview on #AB249D background

This text has black color on #AB249D background.


White color preview on #AB249D background

This text has white color on #AB249D background.


Related colors

Complementary color

Complementary color for #hex is #54DB62.


I love getcolorcode.com

Triadic colors

1 #9DAB24 and #249DAB with #AB249D are triadic colors.

2 #9D24AB and #24AB9D with #AB249D are triadic colors.