#A097C9

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

Shades of Wistful #A097C9

Tints of Wistful #A097C9

Color information

#A097C9 (or 0xA097C9) is unknown color: approx Wistful. HEX triplet: A0, 97 and C9. RGB value is (160,151,201). Sum of RGB (Red+Green+Blue) = 160+151+201=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #A097C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C9 is #5F6836. Grayscale: #9F9F9F. Windows color (decimal): -6252599 or 13211552. OLE color: 13211552.

HSL color Cylindrical-coordinate representation of color #A097C9: hue angle of 250.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A097C9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160151201-
CMYK0.200.2500.21
HSL250.8º31.65%69.02%-
HSV(B)250.8º24.88%78.82%-
XYZ36.1133.8259.88-
YUV159.39151.48128.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 201 (78.91% from 255) = 39.26%
R=31.25%
G=29.49%
B=39.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601512010.200.2500.21250.831.6569.02
HexA097C91419015fb2045
Octal240227311243102537340105
Binary1010000010010111110010011010011001010101111110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097C9; }

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

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

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

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

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

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

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

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