COLOR #AB9AD0

HEX: #AB9AD0 RGB: (171,154,208)

Color info

#AB9AD0 contains red, green and blue colors in about the same proportion. Web safe color of #AB9AD0 is #9999CC (or #99C).

RGB color model

#AB9AD0 color RGB value is (171,154,208).

RGB: (171,154,208) (67%, 60%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 208 of 255 = 82%

171
154
208

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

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 208 = 533 (100%)
R 171 of 533 ~ 32.08%
G 154 of 533 ~ 28.89%
B 208 of 533 ~ 39.02'%

%32.08
%28.89
%39.02

CMYK color model

#AB9AD0 color CMYK value is (18,26,0,18).

  • cyan value is 17.79%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (18,26,0,18)
C18M26Y0K18 (18%, 26%, 0%, 18%)
(0.18 / 0.26 / 0.00 / 0.18)

CMYK percentages

%17.79
%25.96
%0
%18.43

Codes

Color #AB9AD0 in popluar color models

AB 9A D0
RGB 171 154 208
HSL 259° 36.49% 70.98%
HSB/HSV 259° 25.96% 81.57%
CMYK 17.79% 25.96% 0.00%
18.43%

Color #AB9AD0 in popluar number systems.

HEX AB 9A D0
Decimal 171 154 208
Binary 10101011 10011010 11010000
Octal 253 232 320

Shades and tints

Shades of #AB9AD0

#AB9AD0
(171,154,208)
#9C8CBE
(156,140,190)
#8D7EAC
(141,126,172)
#7E709A
(126,112,154)
#6F6288
(111,98,136)
#605476
(96,84,118)
#514664
(81,70,100)
#423852
(66,56,82)
#332A40
(51,42,64)
#241C2E
(36,28,46)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #AB9AD0

#AB9AD0
(171,154,208)
#B2A3D4
(178,163,212)
#B9ACD8
(185,172,216)
#C0B5DC
(192,181,220)
#C7BEE0
(199,190,224)
#CEC7E4
(206,199,228)
#D5D0E8
(213,208,232)
#DCD9EC
(220,217,236)
#E3E2F0
(227,226,240)
#EAEBF4
(234,235,244)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9AD0 color. Also use rgb(171,154,208) instead hex code.

Text Font Color

.myTextColor { color: #AB9AD0; }

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

This text font color is #AB9AD0.

Background Color

.myBgColor { background-color: #AB9AD0; }

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

This div background color is #AB9AD0.

Border color

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

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

This div border color is #AB9AD0.

Opacity

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

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

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

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

This text has shadow with #AB9AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9AD0.

Preview

Color preview on black background

This text has color #AB9AD0 on black background.


Color preview on white background

This text has color #AB9AD0 on white background.


Black color preview on #AB9AD0 background

This text has black color on #AB9AD0 background.


White color preview on #AB9AD0 background

This text has white color on #AB9AD0 background.


Related colors

Complementary color

Complementary color for #hex is #54652F.


I love getcolorcode.com

Triadic colors

1 #D0AB9A and #9AD0AB with #AB9AD0 are triadic colors.

2 #D09AAB and #9AABD0 with #AB9AD0 are triadic colors.