COLOR #AB6799

HEX: #AB6799 RGB: (171,103,153)

Color info

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

RGB color model

#AB6799 color RGB value is (171,103,153).

RGB: (171,103,153) (67%, 40%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 103 of 255 = 40%
B 153 of 255 = 60%

171
103
153

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

Portions of RGB colors in percentages

R + G + B = 171 + 103 + 153 = 427 (100%)
R 171 of 427 ~ 40.05%
G 103 of 427 ~ 24.12%
B 153 of 427 ~ 35.83'%

%40.05
%24.12
%35.83

CMYK color model

#AB6799 color CMYK value is (0,40,11,33).

  • cyan value is 0.00%
  • magenta value is 39.77%
  • yellow value is 10.53%
  • key color value is 32.94%

CMYK: (0,40,11,33)
C0M40Y11K33 (0%, 40%, 11%, 33%)
(0.00 / 0.40 / 0.11 / 0.33)

CMYK percentages

%0
%39.77
%10.53
%32.94

Codes

Color #AB6799 in popluar color models

AB 67 99
RGB 171 103 153
HSL 316° 28.81% 53.73%
HSB/HSV 316° 39.77% 67.06%
CMYK 0.00% 39.77% 10.53%
32.94%

Color #AB6799 in popluar number systems.

HEX AB 67 99
Decimal 171 103 153
Binary 10101011 1100111 10011001
Octal 253 147 231

Shades and tints

Shades of #AB6799

#AB6799
(171,103,153)
#9C5E8C
(156,94,140)
#8D557F
(141,85,127)
#7E4C72
(126,76,114)
#6F4365
(111,67,101)
#603A58
(96,58,88)
#51314B
(81,49,75)
#42283E
(66,40,62)
#331F31
(51,31,49)
#241624
(36,22,36)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #AB6799

#AB6799
(171,103,153)
#B274A2
(178,116,162)
#B981AB
(185,129,171)
#C08EB4
(192,142,180)
#C79BBD
(199,155,189)
#CEA8C6
(206,168,198)
#D5B5CF
(213,181,207)
#DCC2D8
(220,194,216)
#E3CFE1
(227,207,225)
#EADCEA
(234,220,234)
#F1E9F3
(241,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6799 color. Also use rgb(171,103,153) instead hex code.

Text Font Color

.myTextColor { color: #AB6799; }

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

This text font color is #AB6799.

Background Color

.myBgColor { background-color: #AB6799; }

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

This div background color is #AB6799.

Border color

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

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

This div border color is #AB6799.

Opacity

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

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

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

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

This text has shadow with #AB6799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6799.

Preview

Color preview on black background

This text has color #AB6799 on black background.


Color preview on white background

This text has color #AB6799 on white background.


Black color preview on #AB6799 background

This text has black color on #AB6799 background.


White color preview on #AB6799 background

This text has white color on #AB6799 background.


Related colors

Complementary color

Complementary color for #hex is #549866.


I love getcolorcode.com

Triadic colors

1 #99AB67 and #6799AB with #AB6799 are triadic colors.

2 #9967AB and #67AB99 with #AB6799 are triadic colors.