COLOR #AB599B

HEX: #AB599B RGB: (171,89,155)

Color info

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

RGB color model

#AB599B color RGB value is (171,89,155).

RGB: (171,89,155) (67%, 35%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 89 of 255 = 35%
B 155 of 255 = 61%

171
89
155

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

Portions of RGB colors in percentages

R + G + B = 171 + 89 + 155 = 415 (100%)
R 171 of 415 ~ 41.2%
G 89 of 415 ~ 21.45%
B 155 of 415 ~ 37.35'%

%41.2
%21.45
%37.35

CMYK color model

#AB599B color CMYK value is (0,48,9,33).

  • cyan value is 0.00%
  • magenta value is 47.95%
  • yellow value is 9.36%
  • key color value is 32.94%

CMYK: (0,48,9,33)
C0M48Y9K33 (0%, 48%, 9%, 33%)
(0.00 / 0.48 / 0.09 / 0.33)

CMYK percentages

%0
%47.95
%9.36
%32.94

Codes

Color #AB599B in popluar color models

AB 59 9B
RGB 171 89 155
HSL 312° 32.80% 50.98%
HSB/HSV 312° 47.95% 67.06%
CMYK 0.00% 47.95% 9.36%
32.94%

Color #AB599B in popluar number systems.

HEX AB 59 9B
Decimal 171 89 155
Binary 10101011 1011001 10011011
Octal 253 131 233

Shades and tints

Shades of #AB599B

#AB599B
(171,89,155)
#9C518D
(156,81,141)
#8D497F
(141,73,127)
#7E4171
(126,65,113)
#6F3963
(111,57,99)
#603155
(96,49,85)
#512947
(81,41,71)
#422139
(66,33,57)
#33192B
(51,25,43)
#24111D
(36,17,29)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #AB599B

#AB599B
(171,89,155)
#B268A4
(178,104,164)
#B977AD
(185,119,173)
#C086B6
(192,134,182)
#C795BF
(199,149,191)
#CEA4C8
(206,164,200)
#D5B3D1
(213,179,209)
#DCC2DA
(220,194,218)
#E3D1E3
(227,209,227)
#EAE0EC
(234,224,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB599B color. Also use rgb(171,89,155) instead hex code.

Text Font Color

.myTextColor { color: #AB599B; }

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

This text font color is #AB599B.

Background Color

.myBgColor { background-color: #AB599B; }

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

This div background color is #AB599B.

Border color

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

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

This div border color is #AB599B.

Opacity

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

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

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

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

This text has shadow with #AB599B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB599B.

Preview

Color preview on black background

This text has color #AB599B on black background.


Color preview on white background

This text has color #AB599B on white background.


Black color preview on #AB599B background

This text has black color on #AB599B background.


White color preview on #AB599B background

This text has white color on #AB599B background.


Related colors

Complementary color

Complementary color for #hex is #54A664.


I love getcolorcode.com

Triadic colors

1 #9BAB59 and #599BAB with #AB599B are triadic colors.

2 #9B59AB and #59AB9B with #AB599B are triadic colors.