COLOR #AA5CAB

HEX: #AA5CAB
RGB: (170,92,171)

Color info

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

RGB color model

#AA5CAB color RGB value is (170,92,171).

  • red value is 170;
  • green value is 92;
  • blue value is 171.
RGB: (170,92,171) (67%,36%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 92 of 255 = 36%
B 171 of 255 = 67%

170
92
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 92 + 171 = 433 (100%)
R 170 of 433 ~ 39.26%
G 92 of 433 ~ 21.25%
B 171 of 433 ~ 39.49%

%39.26
%21.25
%39.49

CMYK color model

#AA5CAB color CMYK value is (1,46,0,33).

  • cyan value is 0.58%
  • magenta value is 46.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (1,46,0,33) C1M46Y0K33 (1%,46%,0%,33%) (0.01/0.46/0.00/0.33)

CMYK percentages

%0.58
%46.2
%0
%32.94

Codes

Color #AA5CAB in popluar color models

AA5CAB
RGB17092171
HSL299°31.98%51.57%
HSB/HSV299°46.20%67.06%
CMYK0.58%46.20%0.00%
32.94%

Color #AA5CAB in popluar number systems.

HEXAA5CAB
Decimal17092171
Binary10101010101110010101011
Octal252134253

Shades and tints

Shades of #AA5CAB

#AA5CAB
(170,92,171)
#9B549C
(155,84,156)
#8C4C8D
(140,76,141)
#7D447E
(125,68,126)
#6E3C6F
(110,60,111)
#5F3460
(95,52,96)
#502C51
(80,44,81)
#412442
(65,36,66)
#321C33
(50,28,51)
#231424
(35,20,36)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #AA5CAB

#AA5CAB
(170,92,171)
#B16AB2
(177,106,178)
#B878B9
(184,120,185)
#BF86C0
(191,134,192)
#C694C7
(198,148,199)
#CDA2CE
(205,162,206)
#D4B0D5
(212,176,213)
#DBBEDC
(219,190,220)
#E2CCE3
(226,204,227)
#E9DAEA
(233,218,234)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5CAB; }

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

This text font color is #AA5CAB.


Background Color

.myBgColor { background-color: #AA5CAB; }

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

This div background color is #AA5CAB.


Border color

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

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

This div border color is #AA5CAB.


Opacity

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

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

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

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

This text has shadow with #AA5CAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AA5CAB on black background.


Color preview on white background

This text has color #AA5CAB on white background.



Black color preview on #AA5CAB background

This text has black color on #AA5CAB background.


White color preview on #AA5CAB background

This text has white color on #AA5CAB background.