#A096F0

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

Shades of Wistful #A096F0

Tints of Wistful #A096F0

Color information

#A096F0 (or 0xA096F0) is unknown color: approx Wistful. HEX triplet: A0, 96 and F0. RGB value is (160,150,240). Sum of RGB (Red+Green+Blue) = 160+150+240=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #A096F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F0 is #5F690F. Grayscale: #A2A2A2. Windows color (decimal): -6252816 or 15767200. OLE color: 15767200.

HSL color Cylindrical-coordinate representation of color #A096F0: hue angle of 246.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A096F0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160150240-
CMYK0.330.3700.06
HSL246.67º75%76.47%-
HSV(B)246.67º37.5%94.12%-
XYZ41.1335.5887.14-
YUV163.25171.31125.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=29.09%
G=27.27%
B=43.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601502400.330.3700.06246.677576.47
HexA096F0212506f74b4c
Octal240226360414506367113114
Binary10100000100101101111000010000110010101101111011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096F0; }

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

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

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

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

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

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

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

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