COLOR #AB7BAF

HEX: #AB7BAF RGB: (171,123,175)

Color info

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

RGB color model

#AB7BAF color RGB value is (171,123,175).

RGB: (171,123,175) (67%, 48%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 175 of 255 = 69%

171
123
175

R + G + B ~ 61%. #AB7BAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 123 + 175 = 469 (100%)
R 171 of 469 ~ 36.46%
G 123 of 469 ~ 26.23%
B 175 of 469 ~ 37.31'%

%36.46
%26.23
%37.31

CMYK color model

#AB7BAF color CMYK value is (2,30,0,31).

  • cyan value is 2.29%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,30,0,31)
C2M30Y0K31 (2%, 30%, 0%, 31%)
(0.02 / 0.30 / 0.00 / 0.31)

CMYK percentages

%2.29
%29.71
%0
%31.37

Codes

Color #AB7BAF in popluar color models

AB 7B AF
RGB 171 123 175
HSL 295° 24.53% 58.43%
HSB/HSV 295° 29.71% 68.63%
CMYK 2.29% 29.71% 0.00%
31.37%

Color #AB7BAF in popluar number systems.

HEX AB 7B AF
Decimal 171 123 175
Binary 10101011 1111011 10101111
Octal 253 173 257

Shades and tints

Shades of #AB7BAF

#AB7BAF
(171,123,175)
#9C70A0
(156,112,160)
#8D6591
(141,101,145)
#7E5A82
(126,90,130)
#6F4F73
(111,79,115)
#604464
(96,68,100)
#513955
(81,57,85)
#422E46
(66,46,70)
#332337
(51,35,55)
#241828
(36,24,40)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #AB7BAF

#AB7BAF
(171,123,175)
#B287B6
(178,135,182)
#B993BD
(185,147,189)
#C09FC4
(192,159,196)
#C7ABCB
(199,171,203)
#CEB7D2
(206,183,210)
#D5C3D9
(213,195,217)
#DCCFE0
(220,207,224)
#E3DBE7
(227,219,231)
#EAE7EE
(234,231,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7BAF color. Also use rgb(171,123,175) instead hex code.

Text Font Color

.myTextColor { color: #AB7BAF; }

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

This text font color is #AB7BAF.

Background Color

.myBgColor { background-color: #AB7BAF; }

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

This div background color is #AB7BAF.

Border color

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

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

This div border color is #AB7BAF.

Opacity

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

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

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

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

This text has shadow with #AB7BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7BAF.

Preview

Color preview on black background

This text has color #AB7BAF on black background.


Color preview on white background

This text has color #AB7BAF on white background.


Black color preview on #AB7BAF background

This text has black color on #AB7BAF background.


White color preview on #AB7BAF background

This text has white color on #AB7BAF background.


Related colors

Complementary color

Complementary color for #hex is #548450.


I love getcolorcode.com

Triadic colors

1 #AFAB7B and #7BAFAB with #AB7BAF are triadic colors.

2 #AF7BAB and #7BABAF with #AB7BAF are triadic colors.