#aa7fee

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

Shades of Medium Purple #AA7FEE

Tints of Medium Purple #AA7FEE

Color information

#AA7FEE (or 0xAA7FEE) is unknown color: approx Medium Purple. HEX triplet: AA, 7F and EE. RGB value is (170,127,238). Sum of RGB (Red+Green+Blue) = 170+127+238=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FEE is #558011. Grayscale: #989898. Windows color (decimal): -5603346 or 15630250. OLE color: 15630250.

HSL color Cylindrical-coordinate representation of color #AA7FEE: hue angle of 263.24º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7FEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170127238-
CMYK0.290.4700.07
HSL263.24º76.55%71.57%-
HSV(B)263.24º46.64%93.33%-
XYZ39.629.984.57-
YUV152.51176.25140.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=31.78%
G=23.74%
B=44.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701272380.290.4700.07263.2476.5571.57
HexAA7FEE1D2F071074d48
Octal252177356355707407115110
Binary1010101011111111110111011101101111011110000011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa7fee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa7fee; }

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

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

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

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

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

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

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

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