COLOR #AB72BA

HEX: #AB72BA RGB: (171,114,186)

Color info

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

RGB color model

#AB72BA color RGB value is (171,114,186).

RGB: (171,114,186) (67%, 45%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 114 of 255 = 45%
B 186 of 255 = 73%

171
114
186

R + G + B ~ 62%. #AB72BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 114 + 186 = 471 (100%)
R 171 of 471 ~ 36.31%
G 114 of 471 ~ 24.2%
B 186 of 471 ~ 39.49'%

%36.31
%24.2
%39.49

CMYK color model

#AB72BA color CMYK value is (8,39,0,27).

  • cyan value is 8.06%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,39,0,27)
C8M39Y0K27 (8%, 39%, 0%, 27%)
(0.08 / 0.39 / 0.00 / 0.27)

CMYK percentages

%8.06
%38.71
%0
%27.06

Codes

Color #AB72BA in popluar color models

AB 72 BA
RGB 171 114 186
HSL 288° 34.29% 58.82%
HSB/HSV 288° 38.71% 72.94%
CMYK 8.06% 38.71% 0.00%
27.06%

Color #AB72BA in popluar number systems.

HEX AB 72 BA
Decimal 171 114 186
Binary 10101011 1110010 10111010
Octal 253 162 272

Shades and tints

Shades of #AB72BA

#AB72BA
(171,114,186)
#9C68AA
(156,104,170)
#8D5E9A
(141,94,154)
#7E548A
(126,84,138)
#6F4A7A
(111,74,122)
#60406A
(96,64,106)
#51365A
(81,54,90)
#422C4A
(66,44,74)
#33223A
(51,34,58)
#24182A
(36,24,42)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #AB72BA

#AB72BA
(171,114,186)
#B27EC0
(178,126,192)
#B98AC6
(185,138,198)
#C096CC
(192,150,204)
#C7A2D2
(199,162,210)
#CEAED8
(206,174,216)
#D5BADE
(213,186,222)
#DCC6E4
(220,198,228)
#E3D2EA
(227,210,234)
#EADEF0
(234,222,240)
#F1EAF6
(241,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB72BA color. Also use rgb(171,114,186) instead hex code.

Text Font Color

.myTextColor { color: #AB72BA; }

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

This text font color is #AB72BA.

Background Color

.myBgColor { background-color: #AB72BA; }

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

This div background color is #AB72BA.

Border color

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

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

This div border color is #AB72BA.

Opacity

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

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

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

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

This text has shadow with #AB72BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB72BA.

Preview

Color preview on black background

This text has color #AB72BA on black background.


Color preview on white background

This text has color #AB72BA on white background.


Black color preview on #AB72BA background

This text has black color on #AB72BA background.


White color preview on #AB72BA background

This text has white color on #AB72BA background.


Related colors

Complementary color

Complementary color for #hex is #548D45.


I love getcolorcode.com

Triadic colors

1 #BAAB72 and #72BAAB with #AB72BA are triadic colors.

2 #BA72AB and #72ABBA with #AB72BA are triadic colors.