COLOR #AB64AE

HEX: #AB64AE RGB: (171,100,174)

Color info

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

RGB color model

#AB64AE color RGB value is (171,100,174).

RGB: (171,100,174) (67%, 39%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 174 of 255 = 68%

171
100
174

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 174 = 445 (100%)
R 171 of 445 ~ 38.43%
G 100 of 445 ~ 22.47%
B 174 of 445 ~ 39.1'%

%38.43
%22.47
%39.1

CMYK color model

#AB64AE color CMYK value is (2,43,0,32).

  • cyan value is 1.72%
  • magenta value is 42.53%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (2,43,0,32) C2M43Y0K32 (2%,43%,0%,32%) (0.02/0.43/0.00/0.32) 

CMYK percentages

%1.72
%42.53
%0
%31.76

Codes

Color #AB64AE in popluar color models

AB 64 AE
RGB 171 100 174
HSL 298° 31.36% 53.73%
HSB/HSV 298° 42.53% 68.24%
CMYK 1.72% 42.53% 0.00%
31.76%

Color #AB64AE in popluar number systems.

HEX AB 64 AE
Decimal 171 100 174
Binary 10101011 1100100 10101110
Octal 253 144 256

Shades and tints

Shades of #AB64AE

#AB64AE
(171,100,174)
#9C5B9F
(156,91,159)
#8D5290
(141,82,144)
#7E4981
(126,73,129)
#6F4072
(111,64,114)
#603763
(96,55,99)
#512E54
(81,46,84)
#422545
(66,37,69)
#331C36
(51,28,54)
#241327
(36,19,39)
#150A18
(21,10,24)
#000000
(0,0,0)

Tints of #AB64AE

#AB64AE
(171,100,174)
#B272B5
(178,114,181)
#B980BC
(185,128,188)
#C08EC3
(192,142,195)
#C79CCA
(199,156,202)
#CEAAD1
(206,170,209)
#D5B8D8
(213,184,216)
#DCC6DF
(220,198,223)
#E3D4E6
(227,212,230)
#EAE2ED
(234,226,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB64AE; }

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

This text font color is #AB64AE.

Background Color

.myBgColor { background-color: #AB64AE; }

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

This div background color is #AB64AE.

Border color

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

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

This div border color is #AB64AE.

Opacity

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

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

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

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

This text has shadow with #AB64AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB64AE.

Preview

Color preview on black background

This text has color #AB64AE on black background.


Color preview on white background

This text has color #AB64AE on white background.


Black color preview on #AB64AE background

This text has black color on #AB64AE background.


White color preview on #AB64AE background

This text has white color on #AB64AE background.


Related colors

Complementary color

Complementary color for #hex is #549B51.


I love getcolorcode.com

Triadic colors

1 #AEAB64 and #64AEAB with #AB64AE are triadic colors.

2 #AE64AB and #64ABAE with #AB64AE are triadic colors.