#A097D9

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

Shades of Wistful #A097D9

Tints of Wistful #A097D9

Color information

#A097D9 (or 0xA097D9) is unknown color: approx Wistful. HEX triplet: A0, 97 and D9. RGB value is (160,151,217). Sum of RGB (Red+Green+Blue) = 160+151+217=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A097D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097D9 is #5F6826. Grayscale: #A0A0A0. Windows color (decimal): -6252583 or 14260128. OLE color: 14260128.

HSL color Cylindrical-coordinate representation of color #A097D9: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A097D9 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160151217-
CMYK0.260.3000.15
HSL248.18º46.48%72.16%-
HSV(B)248.18º30.41%85.1%-
XYZ38.0934.6270.32-
YUV161.22159.48127.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=30.30%
G=28.60%
B=41.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601512170.260.3000.15248.1846.4872.16
HexA097D91A1E0Ff82e48
Octal240227331323601737056110
Binary101000001001011111011001110101111001111111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097D9; }

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

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

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

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

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

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

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

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