#A097D2

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

Shades of Wistful #A097D2

Tints of Wistful #A097D2

Color information

#A097D2 (or 0xA097D2) is unknown color: approx Wistful. HEX triplet: A0, 97 and D2. RGB value is (160,151,210). Sum of RGB (Red+Green+Blue) = 160+151+210=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #A097D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097D2 is #5F682D. Grayscale: #A0A0A0. Windows color (decimal): -6252590 or 13801376. OLE color: 13801376.

HSL color Cylindrical-coordinate representation of color #A097D2: hue angle of 249.15º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A097D2 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160151210-
CMYK0.240.2800.18
HSL249.15º39.6%70.78%-
HSV(B)249.15º28.1%82.35%-
XYZ37.234.2665.63-
YUV160.42155.98127.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 210 (82.42% from 255) = 40.31%
R=30.71%
G=28.98%
B=40.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601512100.240.2800.18249.1539.670.78
HexA097D2181C012f92847
Octal240227322303402237150107
Binary1010000010010111110100101100011100010010111110011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097D2; }

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

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

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

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

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

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

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

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