#A097DB

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

Shades of Wistful #A097DB

Tints of Wistful #A097DB

Color information

#A097DB (or 0xA097DB) is unknown color: approx Wistful. HEX triplet: A0, 97 and DB. RGB value is (160,151,219). Sum of RGB (Red+Green+Blue) = 160+151+219=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A097DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097DB is #5F6824. Grayscale: #A1A1A1. Windows color (decimal): -6252581 or 14391200. OLE color: 14391200.

HSL color Cylindrical-coordinate representation of color #A097DB: hue angle of 247.94º degrees, saturation: 0.49, 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 #A097DB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160151219-
CMYK0.270.3100.14
HSL247.94º48.57%72.55%-
HSV(B)247.94º31.05%85.88%-
XYZ38.3534.7271.7-
YUV161.44160.48126.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=30.19%
G=28.49%
B=41.32%

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
Decimal1601512190.270.3100.14247.9448.5772.55
HexA097DB1B1F0Ef83149
Octal240227333333701637061111
Binary101000001001011111011011110111111101110111110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097DB; }

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

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

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

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

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

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

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

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