#AA9FE5

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

Shades of Wistful #AA9FE5

Tints of Wistful #AA9FE5

Color information

#AA9FE5 (or 0xAA9FE5) is unknown color: approx Wistful. HEX triplet: AA, 9F and E5. RGB value is (170,159,229). Sum of RGB (Red+Green+Blue) = 170+159+229=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA9FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FE5 is #55601A. Grayscale: #AAAAAA. Windows color (decimal): -5595163 or 15048618. OLE color: 15048618.

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

Color convert

RGB170159229-
CMYK0.260.3100.10
HSL249.43º57.38%76.08%-
HSV(B)249.43º30.57%89.8%-
XYZ43.123979.38-
YUV170.27161.14127.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 229 (89.84% from 255) = 41.04%
R=30.47%
G=28.49%
B=41.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701592290.260.3100.10249.4357.3876.08
HexAA9FE51A1F0Af9394c
Octal252237345323701237171114
Binary101010101001111111100101110101111101010111110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FE5; }

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

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

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

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

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

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

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

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