#A09EEC

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

Shades of Wistful #A09EEC

Tints of Wistful #A09EEC

Color information

#A09EEC (or 0xA09EEC) is unknown color: approx Wistful. HEX triplet: A0, 9E and EC. RGB value is (160,158,236). Sum of RGB (Red+Green+Blue) = 160+158+236=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEC is #5F6113. Grayscale: #A7A7A7. Windows color (decimal): -6250772 or 15507104. OLE color: 15507104.

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

Color convert

RGB160158236-
CMYK0.320.3300.07
HSL241.54º67.24%77.25%-
HSV(B)241.54º33.05%92.55%-
XYZ41.8637.9884.48-
YUV167.49166.66122.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=28.88%
G=28.52%
B=42.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601582360.320.3300.07241.5467.2477.25
HexA09EEC202107f2434d
Octal240236354404107362103115
Binary10100000100111101110110010000010000101111111001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EEC; }

 p { color: rgb(160,158,236); }

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

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

 a { background-color: rgb(160,158,236); }

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

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

 span { border-color: rgb(160,158,236); }

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