COLOR #AB7BAE

HEX: #AB7BAE
RGB: (171,123,174)

Color info

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

RGB color model

#AB7BAE color RGB value is (171,123,174).

  • red value is 171;
  • green value is 123;
  • blue value is 174.
RGB:
(171,123,174)
(67%,48%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 174 of 255 = 68%

171
123
174

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

Portions of RGB colors in percentages

R + G + B =
171 + 123 + 174 = 468 (100%)
R 171 of 468 ~ 36.54%
G 123 of 468 ~ 26.28%
B 174 of 468 ~ 37.18%

%36.54
%26.28
%37.18

CMYK color model

#AB7BAE color CMYK value is (2,29,0,32).

  • cyan value is 1.72%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(2,29,0,32)
C2M29Y0K32 
(2%,29%,0%,32%)
(0.02/0.29/0.00/0.32)	

CMYK percentages

%1.72
%29.31
%0
%31.76

Codes

Color #AB7BAE in popluar color models

AB7BAE
RGB171123174
HSL296°23.94%58.24%
HSB/HSV296°29.31%68.24%
CMYK1.72%29.31%0.00%
31.76%

Color #AB7BAE in popluar number systems.

HEXAB7BAE
Decimal171123174
Binary10101011111101110101110
Octal253173256

Shades and tints

Shades of #AB7BAE

#AB7BAE
(171,123,174)
#9C709F
(156,112,159)
#8D6590
(141,101,144)
#7E5A81
(126,90,129)
#6F4F72
(111,79,114)
#604463
(96,68,99)
#513954
(81,57,84)
#422E45
(66,46,69)
#332336
(51,35,54)
#241827
(36,24,39)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #AB7BAE

#AB7BAE
(171,123,174)
#B287B5
(178,135,181)
#B993BC
(185,147,188)
#C09FC3
(192,159,195)
#C7ABCA
(199,171,202)
#CEB7D1
(206,183,209)
#D5C3D8
(213,195,216)
#DCCFDF
(220,207,223)
#E3DBE6
(227,219,230)
#EAE7ED
(234,231,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7BAE; }

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

This text font color is #AB7BAE.


Background Color

.myBgColor { background-color: #AB7BAE; }

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

This div background color is #AB7BAE.


Border color

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

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

This div border color is #AB7BAE.


Opacity

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

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

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

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

This text has shadow with #AB7BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7BAE on black background.


Color preview on white background

This text has color #AB7BAE on white background.



Black color preview on #AB7BAE background

This text has black color on #AB7BAE background.


White color preview on #AB7BAE background

This text has white color on #AB7BAE background.