COLOR #AB5FBD

HEX: #AB5FBD
RGB: (171,95,189)

Color info

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

RGB color model

#AB5FBD color RGB value is (171,95,189).

  • red value is 171;
  • green value is 95;
  • blue value is 189.
RGB:
(171,95,189)
(67%,37%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 95 of 255 = 37%
B 189 of 255 = 74%

171
95
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 95 + 189 = 455 (100%)
R 171 of 455 ~ 37.58%
G 95 of 455 ~ 20.88%
B 189 of 455 ~ 41.54%

%37.58
%20.88
%41.54

CMYK color model

#AB5FBD color CMYK value is (10,50,0,26).

  • cyan value is 9.52%
  • magenta value is 49.74%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,50,0,26)
C10M50Y0K26 
(10%,50%,0%,26%)
(0.10/0.50/0.00/0.26)	

CMYK percentages

%9.52
%49.74
%0
%25.88

Codes

Color #AB5FBD in popluar color models

AB5FBD
RGB17195189
HSL289°41.59%55.69%
HSB/HSV289°49.74%74.12%
CMYK9.52%49.74%0.00%
25.88%

Color #AB5FBD in popluar number systems.

HEXAB5FBD
Decimal17195189
Binary10101011101111110111101
Octal253137275

Shades and tints

Shades of #AB5FBD

#AB5FBD
(171,95,189)
#9C57AC
(156,87,172)
#8D4F9B
(141,79,155)
#7E478A
(126,71,138)
#6F3F79
(111,63,121)
#603768
(96,55,104)
#512F57
(81,47,87)
#422746
(66,39,70)
#331F35
(51,31,53)
#241724
(36,23,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB5FBD

#AB5FBD
(171,95,189)
#B26DC3
(178,109,195)
#B97BC9
(185,123,201)
#C089CF
(192,137,207)
#C797D5
(199,151,213)
#CEA5DB
(206,165,219)
#D5B3E1
(213,179,225)
#DCC1E7
(220,193,231)
#E3CFED
(227,207,237)
#EADDF3
(234,221,243)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5FBD color. Also use rgb(171,95,189) instead hex code.

Text Font Color

.myTextColor { color: #AB5FBD; }

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

This text font color is #AB5FBD.


Background Color

.myBgColor { background-color: #AB5FBD; }

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

This div background color is #AB5FBD.


Border color

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

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

This div border color is #AB5FBD.


Opacity

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

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

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

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

This text has shadow with #AB5FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5FBD on black background.


Color preview on white background

This text has color #AB5FBD on white background.



Black color preview on #AB5FBD background

This text has black color on #AB5FBD background.


White color preview on #AB5FBD background

This text has white color on #AB5FBD background.