COLOR #AB73C0

HEX: #AB73C0
RGB: (171,115,192)

Color info

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

RGB color model

#AB73C0 color RGB value is (171,115,192).

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

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 192 of 255 = 75%

171
115
192

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

Portions of RGB colors in percentages

R + G + B =
171 + 115 + 192 = 478 (100%)
R 171 of 478 ~ 35.77%
G 115 of 478 ~ 24.06%
B 192 of 478 ~ 40.17%

%35.77
%24.06
%40.17

CMYK color model

#AB73C0 color CMYK value is (11,40,0,25).

  • cyan value is 10.94%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,40,0,25)
C11M40Y0K25 
(11%,40%,0%,25%)
(0.11/0.40/0.00/0.25)	

CMYK percentages

%10.94
%40.1
%0
%24.71

Codes

Color #AB73C0 in popluar color models

AB73C0
RGB171115192
HSL284°37.93%60.20%
HSB/HSV284°40.10%75.29%
CMYK10.94%40.10%0.00%
24.71%

Color #AB73C0 in popluar number systems.

HEXAB73C0
Decimal171115192
Binary10101011111001111000000
Octal253163300

Shades and tints

Shades of #AB73C0

#AB73C0
(171,115,192)
#9C69AF
(156,105,175)
#8D5F9E
(141,95,158)
#7E558D
(126,85,141)
#6F4B7C
(111,75,124)
#60416B
(96,65,107)
#51375A
(81,55,90)
#422D49
(66,45,73)
#332338
(51,35,56)
#241927
(36,25,39)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB73C0

#AB73C0
(171,115,192)
#B27FC5
(178,127,197)
#B98BCA
(185,139,202)
#C097CF
(192,151,207)
#C7A3D4
(199,163,212)
#CEAFD9
(206,175,217)
#D5BBDE
(213,187,222)
#DCC7E3
(220,199,227)
#E3D3E8
(227,211,232)
#EADFED
(234,223,237)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB73C0; }

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

This text font color is #AB73C0.


Background Color

.myBgColor { background-color: #AB73C0; }

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

This div background color is #AB73C0.


Border color

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

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

This div border color is #AB73C0.


Opacity

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

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

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

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

This text has shadow with #AB73C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB73C0 on black background.


Color preview on white background

This text has color #AB73C0 on white background.



Black color preview on #AB73C0 background

This text has black color on #AB73C0 background.


White color preview on #AB73C0 background

This text has white color on #AB73C0 background.