#A09ECB

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

Shades of Wistful #A09ECB

Tints of Wistful #A09ECB

Color information

#A09ECB (or 0xA09ECB) is unknown color: approx Wistful. HEX triplet: A0, 9E and CB. RGB value is (160,158,203). Sum of RGB (Red+Green+Blue) = 160+158+203=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A09ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECB is #5F6134. Grayscale: #A3A3A3. Windows color (decimal): -6250805 or 13344416. OLE color: 13344416.

HSL color Cylindrical-coordinate representation of color #A09ECB: hue angle of 242.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09ECB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160158203-
CMYK0.210.2200.20
HSL242.67º30.2%70.78%-
HSV(B)242.67º22.17%79.61%-
XYZ37.536.2461.52-
YUV163.73150.16125.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=30.71%
G=30.33%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601582030.210.2200.20242.6730.270.78
HexA09ECB1516014f31e47
Octal240236313252602436336107
Binary101000001001111011001011101011011001010011110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ECB; }

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

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

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

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

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

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

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

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