COLOR #AA7DD0

HEX: #AA7DD0
RGB: (170,125,208)

Color info

#AA7DD0 contains mainly red and blue colors. Web safe color of #AA7DD0 is #9966CC (or #96C).

RGB color model

#AA7DD0 color RGB value is (170,125,208).

  • red value is 170;
  • green value is 125;
  • blue value is 208.
RGB:
(170,125,208)
(67%,49%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 208 of 255 = 82%

170
125
208

R + G + B ~ 66%. #AA7DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 208 = 503 (100%)
R 170 of 503 ~ 33.8%
G 125 of 503 ~ 24.85%
B 208 of 503 ~ 41.35%

%33.8
%24.85
%41.35

CMYK color model

#AA7DD0 color CMYK value is (18,40,0,18).

  • cyan value is 18.27%
  • magenta value is 39.90%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(18,40,0,18)
C18M40Y0K18 
(18%,40%,0%,18%)
(0.18/0.40/0.00/0.18)	

CMYK percentages

%18.27
%39.9
%0
%18.43

Codes

Color #AA7DD0 in popluar color models

AA7DD0
RGB170125208
HSL273°46.89%65.29%
HSB/HSV273°39.90%81.57%
CMYK18.27%39.90%0.00%
18.43%

Color #AA7DD0 in popluar number systems.

HEXAA7DD0
Decimal170125208
Binary10101010111110111010000
Octal252175320

Shades and tints

Shades of #AA7DD0

#AA7DD0
(170,125,208)
#9B72BE
(155,114,190)
#8C67AC
(140,103,172)
#7D5C9A
(125,92,154)
#6E5188
(110,81,136)
#5F4676
(95,70,118)
#503B64
(80,59,100)
#413052
(65,48,82)
#322540
(50,37,64)
#231A2E
(35,26,46)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #AA7DD0

#AA7DD0
(170,125,208)
#B188D4
(177,136,212)
#B893D8
(184,147,216)
#BF9EDC
(191,158,220)
#C6A9E0
(198,169,224)
#CDB4E4
(205,180,228)
#D4BFE8
(212,191,232)
#DBCAEC
(219,202,236)
#E2D5F0
(226,213,240)
#E9E0F4
(233,224,244)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7DD0 color. Also use rgb(170,125,208) instead hex code.

Text Font Color

.myTextColor { color: #AA7DD0; }

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

This text font color is #AA7DD0.


Background Color

.myBgColor { background-color: #AA7DD0; }

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

This div background color is #AA7DD0.


Border color

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

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

This div border color is #AA7DD0.


Opacity

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

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

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

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

This text has shadow with #AA7DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7DD0 on black background.


Color preview on white background

This text has color #AA7DD0 on white background.



Black color preview on #AA7DD0 background

This text has black color on #AA7DD0 background.


White color preview on #AA7DD0 background

This text has white color on #AA7DD0 background.