#A09EEB

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

Shades of Wistful #A09EEB

Tints of Wistful #A09EEB

Color information

#A09EEB (or 0xA09EEB) is unknown color: approx Wistful. HEX triplet: A0, 9E and EB. RGB value is (160,158,235). Sum of RGB (Red+Green+Blue) = 160+158+235=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEB is #5F6114. Grayscale: #A7A7A7. Windows color (decimal): -6250773 or 15441568. OLE color: 15441568.

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

Color convert

RGB160158235-
CMYK0.320.3300.08
HSL241.56º65.81%77.06%-
HSV(B)241.56º32.77%92.16%-
XYZ41.7237.9383.72-
YUV167.38166.16122.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=28.93%
G=28.57%
B=42.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601582350.320.3300.08241.5665.8177.06
HexA09EEB202108f2424d
Octal2402363534041010362102115
Binary101000001001111011101011100000100001010001111001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EEB; }

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

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

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

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

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

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

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

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