COLOR #AB73BD

HEX: #AB73BD
RGB: (171,115,189)

Color info

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

RGB color model

#AB73BD color RGB value is (171,115,189).

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

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 189 of 255 = 74%

171
115
189

R + G + B ~ 62%. #AB73BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 115 + 189 = 475 (100%)
R 171 of 475 ~ 36%
G 115 of 475 ~ 24.21%
B 189 of 475 ~ 39.79%

%36
%24.21
%39.79

CMYK color model

#AB73BD color CMYK value is (10,39,0,26).

  • cyan value is 9.52%
  • magenta value is 39.15%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,39,0,26)
C10M39Y0K26 
(10%,39%,0%,26%)
(0.10/0.39/0.00/0.26)	

CMYK percentages

%9.52
%39.15
%0
%25.88

Codes

Color #AB73BD in popluar color models

AB73BD
RGB171115189
HSL285°35.92%59.61%
HSB/HSV285°39.15%74.12%
CMYK9.52%39.15%0.00%
25.88%

Color #AB73BD in popluar number systems.

HEXAB73BD
Decimal171115189
Binary10101011111001110111101
Octal253163275

Shades and tints

Shades of #AB73BD

#AB73BD
(171,115,189)
#9C69AC
(156,105,172)
#8D5F9B
(141,95,155)
#7E558A
(126,85,138)
#6F4B79
(111,75,121)
#604168
(96,65,104)
#513757
(81,55,87)
#422D46
(66,45,70)
#332335
(51,35,53)
#241924
(36,25,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB73BD

#AB73BD
(171,115,189)
#B27FC3
(178,127,195)
#B98BC9
(185,139,201)
#C097CF
(192,151,207)
#C7A3D5
(199,163,213)
#CEAFDB
(206,175,219)
#D5BBE1
(213,187,225)
#DCC7E7
(220,199,231)
#E3D3ED
(227,211,237)
#EADFF3
(234,223,243)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB73BD; }

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

This text font color is #AB73BD.


Background Color

.myBgColor { background-color: #AB73BD; }

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

This div background color is #AB73BD.


Border color

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

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

This div border color is #AB73BD.


Opacity

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

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

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

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

This text has shadow with #AB73BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB73BD on black background.


Color preview on white background

This text has color #AB73BD on white background.



Black color preview on #AB73BD background

This text has black color on #AB73BD background.


White color preview on #AB73BD background

This text has white color on #AB73BD background.