COLOR #AA058E

HEX: #AA058E
RGB: (170,5,142)

Color info

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

RGB color model

#AA058E color RGB value is (170,5,142).

  • red value is 170;
  • green value is 5;
  • blue value is 142.
RGB:
(170,5,142)
(67%,2%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 5 of 255 = 2%
B 142 of 255 = 56%

170
5
142

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

Portions of RGB colors in percentages

R + G + B =
170 + 5 + 142 = 317 (100%)
R 170 of 317 ~ 53.63%
G 5 of 317 ~ 1.58%
B 142 of 317 ~ 44.79%

%53.63
%44.79

CMYK color model

#AA058E color CMYK value is (0,97,16,33).

  • cyan value is 0.00%
  • magenta value is 97.06%
  • yellow value is 16.47%
  • key color value is 33.33%
CMYK:
(0,97,16,33)
C0M97Y16K33 
(0%,97%,16%,33%)
(0.00/0.97/0.16/0.33)	

CMYK percentages

%0
%97.06
%16.47
%33.33

Codes

Color #AA058E in popluar color models

AA058E
RGB1705142
HSL310°94.29%34.31%
HSB/HSV310°97.06%66.67%
CMYK0.00%97.06%16.47%
33.33%

Color #AA058E in popluar number systems.

HEXAA058E
Decimal1705142
Binary1010101010110001110
Octal2525216

Shades and tints

Shades of #AA058E

#AA058E
(170,5,142)
#9B0582
(155,5,130)
#8C0576
(140,5,118)
#7D056A
(125,5,106)
#6E055E
(110,5,94)
#5F0552
(95,5,82)
#500546
(80,5,70)
#41053A
(65,5,58)
#32052E
(50,5,46)
#230522
(35,5,34)
#140516
(20,5,22)
#000000
(0,0,0)

Tints of #AA058E

#AA058E
(170,5,142)
#B11B98
(177,27,152)
#B831A2
(184,49,162)
#BF47AC
(191,71,172)
#C65DB6
(198,93,182)
#CD73C0
(205,115,192)
#D489CA
(212,137,202)
#DB9FD4
(219,159,212)
#E2B5DE
(226,181,222)
#E9CBE8
(233,203,232)
#F0E1F2
(240,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA058E color. Also use rgb(170,5,142) instead hex code.

Text Font Color

.myTextColor { color: #AA058E; }

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

This text font color is #AA058E.


Background Color

.myBgColor { background-color: #AA058E; }

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

This div background color is #AA058E.


Border color

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

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

This div border color is #AA058E.


Opacity

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

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

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

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

This text has shadow with #AA058E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA058E on black background.


Color preview on white background

This text has color #AA058E on white background.



Black color preview on #AA058E background

This text has black color on #AA058E background.


White color preview on #AA058E background

This text has white color on #AA058E background.