COLOR #AB64BD

HEX: #AB64BD
RGB: (171,100,189)

Color info

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

RGB color model

#AB64BD color RGB value is (171,100,189).

  • red value is 171;
  • green value is 100;
  • blue value is 189.
RGB:
(171,100,189)
(67%,39%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 189 of 255 = 74%

171
100
189

R + G + B ~ 60%. #AB64BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 100 + 189 = 460 (100%)
R 171 of 460 ~ 37.17%
G 100 of 460 ~ 21.74%
B 189 of 460 ~ 41.09%

%37.17
%21.74
%41.09

CMYK color model

#AB64BD color CMYK value is (10,47,0,26).

  • cyan value is 9.52%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,47,0,26)
C10M47Y0K26 
(10%,47%,0%,26%)
(0.10/0.47/0.00/0.26)	

CMYK percentages

%9.52
%47.09
%0
%25.88

Codes

Color #AB64BD in popluar color models

AB64BD
RGB171100189
HSL288°40.27%56.67%
HSB/HSV288°47.09%74.12%
CMYK9.52%47.09%0.00%
25.88%

Color #AB64BD in popluar number systems.

HEXAB64BD
Decimal171100189
Binary10101011110010010111101
Octal253144275

Shades and tints

Shades of #AB64BD

#AB64BD
(171,100,189)
#9C5BAC
(156,91,172)
#8D529B
(141,82,155)
#7E498A
(126,73,138)
#6F4079
(111,64,121)
#603768
(96,55,104)
#512E57
(81,46,87)
#422546
(66,37,70)
#331C35
(51,28,53)
#241324
(36,19,36)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #AB64BD

#AB64BD
(171,100,189)
#B272C3
(178,114,195)
#B980C9
(185,128,201)
#C08ECF
(192,142,207)
#C79CD5
(199,156,213)
#CEAADB
(206,170,219)
#D5B8E1
(213,184,225)
#DCC6E7
(220,198,231)
#E3D4ED
(227,212,237)
#EAE2F3
(234,226,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB64BD color. Also use rgb(171,100,189) instead hex code.

Text Font Color

.myTextColor { color: #AB64BD; }

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

This text font color is #AB64BD.


Background Color

.myBgColor { background-color: #AB64BD; }

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

This div background color is #AB64BD.


Border color

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

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

This div border color is #AB64BD.


Opacity

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

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

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

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

This text has shadow with #AB64BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB64BD on black background.


Color preview on white background

This text has color #AB64BD on white background.



Black color preview on #AB64BD background

This text has black color on #AB64BD background.


White color preview on #AB64BD background

This text has white color on #AB64BD background.