#A097DC

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

Shades of Wistful #A097DC

Tints of Wistful #A097DC

Color information

#A097DC (or 0xA097DC) is unknown color: approx Wistful. HEX triplet: A0, 97 and DC. RGB value is (160,151,220). Sum of RGB (Red+Green+Blue) = 160+151+220=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A097DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DC is #5F6823. Grayscale: #A1A1A1. Windows color (decimal): -6252580 or 14456736. OLE color: 14456736.

HSL color Cylindrical-coordinate representation of color #A097DC: hue angle of 247.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A097DC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160151220-
CMYK0.270.3100.14
HSL247.83º49.64%72.75%-
HSV(B)247.83º31.36%86.27%-
XYZ38.4834.7772.39-
YUV161.56160.98126.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=30.13%
G=28.44%
B=41.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601512200.270.3100.14247.8349.6472.75
HexA097DC1B1F0Ef83249
Octal240227334333701637062111
Binary101000001001011111011100110111111101110111110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097DC; }

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

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

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

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

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

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

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

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