COLOR #AB93DA

HEX: #AB93DA RGB: (171,147,218)

Color info

#AB93DA contains mainly red and blue colors. Web safe color of #AB93DA is #9999CC (or #99C).

RGB color model

#AB93DA color RGB value is (171,147,218).

RGB: (171,147,218) (67%, 58%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 218 of 255 = 85%

171
147
218

R + G + B ~ 70%. #AB93DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 147 + 218 = 536 (100%)
R 171 of 536 ~ 31.9%
G 147 of 536 ~ 27.43%
B 218 of 536 ~ 40.67'%

%31.9
%27.43
%40.67

CMYK color model

#AB93DA color CMYK value is (22,33,0,15).

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

CMYK: (22,33,0,15)
C22M33Y0K15 (22%, 33%, 0%, 15%)
(0.22 / 0.33 / 0.00 / 0.15)

CMYK percentages

%21.56
%32.57
%0
%14.51

Codes

Color #AB93DA in popluar color models

AB 93 DA
RGB 171 147 218
HSL 260° 48.97% 71.57%
HSB/HSV 260° 32.57% 85.49%
CMYK 21.56% 32.57% 0.00%
14.51%

Color #AB93DA in popluar number systems.

HEX AB 93 DA
Decimal 171 147 218
Binary 10101011 10010011 11011010
Octal 253 223 332

Shades and tints

Shades of #AB93DA

#AB93DA
(171,147,218)
#9C86C7
(156,134,199)
#8D79B4
(141,121,180)
#7E6CA1
(126,108,161)
#6F5F8E
(111,95,142)
#60527B
(96,82,123)
#514568
(81,69,104)
#423855
(66,56,85)
#332B42
(51,43,66)
#241E2F
(36,30,47)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #AB93DA

#AB93DA
(171,147,218)
#B29CDD
(178,156,221)
#B9A5E0
(185,165,224)
#C0AEE3
(192,174,227)
#C7B7E6
(199,183,230)
#CEC0E9
(206,192,233)
#D5C9EC
(213,201,236)
#DCD2EF
(220,210,239)
#E3DBF2
(227,219,242)
#EAE4F5
(234,228,245)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB93DA; }

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

This text font color is #AB93DA.

Background Color

.myBgColor { background-color: #AB93DA; }

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

This div background color is #AB93DA.

Border color

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

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

This div border color is #AB93DA.

Opacity

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

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

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

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

This text has shadow with #AB93DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB93DA.

Preview

Color preview on black background

This text has color #AB93DA on black background.


Color preview on white background

This text has color #AB93DA on white background.


Black color preview on #AB93DA background

This text has black color on #AB93DA background.


White color preview on #AB93DA background

This text has white color on #AB93DA background.


Related colors

Complementary color

Complementary color for #hex is #546C25.


I love getcolorcode.com

Triadic colors

1 #DAAB93 and #93DAAB with #AB93DA are triadic colors.

2 #DA93AB and #93ABDA with #AB93DA are triadic colors.