#A09ECC

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

Shades of Wistful #A09ECC

Tints of Wistful #A09ECC

Color information

#A09ECC (or 0xA09ECC) is unknown color: approx Wistful. HEX triplet: A0, 9E and CC. RGB value is (160,158,204). Sum of RGB (Red+Green+Blue) = 160+158+204=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECC is #5F6133. Grayscale: #A3A3A3. Windows color (decimal): -6250804 or 13409952. OLE color: 13409952.

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

Color convert

RGB160158204-
CMYK0.220.2300.2
HSL242.61º31.08%70.98%-
HSV(B)242.61º22.55%80%-
XYZ37.6236.2962.15-
YUV163.84150.66125.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=30.65%
G=30.27%
B=39.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601582040.220.2300.2242.6131.0870.98
HexA09ECC1617014f31f47
Octal240236314262702436337107
Binary101000001001111011001100101101011101010011110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09ECC; }

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

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

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

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

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

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

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

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