COLOR #AB73DA

HEX: #AB73DA RGB: (171,115,218)

Color info

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

RGB color model

#AB73DA color RGB value is (171,115,218).

RGB: (171,115,218) (67%, 45%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 218 of 255 = 85%

171
115
218

R + G + B ~ 66%. #AB73DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 115 + 218 = 504 (100%)
R 171 of 504 ~ 33.93%
G 115 of 504 ~ 22.82%
B 218 of 504 ~ 43.25'%

%33.93
%22.82
%43.25

CMYK color model

#AB73DA color CMYK value is (22,47,0,15).

  • cyan value is 21.56%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,47,0,15)
C22M47Y0K15 (22%, 47%, 0%, 15%)
(0.22 / 0.47 / 0.00 / 0.15)

CMYK percentages

%21.56
%47.25
%0
%14.51

Codes

Color #AB73DA in popluar color models

AB 73 DA
RGB 171 115 218
HSL 273° 58.19% 65.29%
HSB/HSV 273° 47.25% 85.49%
CMYK 21.56% 47.25% 0.00%
14.51%

Color #AB73DA in popluar number systems.

HEX AB 73 DA
Decimal 171 115 218
Binary 10101011 1110011 11011010
Octal 253 163 332

Shades and tints

Shades of #AB73DA

#AB73DA
(171,115,218)
#9C69C7
(156,105,199)
#8D5FB4
(141,95,180)
#7E55A1
(126,85,161)
#6F4B8E
(111,75,142)
#60417B
(96,65,123)
#513768
(81,55,104)
#422D55
(66,45,85)
#332342
(51,35,66)
#24192F
(36,25,47)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #AB73DA

#AB73DA
(171,115,218)
#B27FDD
(178,127,221)
#B98BE0
(185,139,224)
#C097E3
(192,151,227)
#C7A3E6
(199,163,230)
#CEAFE9
(206,175,233)
#D5BBEC
(213,187,236)
#DCC7EF
(220,199,239)
#E3D3F2
(227,211,242)
#EADFF5
(234,223,245)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB73DA; }

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

This text font color is #AB73DA.

Background Color

.myBgColor { background-color: #AB73DA; }

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

This div background color is #AB73DA.

Border color

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

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

This div border color is #AB73DA.

Opacity

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

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

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

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

This text has shadow with #AB73DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB73DA.

Preview

Color preview on black background

This text has color #AB73DA on black background.


Color preview on white background

This text has color #AB73DA on white background.


Black color preview on #AB73DA background

This text has black color on #AB73DA background.


White color preview on #AB73DA background

This text has white color on #AB73DA background.


Related colors

Complementary color

Complementary color for #hex is #548C25.


I love getcolorcode.com

Triadic colors

1 #DAAB73 and #73DAAB with #AB73DA are triadic colors.

2 #DA73AB and #73ABDA with #AB73DA are triadic colors.