#AA7EE1

Color #AA7EE1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA7EE1

Tints of Medium Purple #AA7EE1

Color information

#AA7EE1 (or 0xAA7EE1) is unknown color: approx Medium Purple. HEX triplet: AA, 7E and E1. RGB value is (170,126,225). Sum of RGB (Red+Green+Blue) = 170+126+225=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EE1 is #55811E. Grayscale: #969696. Windows color (decimal): -5603615 or 14778026. OLE color: 14778026.

HSL color Cylindrical-coordinate representation of color #AA7EE1: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7EE1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170126225-
CMYK0.240.4400.12
HSL266.67º62.26%68.82%-
HSV(B)266.67º44%88.24%-
XYZ37.6328.974.83-
YUV150.44170.08141.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=32.63%
G=24.18%
B=43.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701262250.240.4400.12266.6762.2668.82
HexAA7EE1182C0C10b3e45
Octal252176341305401441376105
Binary1010101011111101110000111000101100011001000010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EE1; }

 p { color: rgb(170,126,225); }

 H1.HeaderClassName
 {
   color: #AA7EE1;
 }
 .AnyTagClassName
 {
   color: #AA7EE1;
 }
</style>
background-color css

<style>
 a { background-color: #AA7EE1; }

 a { background-color: rgb(170,126,225); }

 div.DivClassName
 {
   background-color: #AA7EE1;
 }
 .BgClassName
 {
   background-color: #AA7EE1;
 }
</style>
border-color css

<style>
 span { border-color: #AA7EE1; }

 span { border-color: rgb(170,126,225); }

 td.TdClassName
 {
   border-color: #AA7EE1;
 }
 .TagClassName
 {
   border-color: #AA7EE1;
 }
</style>