COLOR #AA67B0

HEX: #AA67B0
RGB: (170,103,176)

Color info

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

RGB color model

#AA67B0 color RGB value is (170,103,176).

  • red value is 170;
  • green value is 103;
  • blue value is 176.
RGB:
(170,103,176)
(67%,40%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 103 of 255 = 40%
B 176 of 255 = 69%

170
103
176

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

Portions of RGB colors in percentages

R + G + B =
170 + 103 + 176 = 449 (100%)
R 170 of 449 ~ 37.86%
G 103 of 449 ~ 22.94%
B 176 of 449 ~ 39.2%

%37.86
%22.94
%39.2

CMYK color model

#AA67B0 color CMYK value is (3,41,0,31).

  • cyan value is 3.41%
  • magenta value is 41.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,41,0,31)
C3M41Y0K31 
(3%,41%,0%,31%)
(0.03/0.41/0.00/0.31)	

CMYK percentages

%3.41
%41.48
%0
%30.98

Codes

Color #AA67B0 in popluar color models

AA67B0
RGB170103176
HSL295°31.60%54.71%
HSB/HSV295°41.48%69.02%
CMYK3.41%41.48%0.00%
30.98%

Color #AA67B0 in popluar number systems.

HEXAA67B0
Decimal170103176
Binary10101010110011110110000
Octal252147260

Shades and tints

Shades of #AA67B0

#AA67B0
(170,103,176)
#9B5EA0
(155,94,160)
#8C5590
(140,85,144)
#7D4C80
(125,76,128)
#6E4370
(110,67,112)
#5F3A60
(95,58,96)
#503150
(80,49,80)
#412840
(65,40,64)
#321F30
(50,31,48)
#231620
(35,22,32)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #AA67B0

#AA67B0
(170,103,176)
#B174B7
(177,116,183)
#B881BE
(184,129,190)
#BF8EC5
(191,142,197)
#C69BCC
(198,155,204)
#CDA8D3
(205,168,211)
#D4B5DA
(212,181,218)
#DBC2E1
(219,194,225)
#E2CFE8
(226,207,232)
#E9DCEF
(233,220,239)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA67B0 color. Also use rgb(170,103,176) instead hex code.

Text Font Color

.myTextColor { color: #AA67B0; }

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

This text font color is #AA67B0.


Background Color

.myBgColor { background-color: #AA67B0; }

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

This div background color is #AA67B0.


Border color

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

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

This div border color is #AA67B0.


Opacity

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

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

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

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

This text has shadow with #AA67B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA67B0 on black background.


Color preview on white background

This text has color #AA67B0 on white background.



Black color preview on #AA67B0 background

This text has black color on #AA67B0 background.


White color preview on #AA67B0 background

This text has white color on #AA67B0 background.