#AA7AE5

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

Shades of Medium Purple #AA7AE5

Tints of Medium Purple #AA7AE5

Color information

#AA7AE5 (or 0xAA7AE5) is unknown color: approx Medium Purple. HEX triplet: AA, 7A and E5. RGB value is (170,122,229). Sum of RGB (Red+Green+Blue) = 170+122+229=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA7AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AE5 is #55851A. Grayscale: #949494. Windows color (decimal): -5604635 or 15039146. OLE color: 15039146.

HSL color Cylindrical-coordinate representation of color #AA7AE5: hue angle of 266.92º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7AE5 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170122229-
CMYK0.260.4700.10
HSL266.92º67.3%68.82%-
HSV(B)266.92º46.72%89.8%-
XYZ37.6828.1277.57-
YUV148.55173.4143.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=32.63%
G=23.42%
B=43.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701222290.260.4700.10266.9267.368.82
HexAA7AE51A2F0A10b4345
Octal2521723453257012413103105
Binary10101010111101011100101110101011110101010000101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7AE5; }

 p { color: rgb(170,122,229); }

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

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

 a { background-color: rgb(170,122,229); }

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

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

 span { border-color: rgb(170,122,229); }

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