COLOR #AB64AA

HEX: #AB64AA RGB: (171,100,170)

Color info

#AB64AA contains mainly red and blue colors. Web safe color of #AB64AA is #996699 (or #969).

RGB color model

#AB64AA color RGB value is (171,100,170).

RGB: (171,100,170) (67%, 39%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 170 of 255 = 67%

171
100
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 170 = 441 (100%)
R 171 of 441 ~ 38.78%
G 100 of 441 ~ 22.68%
B 170 of 441 ~ 38.55'%

%38.78
%22.68
%38.55

CMYK color model

#AB64AA color CMYK value is (0,42,1,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 0.58%
  • key color value is 32.94%

CMYK: (0,42,1,33)
C0M42Y1K33 (0%, 42%, 1%, 33%)
(0.00 / 0.42 / 0.01 / 0.33)

CMYK percentages

%0
%41.52
%0.58
%32.94

Codes

Color #AB64AA in popluar color models

AB 64 AA
RGB 171 100 170
HSL 301° 29.71% 53.14%
HSB/HSV 301° 41.52% 67.06%
CMYK 0.00% 41.52% 0.58%
32.94%

Color #AB64AA in popluar number systems.

HEX AB 64 AA
Decimal 171 100 170
Binary 10101011 1100100 10101010
Octal 253 144 252

Shades and tints

Shades of #AB64AA

#AB64AA
(171,100,170)
#9C5B9B
(156,91,155)
#8D528C
(141,82,140)
#7E497D
(126,73,125)
#6F406E
(111,64,110)
#60375F
(96,55,95)
#512E50
(81,46,80)
#422541
(66,37,65)
#331C32
(51,28,50)
#241323
(36,19,35)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #AB64AA

#AB64AA
(171,100,170)
#B272B1
(178,114,177)
#B980B8
(185,128,184)
#C08EBF
(192,142,191)
#C79CC6
(199,156,198)
#CEAACD
(206,170,205)
#D5B8D4
(213,184,212)
#DCC6DB
(220,198,219)
#E3D4E2
(227,212,226)
#EAE2E9
(234,226,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB64AA; }

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

This text font color is #AB64AA.

Background Color

.myBgColor { background-color: #AB64AA; }

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

This div background color is #AB64AA.

Border color

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

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

This div border color is #AB64AA.

Opacity

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

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

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

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

This text has shadow with #AB64AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB64AA.

Preview

Color preview on black background

This text has color #AB64AA on black background.


Color preview on white background

This text has color #AB64AA on white background.


Black color preview on #AB64AA background

This text has black color on #AB64AA background.


White color preview on #AB64AA background

This text has white color on #AB64AA background.


Related colors

Complementary color

Complementary color for #hex is #549B55.


I love getcolorcode.com

Triadic colors

1 #AAAB64 and #64AAAB with #AB64AA are triadic colors.

2 #AA64AB and #64ABAA with #AB64AA are triadic colors.