COLOR #AB95D8

HEX: #AB95D8 RGB: (171,149,216)

Color info

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

RGB color model

#AB95D8 color RGB value is (171,149,216).

RGB: (171,149,216) (67%, 58%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 216 of 255 = 85%

171
149
216

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

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 216 = 536 (100%)
R 171 of 536 ~ 31.9%
G 149 of 536 ~ 27.8%
B 216 of 536 ~ 40.3'%

%31.9
%27.8
%40.3

CMYK color model

#AB95D8 color CMYK value is (21,31,0,15).

  • cyan value is 20.83%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (21,31,0,15)
C21M31Y0K15 (21%, 31%, 0%, 15%)
(0.21 / 0.31 / 0.00 / 0.15)

CMYK percentages

%20.83
%31.02
%0
%15.29

Codes

Color #AB95D8 in popluar color models

AB 95 D8
RGB 171 149 216
HSL 260° 46.21% 71.57%
HSB/HSV 260° 31.02% 84.71%
CMYK 20.83% 31.02% 0.00%
15.29%

Color #AB95D8 in popluar number systems.

HEX AB 95 D8
Decimal 171 149 216
Binary 10101011 10010101 11011000
Octal 253 225 330

Shades and tints

Shades of #AB95D8

#AB95D8
(171,149,216)
#9C88C5
(156,136,197)
#8D7BB2
(141,123,178)
#7E6E9F
(126,110,159)
#6F618C
(111,97,140)
#605479
(96,84,121)
#514766
(81,71,102)
#423A53
(66,58,83)
#332D40
(51,45,64)
#24202D
(36,32,45)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #AB95D8

#AB95D8
(171,149,216)
#B29EDB
(178,158,219)
#B9A7DE
(185,167,222)
#C0B0E1
(192,176,225)
#C7B9E4
(199,185,228)
#CEC2E7
(206,194,231)
#D5CBEA
(213,203,234)
#DCD4ED
(220,212,237)
#E3DDF0
(227,221,240)
#EAE6F3
(234,230,243)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB95D8 color. Also use rgb(171,149,216) instead hex code.

Text Font Color

.myTextColor { color: #AB95D8; }

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

This text font color is #AB95D8.

Background Color

.myBgColor { background-color: #AB95D8; }

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

This div background color is #AB95D8.

Border color

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

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

This div border color is #AB95D8.

Opacity

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

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

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

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

This text has shadow with #AB95D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB95D8.

Preview

Color preview on black background

This text has color #AB95D8 on black background.


Color preview on white background

This text has color #AB95D8 on white background.


Black color preview on #AB95D8 background

This text has black color on #AB95D8 background.


White color preview on #AB95D8 background

This text has white color on #AB95D8 background.


Related colors

Complementary color

Complementary color for #hex is #546A27.


I love getcolorcode.com

Triadic colors

1 #D8AB95 and #95D8AB with #AB95D8 are triadic colors.

2 #D895AB and #95ABD8 with #AB95D8 are triadic colors.