#A097CA

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

Shades of Wistful #A097CA

Tints of Wistful #A097CA

Color information

#A097CA (or 0xA097CA) is unknown color: approx Wistful. HEX triplet: A0, 97 and CA. RGB value is (160,151,202). Sum of RGB (Red+Green+Blue) = 160+151+202=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A097CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097CA is #5F6835. Grayscale: #9F9F9F. Windows color (decimal): -6252598 or 13277088. OLE color: 13277088.

HSL color Cylindrical-coordinate representation of color #A097CA: hue angle of 250.59º 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 #A097CA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160151202-
CMYK0.210.2500.21
HSL250.59º32.48%69.22%-
HSV(B)250.59º25.25%79.22%-
XYZ36.2233.8760.51-
YUV159.5151.98128.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=31.19%
G=29.43%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601512020.210.2500.21250.5932.4869.22
HexA097CA1519015fb2045
Octal240227312253102537340105
Binary1010000010010111110010101010111001010101111110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097CA; }

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

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

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

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

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

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

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

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