#A09FEB

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

Shades of Wistful #A09FEB

Tints of Wistful #A09FEB

Color information

#A09FEB (or 0xA09FEB) is unknown color: approx Wistful. HEX triplet: A0, 9F and EB. RGB value is (160,159,235). Sum of RGB (Red+Green+Blue) = 160+159+235=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FEB is #5F6014. Grayscale: #A7A7A7. Windows color (decimal): -6250517 or 15441824. OLE color: 15441824.

HSL color Cylindrical-coordinate representation of color #A09FEB: hue angle of 240.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09FEB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160159235-
CMYK0.320.3200.08
HSL240.79º65.52%77.25%-
HSV(B)240.79º32.34%92.16%-
XYZ41.8938.2783.78-
YUV167.96165.83122.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=28.88%
G=28.70%
B=42.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601592350.320.3200.08240.7965.5277.25
HexA09FEB202008f1424d
Octal2402373534040010361102115
Binary101000001001111111101011100000100000010001111000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FEB; }

 p { color: rgb(160,159,235); }

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

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

 a { background-color: rgb(160,159,235); }

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

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

 span { border-color: rgb(160,159,235); }

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