COLOR #AA0A92

HEX: #AA0A92
RGB: (170,10,146)

Color info

#AA0A92 contains mainly red and blue colors. Web safe color of #AA0A92 is #990099 (or #909).

RGB color model

#AA0A92 color RGB value is (170,10,146).

  • red value is 170;
  • green value is 10;
  • blue value is 146.
RGB:
(170,10,146)
(67%,4%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 10 of 255 = 4%
B 146 of 255 = 57%

170
10
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 10 + 146 = 326 (100%)
R 170 of 326 ~ 52.15%
G 10 of 326 ~ 3.07%
B 146 of 326 ~ 44.79%

%52.15
%44.79

CMYK color model

#AA0A92 color CMYK value is (0,94,14,33).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,94,14,33)
C0M94Y14K33 
(0%,94%,14%,33%)
(0.00/0.94/0.14/0.33)	

CMYK percentages

%0
%94.12
%14.12
%33.33

Codes

Color #AA0A92 in popluar color models

AA0A92
RGB17010146
HSL309°88.89%35.29%
HSB/HSV309°94.12%66.67%
CMYK0.00%94.12%14.12%
33.33%

Color #AA0A92 in popluar number systems.

HEXAA0A92
Decimal17010146
Binary10101010101010010010
Octal25212222

Shades and tints

Shades of #AA0A92

#AA0A92
(170,10,146)
#9B0A85
(155,10,133)
#8C0A78
(140,10,120)
#7D0A6B
(125,10,107)
#6E0A5E
(110,10,94)
#5F0A51
(95,10,81)
#500A44
(80,10,68)
#410A37
(65,10,55)
#320A2A
(50,10,42)
#230A1D
(35,10,29)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #AA0A92

#AA0A92
(170,10,146)
#B1209B
(177,32,155)
#B836A4
(184,54,164)
#BF4CAD
(191,76,173)
#C662B6
(198,98,182)
#CD78BF
(205,120,191)
#D48EC8
(212,142,200)
#DBA4D1
(219,164,209)
#E2BADA
(226,186,218)
#E9D0E3
(233,208,227)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA0A92 color. Also use rgb(170,10,146) instead hex code.

Text Font Color

.myTextColor { color: #AA0A92; }

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

This text font color is #AA0A92.


Background Color

.myBgColor { background-color: #AA0A92; }

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

This div background color is #AA0A92.


Border color

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

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

This div border color is #AA0A92.


Opacity

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

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

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

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

This text has shadow with #AA0A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA0A92 on black background.


Color preview on white background

This text has color #AA0A92 on white background.



Black color preview on #AA0A92 background

This text has black color on #AA0A92 background.


White color preview on #AA0A92 background

This text has white color on #AA0A92 background.