#A096DF

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

Shades of Wistful #A096DF

Tints of Wistful #A096DF

Color information

#A096DF (or 0xA096DF) is unknown color: approx Wistful. HEX triplet: A0, 96 and DF. RGB value is (160,150,223). Sum of RGB (Red+Green+Blue) = 160+150+223=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A096DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096DF is #5F6920. Grayscale: #A1A1A1. Windows color (decimal): -6252833 or 14653088. OLE color: 14653088.

HSL color Cylindrical-coordinate representation of color #A096DF: hue angle of 248.22º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A096DF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160150223-
CMYK0.280.3300.13
HSL248.22º53.28%73.14%-
HSV(B)248.22º32.74%87.45%-
XYZ38.7234.6174.45-
YUV161.31162.81127.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=30.02%
G=28.14%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601502230.280.3300.13248.2253.2873.14
HexA096DF1C210Df83549
Octal240226337344101537065111
Binary1010000010010110110111111110010000101101111110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096DF; }

 p { color: rgb(160,150,223); }

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

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

 a { background-color: rgb(160,150,223); }

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

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

 span { border-color: rgb(160,150,223); }

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