#AA7FED

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

Shades of Medium Purple #AA7FED

Tints of Medium Purple #AA7FED

Color information

#AA7FED (or 0xAA7FED) is unknown color: approx Medium Purple. HEX triplet: AA, 7F and ED. RGB value is (170,127,237). Sum of RGB (Red+Green+Blue) = 170+127+237=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FED is #558012. Grayscale: #989898. Windows color (decimal): -5603347 or 15564714. OLE color: 15564714.

HSL color Cylindrical-coordinate representation of color #AA7FED: hue angle of 263.45º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7FED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170127237-
CMYK0.280.4600.07
HSL263.45º75.34%71.37%-
HSV(B)263.45º46.41%92.94%-
XYZ39.4529.8483.8-
YUV152.4175.75140.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=31.84%
G=23.78%
B=44.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701272370.280.4600.07263.4575.3471.37
HexAA7FED1C2E071074b47
Octal252177355345607407113107
Binary1010101011111111110110111100101110011110000011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FED; }

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

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

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

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

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

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

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

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