COLOR #AA23BF

HEX: #AA23BF
RGB: (170,35,191)

Color info

#AA23BF contains mainly red and blue colors. Web safe color of #AA23BF is #9933CC (or #93C).

RGB color model

#AA23BF color RGB value is (170,35,191).

  • red value is 170;
  • green value is 35;
  • blue value is 191.
RGB:
(170,35,191)
(67%,14%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 35 of 255 = 14%
B 191 of 255 = 75%

170
35
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 35 + 191 = 396 (100%)
R 170 of 396 ~ 42.93%
G 35 of 396 ~ 8.84%
B 191 of 396 ~ 48.23%

%42.93
%48.23

CMYK color model

#AA23BF color CMYK value is (11,82,0,25).

  • cyan value is 10.99%
  • magenta value is 81.68%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,82,0,25)
C11M82Y0K25 
(11%,82%,0%,25%)
(0.11/0.82/0.00/0.25)	

CMYK percentages

%10.99
%81.68
%0
%25.1

Codes

Color #AA23BF in popluar color models

AA23BF
RGB17035191
HSL292°69.03%44.31%
HSB/HSV292°81.68%74.90%
CMYK10.99%81.68%0.00%
25.10%

Color #AA23BF in popluar number systems.

HEXAA23BF
Decimal17035191
Binary1010101010001110111111
Octal25243277

Shades and tints

Shades of #AA23BF

#AA23BF
(170,35,191)
#9B20AE
(155,32,174)
#8C1D9D
(140,29,157)
#7D1A8C
(125,26,140)
#6E177B
(110,23,123)
#5F146A
(95,20,106)
#501159
(80,17,89)
#410E48
(65,14,72)
#320B37
(50,11,55)
#230826
(35,8,38)
#140515
(20,5,21)
#000000
(0,0,0)

Tints of #AA23BF

#AA23BF
(170,35,191)
#B137C4
(177,55,196)
#B84BC9
(184,75,201)
#BF5FCE
(191,95,206)
#C673D3
(198,115,211)
#CD87D8
(205,135,216)
#D49BDD
(212,155,221)
#DBAFE2
(219,175,226)
#E2C3E7
(226,195,231)
#E9D7EC
(233,215,236)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA23BF color. Also use rgb(170,35,191) instead hex code.

Text Font Color

.myTextColor { color: #AA23BF; }

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

This text font color is #AA23BF.


Background Color

.myBgColor { background-color: #AA23BF; }

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

This div background color is #AA23BF.


Border color

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

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

This div border color is #AA23BF.


Opacity

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

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

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

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

This text has shadow with #AA23BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA23BF on black background.


Color preview on white background

This text has color #AA23BF on white background.



Black color preview on #AA23BF background

This text has black color on #AA23BF background.


White color preview on #AA23BF background

This text has white color on #AA23BF background.