COLOR #AB6497

HEX: #AB6497
RGB: (171,100,151)

Color info

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

RGB color model

#AB6497 color RGB value is (171,100,151).

  • red value is 171;
  • green value is 100;
  • blue value is 151.
RGB:
(171,100,151)
(67%,39%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 151 of 255 = 59%

171
100
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 100 + 151 = 422 (100%)
R 171 of 422 ~ 40.52%
G 100 of 422 ~ 23.7%
B 151 of 422 ~ 35.78%

%40.52
%23.7
%35.78

CMYK color model

#AB6497 color CMYK value is (0,42,12,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,42,12,33)
C0M42Y12K33 
(0%,42%,12%,33%)
(0.00/0.42/0.12/0.33)	

CMYK percentages

%0
%41.52
%11.7
%32.94

Codes

Color #AB6497 in popluar color models

AB6497
RGB171100151
HSL317°29.71%53.14%
HSB/HSV317°41.52%67.06%
CMYK0.00%41.52%11.70%
32.94%

Color #AB6497 in popluar number systems.

HEXAB6497
Decimal171100151
Binary10101011110010010010111
Octal253144227

Shades and tints

Shades of #AB6497

#AB6497
(171,100,151)
#9C5B8A
(156,91,138)
#8D527D
(141,82,125)
#7E4970
(126,73,112)
#6F4063
(111,64,99)
#603756
(96,55,86)
#512E49
(81,46,73)
#42253C
(66,37,60)
#331C2F
(51,28,47)
#241322
(36,19,34)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #AB6497

#AB6497
(171,100,151)
#B272A0
(178,114,160)
#B980A9
(185,128,169)
#C08EB2
(192,142,178)
#C79CBB
(199,156,187)
#CEAAC4
(206,170,196)
#D5B8CD
(213,184,205)
#DCC6D6
(220,198,214)
#E3D4DF
(227,212,223)
#EAE2E8
(234,226,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6497; }

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

This text font color is #AB6497.


Background Color

.myBgColor { background-color: #AB6497; }

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

This div background color is #AB6497.


Border color

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

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

This div border color is #AB6497.


Opacity

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

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

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

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

This text has shadow with #AB6497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6497 on black background.


Color preview on white background

This text has color #AB6497 on white background.



Black color preview on #AB6497 background

This text has black color on #AB6497 background.


White color preview on #AB6497 background

This text has white color on #AB6497 background.