#A09ECF

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

Shades of Wistful #A09ECF

Tints of Wistful #A09ECF

Color information

#A09ECF (or 0xA09ECF) is unknown color: approx Wistful. HEX triplet: A0, 9E and CF. RGB value is (160,158,207). Sum of RGB (Red+Green+Blue) = 160+158+207=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #A09ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECF is #5F6130. Grayscale: #A3A3A3. Windows color (decimal): -6250801 or 13606560. OLE color: 13606560.

HSL color Cylindrical-coordinate representation of color #A09ECF: hue angle of 242.45º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ECF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160158207-
CMYK0.230.2400.19
HSL242.45º33.79%71.57%-
HSV(B)242.45º23.67%81.18%-
XYZ37.9936.4364.06-
YUV164.18152.16125.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=30.48%
G=30.10%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601582070.230.2400.19242.4533.7971.57
HexA09ECF1718013f22248
Octal240236317273002336242110
Binary1010000010011110110011111011111000010011111100101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ECF; }

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

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

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

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

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

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

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

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