#A097DE

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

Shades of Wistful #A097DE

Tints of Wistful #A097DE

Color information

#A097DE (or 0xA097DE) is unknown color: approx Wistful. HEX triplet: A0, 97 and DE. RGB value is (160,151,222). Sum of RGB (Red+Green+Blue) = 160+151+222=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A097DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DE is #5F6821. Grayscale: #A1A1A1. Windows color (decimal): -6252578 or 14587808. OLE color: 14587808.

HSL color Cylindrical-coordinate representation of color #A097DE: hue angle of 247.61º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A097DE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160151222-
CMYK0.280.3200.13
HSL247.61º51.82%73.14%-
HSV(B)247.61º31.98%87.06%-
XYZ38.7534.8873.8-
YUV161.78161.98126.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=30.02%
G=28.33%
B=41.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601512220.280.3200.13247.6151.8273.14
HexA097DE1C200Df83449
Octal240227336344001537064111
Binary1010000010010111110111101110010000001101111110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097DE; }

 p { color: rgb(160,151,222); }

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

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

 a { background-color: rgb(160,151,222); }

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

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

 span { border-color: rgb(160,151,222); }

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