COLOR #AA4078

HEX: #AA4078
RGB: (170,64,120)

Color info

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

RGB color model

#AA4078 color RGB value is (170,64,120).

  • red value is 170;
  • green value is 64;
  • blue value is 120.
RGB:
(170,64,120)
(67%,25%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 64 of 255 = 25%
B 120 of 255 = 47%

170
64
120

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

Portions of RGB colors in percentages

R + G + B =
170 + 64 + 120 = 354 (100%)
R 170 of 354 ~ 48.02%
G 64 of 354 ~ 18.08%
B 120 of 354 ~ 33.9%

%48.02
%18.08
%33.9

CMYK color model

#AA4078 color CMYK value is (0,62,29,33).

  • cyan value is 0.00%
  • magenta value is 62.35%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(0,62,29,33)
C0M62Y29K33 
(0%,62%,29%,33%)
(0.00/0.62/0.29/0.33)	

CMYK percentages

%0
%62.35
%29.41
%33.33

Codes

Color #AA4078 in popluar color models

AA4078
RGB17064120
HSL328°45.30%45.88%
HSB/HSV328°62.35%66.67%
CMYK0.00%62.35%29.41%
33.33%

Color #AA4078 in popluar number systems.

HEXAA4078
Decimal17064120
Binary1010101010000001111000
Octal252100170

Shades and tints

Shades of #AA4078

#AA4078
(170,64,120)
#9B3B6E
(155,59,110)
#8C3664
(140,54,100)
#7D315A
(125,49,90)
#6E2C50
(110,44,80)
#5F2746
(95,39,70)
#50223C
(80,34,60)
#411D32
(65,29,50)
#321828
(50,24,40)
#23131E
(35,19,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #AA4078

#AA4078
(170,64,120)
#B15184
(177,81,132)
#B86290
(184,98,144)
#BF739C
(191,115,156)
#C684A8
(198,132,168)
#CD95B4
(205,149,180)
#D4A6C0
(212,166,192)
#DBB7CC
(219,183,204)
#E2C8D8
(226,200,216)
#E9D9E4
(233,217,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4078 color. Also use rgb(170,64,120) instead hex code.

Text Font Color

.myTextColor { color: #AA4078; }

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

This text font color is #AA4078.


Background Color

.myBgColor { background-color: #AA4078; }

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

This div background color is #AA4078.


Border color

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

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

This div border color is #AA4078.


Opacity

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

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

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

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

This text has shadow with #AA4078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4078 on black background.


Color preview on white background

This text has color #AA4078 on white background.



Black color preview on #AA4078 background

This text has black color on #AA4078 background.


White color preview on #AA4078 background

This text has white color on #AA4078 background.