COLOR #AB649D

HEX: #AB649D RGB: (171,100,157)

Color info

#AB649D contains mainly red and blue colors. Web safe color of #AB649D is #996699 (or #969).

RGB color model

#AB649D color RGB value is (171,100,157).

RGB: (171,100,157) (67%, 39%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 157 of 255 = 62%

171
100
157

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 157 = 428 (100%)
R 171 of 428 ~ 39.95%
G 100 of 428 ~ 23.36%
B 157 of 428 ~ 36.68'%

%39.95
%23.36
%36.68

CMYK color model

#AB649D color CMYK value is (0,42,8,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK: (0,42,8,33) C0M42Y8K33 (0%,42%,8%,33%) (0.00/0.42/0.08/0.33) 

CMYK percentages

%0
%41.52
%8.19
%32.94

Codes

Color #AB649D in popluar color models

AB 64 9D
RGB 171 100 157
HSL 312° 29.71% 53.14%
HSB/HSV 312° 41.52% 67.06%
CMYK 0.00% 41.52% 8.19%
32.94%

Color #AB649D in popluar number systems.

HEX AB 64 9D
Decimal 171 100 157
Binary 10101011 1100100 10011101
Octal 253 144 235

Shades and tints

Shades of #AB649D

#AB649D
(171,100,157)
#9C5B8F
(156,91,143)
#8D5281
(141,82,129)
#7E4973
(126,73,115)
#6F4065
(111,64,101)
#603757
(96,55,87)
#512E49
(81,46,73)
#42253B
(66,37,59)
#331C2D
(51,28,45)
#24131F
(36,19,31)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #AB649D

#AB649D
(171,100,157)
#B272A5
(178,114,165)
#B980AD
(185,128,173)
#C08EB5
(192,142,181)
#C79CBD
(199,156,189)
#CEAAC5
(206,170,197)
#D5B8CD
(213,184,205)
#DCC6D5
(220,198,213)
#E3D4DD
(227,212,221)
#EAE2E5
(234,226,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB649D; }

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

This text font color is #AB649D.

Background Color

.myBgColor { background-color: #AB649D; }

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

This div background color is #AB649D.

Border color

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

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

This div border color is #AB649D.

Opacity

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

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

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

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

This text has shadow with #AB649D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB649D.

Preview

Color preview on black background

This text has color #AB649D on black background.


Color preview on white background

This text has color #AB649D on white background.


Black color preview on #AB649D background

This text has black color on #AB649D background.


White color preview on #AB649D background

This text has white color on #AB649D background.


Related colors

Complementary color

Complementary color for #hex is #549B62.


I love getcolorcode.com

Triadic colors

1 #9DAB64 and #649DAB with #AB649D are triadic colors.

2 #9D64AB and #64AB9D with #AB649D are triadic colors.