#AA9FE3

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

Shades of Wistful #AA9FE3

Tints of Wistful #AA9FE3

Color information

#AA9FE3 (or 0xAA9FE3) is unknown color: approx Wistful. HEX triplet: AA, 9F and E3. RGB value is (170,159,227). Sum of RGB (Red+Green+Blue) = 170+159+227=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA9FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FE3 is #55601C. Grayscale: #A9A9A9. Windows color (decimal): -5595165 or 14917546. OLE color: 14917546.

HSL color Cylindrical-coordinate representation of color #AA9FE3: hue angle of 249.71º degrees, saturation: 0.55, 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 #AA9FE3 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170159227-
CMYK0.250.3000.11
HSL249.71º54.84%75.69%-
HSV(B)249.71º29.96%89.02%-
XYZ42.8438.8977.92-
YUV170.04160.14127.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=30.58%
G=28.60%
B=40.83%

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
Decimal1701592270.250.3000.11249.7154.8475.69
HexAA9FE3191E0Bfa374c
Octal252237343313601337267114
Binary101010101001111111100011110011111001011111110101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FE3; }

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

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

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

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

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

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

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

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