COLOR #AA51AF

HEX: #AA51AF
RGB: (170,81,175)

Color info

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

RGB color model

#AA51AF color RGB value is (170,81,175).

  • red value is 170;
  • green value is 81;
  • blue value is 175.
RGB:
(170,81,175)
(67%,32%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 81 of 255 = 32%
B 175 of 255 = 69%

170
81
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 81 + 175 = 426 (100%)
R 170 of 426 ~ 39.91%
G 81 of 426 ~ 19.01%
B 175 of 426 ~ 41.08%

%39.91
%19.01
%41.08

CMYK color model

#AA51AF color CMYK value is (3,54,0,31).

  • cyan value is 2.86%
  • magenta value is 53.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,54,0,31)
C3M54Y0K31 
(3%,54%,0%,31%)
(0.03/0.54/0.00/0.31)	

CMYK percentages

%2.86
%53.71
%0
%31.37

Codes

Color #AA51AF in popluar color models

AA51AF
RGB17081175
HSL297°37.01%50.20%
HSB/HSV297°53.71%68.63%
CMYK2.86%53.71%0.00%
31.37%

Color #AA51AF in popluar number systems.

HEXAA51AF
Decimal17081175
Binary10101010101000110101111
Octal252121257

Shades and tints

Shades of #AA51AF

#AA51AF
(170,81,175)
#9B4AA0
(155,74,160)
#8C4391
(140,67,145)
#7D3C82
(125,60,130)
#6E3573
(110,53,115)
#5F2E64
(95,46,100)
#502755
(80,39,85)
#412046
(65,32,70)
#321937
(50,25,55)
#231228
(35,18,40)
#140B19
(20,11,25)
#000000
(0,0,0)

Tints of #AA51AF

#AA51AF
(170,81,175)
#B160B6
(177,96,182)
#B86FBD
(184,111,189)
#BF7EC4
(191,126,196)
#C68DCB
(198,141,203)
#CD9CD2
(205,156,210)
#D4ABD9
(212,171,217)
#DBBAE0
(219,186,224)
#E2C9E7
(226,201,231)
#E9D8EE
(233,216,238)
#F0E7F5
(240,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA51AF color. Also use rgb(170,81,175) instead hex code.

Text Font Color

.myTextColor { color: #AA51AF; }

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

This text font color is #AA51AF.


Background Color

.myBgColor { background-color: #AA51AF; }

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

This div background color is #AA51AF.


Border color

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

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

This div border color is #AA51AF.


Opacity

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

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

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

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

This text has shadow with #AA51AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA51AF on black background.


Color preview on white background

This text has color #AA51AF on white background.



Black color preview on #AA51AF background

This text has black color on #AA51AF background.


White color preview on #AA51AF background

This text has white color on #AA51AF background.