COLOR #AB6488

HEX: #AB6488 RGB: (171,100,136)

Color info

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

RGB color model

#AB6488 color RGB value is (171,100,136).

RGB: (171,100,136) (67%, 39%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 136 of 255 = 53%

171
100
136

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 136 = 407 (100%)
R 171 of 407 ~ 42.01%
G 100 of 407 ~ 24.57%
B 136 of 407 ~ 33.42'%

%42.01
%24.57
%33.42

CMYK color model

#AB6488 color CMYK value is (0,42,20,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 20.47%
  • key color value is 32.94%

CMYK: (0,42,20,33)
C0M42Y20K33 (0%, 42%, 20%, 33%)
(0.00 / 0.42 / 0.20 / 0.33)

CMYK percentages

%0
%41.52
%20.47
%32.94

Codes

Color #AB6488 in popluar color models

AB 64 88
RGB 171 100 136
HSL 330° 29.71% 53.14%
HSB/HSV 330° 41.52% 67.06%
CMYK 0.00% 41.52% 20.47%
32.94%

Color #AB6488 in popluar number systems.

HEX AB 64 88
Decimal 171 100 136
Binary 10101011 1100100 10001000
Octal 253 144 210

Shades and tints

Shades of #AB6488

#AB6488
(171,100,136)
#9C5B7C
(156,91,124)
#8D5270
(141,82,112)
#7E4964
(126,73,100)
#6F4058
(111,64,88)
#60374C
(96,55,76)
#512E40
(81,46,64)
#422534
(66,37,52)
#331C28
(51,28,40)
#24131C
(36,19,28)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #AB6488

#AB6488
(171,100,136)
#B27292
(178,114,146)
#B9809C
(185,128,156)
#C08EA6
(192,142,166)
#C79CB0
(199,156,176)
#CEAABA
(206,170,186)
#D5B8C4
(213,184,196)
#DCC6CE
(220,198,206)
#E3D4D8
(227,212,216)
#EAE2E2
(234,226,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6488; }

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

This text font color is #AB6488.

Background Color

.myBgColor { background-color: #AB6488; }

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

This div background color is #AB6488.

Border color

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

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

This div border color is #AB6488.

Opacity

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

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

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

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

This text has shadow with #AB6488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6488.

Preview

Color preview on black background

This text has color #AB6488 on black background.


Color preview on white background

This text has color #AB6488 on white background.


Black color preview on #AB6488 background

This text has black color on #AB6488 background.


White color preview on #AB6488 background

This text has white color on #AB6488 background.


Related colors

Complementary color

Complementary color for #hex is #549B77.


I love getcolorcode.com

Triadic colors

1 #88AB64 and #6488AB with #AB6488 are triadic colors.

2 #8864AB and #64AB88 with #AB6488 are triadic colors.