#A09DE9

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

Shades of Wistful #A09DE9

Tints of Wistful #A09DE9

Color information

#A09DE9 (or 0xA09DE9) is unknown color: approx Wistful. HEX triplet: A0, 9D and E9. RGB value is (160,157,233). Sum of RGB (Red+Green+Blue) = 160+157+233=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #A09DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DE9 is #5F6216. Grayscale: #A6A6A6. Windows color (decimal): -6251031 or 15310240. OLE color: 15310240.

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

Color convert

RGB160157233-
CMYK0.310.3300.09
HSL242.37º63.33%76.47%-
HSV(B)242.37º32.62%91.37%-
XYZ41.2637.4782.15-
YUV166.56165.49123.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 157 (61.72% from 255) = 28.55%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=29.09%
G=28.55%
B=42.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601572330.310.3300.09242.3763.3376.47
HexA09DE91F2109f23f4c
Octal240235351374101136277114
Binary1010000010011101111010011111110000101001111100101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DE9; }

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

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

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

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

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

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

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

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