COLOR #AB73A3

HEX: #AB73A3 RGB: (171,115,163)

Color info

#AB73A3 contains red, green and blue colors in about the same proportion. Web safe color of #AB73A3 is #996699 (or #969).

RGB color model

#AB73A3 color RGB value is (171,115,163).

RGB: (171,115,163) (67%, 45%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 163 of 255 = 64%

171
115
163

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

Portions of RGB colors in percentages

R + G + B = 171 + 115 + 163 = 449 (100%)
R 171 of 449 ~ 38.08%
G 115 of 449 ~ 25.61%
B 163 of 449 ~ 36.3'%

%38.08
%25.61
%36.3

CMYK color model

#AB73A3 color CMYK value is (0,33,5,33).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK: (0,33,5,33) C0M33Y5K33 (0%,33%,5%,33%) (0.00/0.33/0.05/0.33) 

CMYK percentages

%0
%32.75
%4.68
%32.94

Codes

Color #AB73A3 in popluar color models

AB 73 A3
RGB 171 115 163
HSL 309° 25.00% 56.08%
HSB/HSV 309° 32.75% 67.06%
CMYK 0.00% 32.75% 4.68%
32.94%

Color #AB73A3 in popluar number systems.

HEX AB 73 A3
Decimal 171 115 163
Binary 10101011 1110011 10100011
Octal 253 163 243

Shades and tints

Shades of #AB73A3

#AB73A3
(171,115,163)
#9C6995
(156,105,149)
#8D5F87
(141,95,135)
#7E5579
(126,85,121)
#6F4B6B
(111,75,107)
#60415D
(96,65,93)
#51374F
(81,55,79)
#422D41
(66,45,65)
#332333
(51,35,51)
#241925
(36,25,37)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #AB73A3

#AB73A3
(171,115,163)
#B27FAB
(178,127,171)
#B98BB3
(185,139,179)
#C097BB
(192,151,187)
#C7A3C3
(199,163,195)
#CEAFCB
(206,175,203)
#D5BBD3
(213,187,211)
#DCC7DB
(220,199,219)
#E3D3E3
(227,211,227)
#EADFEB
(234,223,235)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB73A3 color. Also use rgb(171,115,163) instead hex code.

Text Font Color

.myTextColor { color: #AB73A3; }

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

This text font color is #AB73A3.

Background Color

.myBgColor { background-color: #AB73A3; }

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

This div background color is #AB73A3.

Border color

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

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

This div border color is #AB73A3.

Opacity

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

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

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

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

This text has shadow with #AB73A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB73A3.

Preview

Color preview on black background

This text has color #AB73A3 on black background.


Color preview on white background

This text has color #AB73A3 on white background.


Black color preview on #AB73A3 background

This text has black color on #AB73A3 background.


White color preview on #AB73A3 background

This text has white color on #AB73A3 background.


Related colors

Complementary color

Complementary color for #hex is #548C5C.


I love getcolorcode.com

Triadic colors

1 #A3AB73 and #73A3AB with #AB73A3 are triadic colors.

2 #A373AB and #73ABA3 with #AB73A3 are triadic colors.