COLOR #AB90DA

HEX: #AB90DA RGB: (171,144,218)

Color info

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

RGB color model

#AB90DA color RGB value is (171,144,218).

RGB: (171,144,218) (67%, 56%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 218 of 255 = 85%

171
144
218

R + G + B ~ 69%. #AB90DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 218 = 533 (100%)
R 171 of 533 ~ 32.08%
G 144 of 533 ~ 27.02%
B 218 of 533 ~ 40.9'%

%32.08
%27.02
%40.9

CMYK color model

#AB90DA color CMYK value is (22,34,0,15).

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

CMYK: (22,34,0,15)
C22M34Y0K15 (22%, 34%, 0%, 15%)
(0.22 / 0.34 / 0.00 / 0.15)

CMYK percentages

%21.56
%33.94
%0
%14.51

Codes

Color #AB90DA in popluar color models

AB 90 DA
RGB 171 144 218
HSL 262° 50.00% 70.98%
HSB/HSV 262° 33.94% 85.49%
CMYK 21.56% 33.94% 0.00%
14.51%

Color #AB90DA in popluar number systems.

HEX AB 90 DA
Decimal 171 144 218
Binary 10101011 10010000 11011010
Octal 253 220 332

Shades and tints

Shades of #AB90DA

#AB90DA
(171,144,218)
#9C83C7
(156,131,199)
#8D76B4
(141,118,180)
#7E69A1
(126,105,161)
#6F5C8E
(111,92,142)
#604F7B
(96,79,123)
#514268
(81,66,104)
#423555
(66,53,85)
#332842
(51,40,66)
#241B2F
(36,27,47)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #AB90DA

#AB90DA
(171,144,218)
#B29ADD
(178,154,221)
#B9A4E0
(185,164,224)
#C0AEE3
(192,174,227)
#C7B8E6
(199,184,230)
#CEC2E9
(206,194,233)
#D5CCEC
(213,204,236)
#DCD6EF
(220,214,239)
#E3E0F2
(227,224,242)
#EAEAF5
(234,234,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90DA; }

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

This text font color is #AB90DA.

Background Color

.myBgColor { background-color: #AB90DA; }

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

This div background color is #AB90DA.

Border color

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

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

This div border color is #AB90DA.

Opacity

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

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

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

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

This text has shadow with #AB90DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB90DA.

Preview

Color preview on black background

This text has color #AB90DA on black background.


Color preview on white background

This text has color #AB90DA on white background.


Black color preview on #AB90DA background

This text has black color on #AB90DA background.


White color preview on #AB90DA background

This text has white color on #AB90DA background.


Related colors

Complementary color

Complementary color for #hex is #546F25.


I love getcolorcode.com

Triadic colors

1 #DAAB90 and #90DAAB with #AB90DA are triadic colors.

2 #DA90AB and #90ABDA with #AB90DA are triadic colors.