#AA9FE4

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

Shades of Wistful #AA9FE4

Tints of Wistful #AA9FE4

Color information

#AA9FE4 (or 0xAA9FE4) is unknown color: approx Wistful. HEX triplet: AA, 9F and E4. RGB value is (170,159,228). Sum of RGB (Red+Green+Blue) = 170+159+228=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA9FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FE4 is #55601B. Grayscale: #A9A9A9. Windows color (decimal): -5595164 or 14983082. OLE color: 14983082.

HSL color Cylindrical-coordinate representation of color #AA9FE4: hue angle of 249.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9FE4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170159228-
CMYK0.250.3000.11
HSL249.57º56.1%75.88%-
HSV(B)249.57º30.26%89.41%-
XYZ42.9838.9478.65-
YUV170.16160.64127.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=30.52%
G=28.55%
B=40.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701592280.250.3000.11249.5756.175.88
HexAA9FE4191E0Bfa384c
Octal252237344313601337270114
Binary101010101001111111100100110011111001011111110101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FE4; }

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

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

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

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

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

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

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

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