COLOR #AB61B8

HEX: #AB61B8 RGB: (171,97,184)

Color info

#AB61B8 contains mainly red and blue colors. Web safe color of #AB61B8 is #9966CC (or #96C).

RGB color model

#AB61B8 color RGB value is (171,97,184).

RGB: (171,97,184) (67%, 38%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 184 of 255 = 72%

171
97
184

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

Portions of RGB colors in percentages

R + G + B = 171 + 97 + 184 = 452 (100%)
R 171 of 452 ~ 37.83%
G 97 of 452 ~ 21.46%
B 184 of 452 ~ 40.71'%

%37.83
%21.46
%40.71

CMYK color model

#AB61B8 color CMYK value is (7,47,0,28).

  • cyan value is 7.07%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (7,47,0,28)
C7M47Y0K28 (7%, 47%, 0%, 28%)
(0.07 / 0.47 / 0.00 / 0.28)

CMYK percentages

%7.07
%47.28
%0
%27.84

Codes

Color #AB61B8 in popluar color models

AB 61 B8
RGB 171 97 184
HSL 291° 37.99% 55.10%
HSB/HSV 291° 47.28% 72.16%
CMYK 7.07% 47.28% 0.00%
27.84%

Color #AB61B8 in popluar number systems.

HEX AB 61 B8
Decimal 171 97 184
Binary 10101011 1100001 10111000
Octal 253 141 270

Shades and tints

Shades of #AB61B8

#AB61B8
(171,97,184)
#9C59A8
(156,89,168)
#8D5198
(141,81,152)
#7E4988
(126,73,136)
#6F4178
(111,65,120)
#603968
(96,57,104)
#513158
(81,49,88)
#422948
(66,41,72)
#332138
(51,33,56)
#241928
(36,25,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #AB61B8

#AB61B8
(171,97,184)
#B26FBE
(178,111,190)
#B97DC4
(185,125,196)
#C08BCA
(192,139,202)
#C799D0
(199,153,208)
#CEA7D6
(206,167,214)
#D5B5DC
(213,181,220)
#DCC3E2
(220,195,226)
#E3D1E8
(227,209,232)
#EADFEE
(234,223,238)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB61B8; }

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

This text font color is #AB61B8.

Background Color

.myBgColor { background-color: #AB61B8; }

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

This div background color is #AB61B8.

Border color

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

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

This div border color is #AB61B8.

Opacity

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

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

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

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

This text has shadow with #AB61B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB61B8.

Preview

Color preview on black background

This text has color #AB61B8 on black background.


Color preview on white background

This text has color #AB61B8 on white background.


Black color preview on #AB61B8 background

This text has black color on #AB61B8 background.


White color preview on #AB61B8 background

This text has white color on #AB61B8 background.


Related colors

Complementary color

Complementary color for #hex is #549E47.


I love getcolorcode.com

Triadic colors

1 #B8AB61 and #61B8AB with #AB61B8 are triadic colors.

2 #B861AB and #61ABB8 with #AB61B8 are triadic colors.