COLOR #AB83B2

HEX: #AB83B2
RGB: (171,131,178)

Color info

#AB83B2 contains red, green and blue colors in about the same proportion. Web safe color of #AB83B2 is #999999 (or #999).

RGB color model

#AB83B2 color RGB value is (171,131,178).

  • red value is 171;
  • green value is 131;
  • blue value is 178.
RGB:
(171,131,178)
(67%,51%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 178 of 255 = 70%

171
131
178

R + G + B ~ 63%. #AB83B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 131 + 178 = 480 (100%)
R 171 of 480 ~ 35.63%
G 131 of 480 ~ 27.29%
B 178 of 480 ~ 37.08%

%35.63
%27.29
%37.08

CMYK color model

#AB83B2 color CMYK value is (4,26,0,30).

  • cyan value is 3.93%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,26,0,30)
C4M26Y0K30 
(4%,26%,0%,30%)
(0.04/0.26/0.00/0.30)	

CMYK percentages

%3.93
%26.4
%0
%30.2

Codes

Color #AB83B2 in popluar color models

AB83B2
RGB171131178
HSL291°23.38%60.59%
HSB/HSV291°26.40%69.80%
CMYK3.93%26.40%0.00%
30.20%

Color #AB83B2 in popluar number systems.

HEXAB83B2
Decimal171131178
Binary101010111000001110110010
Octal253203262

Shades and tints

Shades of #AB83B2

#AB83B2
(171,131,178)
#9C78A2
(156,120,162)
#8D6D92
(141,109,146)
#7E6282
(126,98,130)
#6F5772
(111,87,114)
#604C62
(96,76,98)
#514152
(81,65,82)
#423642
(66,54,66)
#332B32
(51,43,50)
#242022
(36,32,34)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #AB83B2

#AB83B2
(171,131,178)
#B28EB9
(178,142,185)
#B999C0
(185,153,192)
#C0A4C7
(192,164,199)
#C7AFCE
(199,175,206)
#CEBAD5
(206,186,213)
#D5C5DC
(213,197,220)
#DCD0E3
(220,208,227)
#E3DBEA
(227,219,234)
#EAE6F1
(234,230,241)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB83B2 color. Also use rgb(171,131,178) instead hex code.

Text Font Color

.myTextColor { color: #AB83B2; }

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

This text font color is #AB83B2.


Background Color

.myBgColor { background-color: #AB83B2; }

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

This div background color is #AB83B2.


Border color

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

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

This div border color is #AB83B2.


Opacity

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

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

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

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

This text has shadow with #AB83B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB83B2 on black background.


Color preview on white background

This text has color #AB83B2 on white background.



Black color preview on #AB83B2 background

This text has black color on #AB83B2 background.


White color preview on #AB83B2 background

This text has white color on #AB83B2 background.