COLOR #AB619B

HEX: #AB619B RGB: (171,97,155)

Color info

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

RGB color model

#AB619B color RGB value is (171,97,155).

RGB: (171,97,155) (67%, 38%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 155 of 255 = 61%

171
97
155

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

Portions of RGB colors in percentages

R + G + B = 171 + 97 + 155 = 423 (100%)
R 171 of 423 ~ 40.43%
G 97 of 423 ~ 22.93%
B 155 of 423 ~ 36.64'%

%40.43
%22.93
%36.64

CMYK color model

#AB619B color CMYK value is (0,43,9,33).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK: (0,43,9,33) C0M43Y9K33 (0%,43%,9%,33%) (0.00/0.43/0.09/0.33) 

CMYK percentages

%0
%43.27
%9.36
%32.94

Codes

Color #AB619B in popluar color models

AB 61 9B
RGB 171 97 155
HSL 313° 30.58% 52.55%
HSB/HSV 313° 43.27% 67.06%
CMYK 0.00% 43.27% 9.36%
32.94%

Color #AB619B in popluar number systems.

HEX AB 61 9B
Decimal 171 97 155
Binary 10101011 1100001 10011011
Octal 253 141 233

Shades and tints

Shades of #AB619B

#AB619B
(171,97,155)
#9C598D
(156,89,141)
#8D517F
(141,81,127)
#7E4971
(126,73,113)
#6F4163
(111,65,99)
#603955
(96,57,85)
#513147
(81,49,71)
#422939
(66,41,57)
#33212B
(51,33,43)
#24191D
(36,25,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #AB619B

#AB619B
(171,97,155)
#B26FA4
(178,111,164)
#B97DAD
(185,125,173)
#C08BB6
(192,139,182)
#C799BF
(199,153,191)
#CEA7C8
(206,167,200)
#D5B5D1
(213,181,209)
#DCC3DA
(220,195,218)
#E3D1E3
(227,209,227)
#EADFEC
(234,223,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB619B; }

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

This text font color is #AB619B.

Background Color

.myBgColor { background-color: #AB619B; }

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

This div background color is #AB619B.

Border color

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

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

This div border color is #AB619B.

Opacity

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

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

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

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

This text has shadow with #AB619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB619B.

Preview

Color preview on black background

This text has color #AB619B on black background.


Color preview on white background

This text has color #AB619B on white background.


Black color preview on #AB619B background

This text has black color on #AB619B background.


White color preview on #AB619B background

This text has white color on #AB619B background.


Related colors

Complementary color

Complementary color for #hex is #549E64.


I love getcolorcode.com

Triadic colors

1 #9BAB61 and #619BAB with #AB619B are triadic colors.

2 #9B61AB and #61AB9B with #AB619B are triadic colors.