#aa7fe5

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

Shades of Medium Purple #AA7FE5

Tints of Medium Purple #AA7FE5

Color information

#AA7FE5 (or 0xAA7FE5) is unknown color: approx Medium Purple. HEX triplet: AA, 7F and E5. RGB value is (170,127,229). Sum of RGB (Red+Green+Blue) = 170+127+229=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA7FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FE5 is #55801A. Grayscale: #979797. Windows color (decimal): -5603355 or 15040426. OLE color: 15040426.

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

Color convert

RGB170127229-
CMYK0.260.4500.10
HSL265.29º66.23%69.8%-
HSV(B)265.29º44.54%89.8%-
XYZ38.3129.3877.78-
YUV151.48171.75141.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 127 (50% from 255) = 24.14%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=32.32%
G=24.14%
B=43.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701272290.260.4500.10265.2966.2369.8
HexAA7FE51A2D0A1094246
Octal2521773453255012411102106
Binary10101010111111111100101110101011010101010000100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7fe5; }

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

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

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

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

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

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

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

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