#A096D8

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

Shades of Wistful #A096D8

Tints of Wistful #A096D8

Color information

#A096D8 (or 0xA096D8) is unknown color: approx Wistful. HEX triplet: A0, 96 and D8. RGB value is (160,150,216). Sum of RGB (Red+Green+Blue) = 160+150+216=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #A096D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096D8 is #5F6927. Grayscale: #A0A0A0. Windows color (decimal): -6252840 or 14194336. OLE color: 14194336.

HSL color Cylindrical-coordinate representation of color #A096D8: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A096D8 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160150216-
CMYK0.260.3100.15
HSL249.09º45.83%71.76%-
HSV(B)249.09º30.56%84.71%-
XYZ37.834.2469.58-
YUV160.51159.31127.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=30.42%
G=28.52%
B=41.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601502160.260.3100.15249.0945.8371.76
HexA096D81A1F0Ff92e48
Octal240226330323701737156110
Binary101000001001011011011000110101111101111111110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096D8; }

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

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

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

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

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

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

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

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