#A09AE9

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

Shades of Wistful #A09AE9

Tints of Wistful #A09AE9

Color information

#A09AE9 (or 0xA09AE9) is unknown color: approx Wistful. HEX triplet: A0, 9A and E9. RGB value is (160,154,233). Sum of RGB (Red+Green+Blue) = 160+154+233=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #A09AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AE9 is #5F6516. Grayscale: #A4A4A4. Windows color (decimal): -6251799 or 15309472. OLE color: 15309472.

HSL color Cylindrical-coordinate representation of color #A09AE9: hue angle of 244.56º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09AE9 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160154233-
CMYK0.310.3400.09
HSL244.56º64.23%75.88%-
HSV(B)244.56º33.91%91.37%-
XYZ40.7636.4781.98-
YUV164.8166.49124.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=29.25%
G=28.15%
B=42.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601542330.310.3400.09244.5664.2375.88
HexA09AE91F2209f5404c
Octal2402323513742011365100114
Binary10100000100110101110100111111100010010011111010110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AE9; }

 p { color: rgb(160,154,233); }

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

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

 a { background-color: rgb(160,154,233); }

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

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

 span { border-color: rgb(160,154,233); }

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