COLOR #AA5CBB

HEX: #AA5CBB
RGB: (170,92,187)

Color info

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

RGB color model

#AA5CBB color RGB value is (170,92,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 92 of 255 = 36%
B 187 of 255 = 73%

170
92
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 92 + 187 = 449 (100%)
R 170 of 449 ~ 37.86%
G 92 of 449 ~ 20.49%
B 187 of 449 ~ 41.65%

%37.86
%20.49
%41.65

CMYK color model

#AA5CBB color CMYK value is (9,51,0,27).

  • cyan value is 9.09%
  • magenta value is 50.80%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,51,0,27)
C9M51Y0K27 
(9%,51%,0%,27%)
(0.09/0.51/0.00/0.27)	

CMYK percentages

%9.09
%50.8
%0
%26.67

Codes

Color #AA5CBB in popluar color models

AA5CBB
RGB17092187
HSL289°41.13%54.71%
HSB/HSV289°50.80%73.33%
CMYK9.09%50.80%0.00%
26.67%

Color #AA5CBB in popluar number systems.

HEXAA5CBB
Decimal17092187
Binary10101010101110010111011
Octal252134273

Shades and tints

Shades of #AA5CBB

#AA5CBB
(170,92,187)
#9B54AA
(155,84,170)
#8C4C99
(140,76,153)
#7D4488
(125,68,136)
#6E3C77
(110,60,119)
#5F3466
(95,52,102)
#502C55
(80,44,85)
#412444
(65,36,68)
#321C33
(50,28,51)
#231422
(35,20,34)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA5CBB

#AA5CBB
(170,92,187)
#B16AC1
(177,106,193)
#B878C7
(184,120,199)
#BF86CD
(191,134,205)
#C694D3
(198,148,211)
#CDA2D9
(205,162,217)
#D4B0DF
(212,176,223)
#DBBEE5
(219,190,229)
#E2CCEB
(226,204,235)
#E9DAF1
(233,218,241)
#F0E8F7
(240,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5CBB; }

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

This text font color is #AA5CBB.


Background Color

.myBgColor { background-color: #AA5CBB; }

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

This div background color is #AA5CBB.


Border color

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

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

This div border color is #AA5CBB.


Opacity

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

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

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

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

This text has shadow with #AA5CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA5CBB on black background.


Color preview on white background

This text has color #AA5CBB on white background.



Black color preview on #AA5CBB background

This text has black color on #AA5CBB background.


White color preview on #AA5CBB background

This text has white color on #AA5CBB background.