#A09EEE

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

Shades of Wistful #A09EEE

Tints of Wistful #A09EEE

Color information

#A09EEE (or 0xA09EEE) is unknown color: approx Wistful. HEX triplet: A0, 9E and EE. RGB value is (160,158,238). Sum of RGB (Red+Green+Blue) = 160+158+238=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEE is #5F6111. Grayscale: #A7A7A7. Windows color (decimal): -6250770 or 15638176. OLE color: 15638176.

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

Color convert

RGB160158238-
CMYK0.330.3400.07
HSL241.5º70.18%77.65%-
HSV(B)241.5º33.61%93.33%-
XYZ42.1638.186.02-
YUV167.72167.66122.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=28.78%
G=28.42%
B=42.81%

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
Decimal1601582380.330.3400.07241.570.1877.65
HexA09EEE212207f2464e
Octal240236356414207362106116
Binary10100000100111101110111010000110001001111111001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EEE; }

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

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

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

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

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

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

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

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