#A097DF

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

Shades of Wistful #A097DF

Tints of Wistful #A097DF

Color information

#A097DF (or 0xA097DF) is unknown color: approx Wistful. HEX triplet: A0, 97 and DF. RGB value is (160,151,223). Sum of RGB (Red+Green+Blue) = 160+151+223=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A097DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DF is #5F6820. Grayscale: #A1A1A1. Windows color (decimal): -6252577 or 14653344. OLE color: 14653344.

HSL color Cylindrical-coordinate representation of color #A097DF: hue angle of 247.5º degrees, saturation: 0.53, 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 #A097DF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160151223-
CMYK0.280.3200.13
HSL247.5º52.94%73.33%-
HSV(B)247.5º32.29%87.45%-
XYZ38.8834.9374.51-
YUV161.9162.48126.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=29.96%
G=28.28%
B=41.76%

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
Decimal1601512230.280.3200.13247.552.9473.33
HexA097DF1C200Df83549
Octal240227337344001537065111
Binary1010000010010111110111111110010000001101111110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097DF; }

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

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

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

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

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

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

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

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