#AA9FED

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

Shades of Wistful #AA9FED

Tints of Wistful #AA9FED

Color information

#AA9FED (or 0xAA9FED) is unknown color: approx Wistful. HEX triplet: AA, 9F and ED. RGB value is (170,159,237). Sum of RGB (Red+Green+Blue) = 170+159+237=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FED is #556012. Grayscale: #AAAAAA. Windows color (decimal): -5595155 or 15572906. OLE color: 15572906.

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

Color convert

RGB170159237-
CMYK0.280.3300.07
HSL248.46º68.42%77.65%-
HSV(B)248.46º32.91%92.94%-
XYZ44.2639.4685.4-
YUV171.18165.14127.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=30.04%
G=28.09%
B=41.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701592370.280.3300.07248.4668.4277.65
HexAA9FED1C2107f8444e
Octal252237355344107370104116
Binary1010101010011111111011011110010000101111111100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FED; }

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

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

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

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

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

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

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

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