COLOR #AA247B

HEX: #AA247B
RGB: (170,36,123)

Color info

#AA247B contains mainly red and blue colors. Web safe color of #AA247B is #993366 (or #936).

RGB color model

#AA247B color RGB value is (170,36,123).

  • red value is 170;
  • green value is 36;
  • blue value is 123.
RGB:
(170,36,123)
(67%,14%,48%)

RGB channels and saturation

R 170 of 255 = 67%
G 36 of 255 = 14%
B 123 of 255 = 48%

170
36
123

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

Portions of RGB colors in percentages

R + G + B =
170 + 36 + 123 = 329 (100%)
R 170 of 329 ~ 51.67%
G 36 of 329 ~ 10.94%
B 123 of 329 ~ 37.39%

%51.67
%10.94
%37.39

CMYK color model

#AA247B color CMYK value is (0,79,28,33).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(0,79,28,33)
C0M79Y28K33 
(0%,79%,28%,33%)
(0.00/0.79/0.28/0.33)	

CMYK percentages

%0
%78.82
%27.65
%33.33

Codes

Color #AA247B in popluar color models

AA247B
RGB17036123
HSL321°65.05%40.39%
HSB/HSV321°78.82%66.67%
CMYK0.00%78.82%27.65%
33.33%

Color #AA247B in popluar number systems.

HEXAA247B
Decimal17036123
Binary101010101001001111011
Octal25244173

Shades and tints

Shades of #AA247B

#AA247B
(170,36,123)
#9B2170
(155,33,112)
#8C1E65
(140,30,101)
#7D1B5A
(125,27,90)
#6E184F
(110,24,79)
#5F1544
(95,21,68)
#501239
(80,18,57)
#410F2E
(65,15,46)
#320C23
(50,12,35)
#230918
(35,9,24)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #AA247B

#AA247B
(170,36,123)
#B13787
(177,55,135)
#B84A93
(184,74,147)
#BF5D9F
(191,93,159)
#C670AB
(198,112,171)
#CD83B7
(205,131,183)
#D496C3
(212,150,195)
#DBA9CF
(219,169,207)
#E2BCDB
(226,188,219)
#E9CFE7
(233,207,231)
#F0E2F3
(240,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA247B color. Also use rgb(170,36,123) instead hex code.

Text Font Color

.myTextColor { color: #AA247B; }

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

This text font color is #AA247B.


Background Color

.myBgColor { background-color: #AA247B; }

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

This div background color is #AA247B.


Border color

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

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

This div border color is #AA247B.


Opacity

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

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

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

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

This text has shadow with #AA247B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA247B on black background.


Color preview on white background

This text has color #AA247B on white background.



Black color preview on #AA247B background

This text has black color on #AA247B background.


White color preview on #AA247B background

This text has white color on #AA247B background.