#A09DEE

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

Shades of Wistful #A09DEE

Tints of Wistful #A09DEE

Color information

#A09DEE (or 0xA09DEE) is unknown color: approx Wistful. HEX triplet: A0, 9D and EE. RGB value is (160,157,238). Sum of RGB (Red+Green+Blue) = 160+157+238=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DEE is #5F6211. Grayscale: #A6A6A6. Windows color (decimal): -6251026 or 15637920. OLE color: 15637920.

HSL color Cylindrical-coordinate representation of color #A09DEE: hue angle of 242.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09DEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160157238-
CMYK0.330.3400.07
HSL242.22º70.43%77.45%-
HSV(B)242.22º34.03%93.33%-
XYZ41.9937.7685.96-
YUV167.13167.99122.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=28.83%
G=28.29%
B=42.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601572380.330.3400.07242.2270.4377.45
HexA09DEE212207f2464d
Octal240235356414207362106115
Binary10100000100111011110111010000110001001111111001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DEE; }

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

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

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

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

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

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

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

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