#A096F9

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

Shades of Wistful #A096F9

Tints of Wistful #A096F9

Color information

#A096F9 (or 0xA096F9) is unknown color: approx Wistful. HEX triplet: A0, 96 and F9. RGB value is (160,150,249). Sum of RGB (Red+Green+Blue) = 160+150+249=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #A096F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F9 is #5F6906. Grayscale: #A3A3A3. Windows color (decimal): -6252807 or 16357024. OLE color: 16357024.

HSL color Cylindrical-coordinate representation of color #A096F9: hue angle of 246.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A096F9 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160150249-
CMYK0.360.4000.02
HSL246.06º89.19%78.24%-
HSV(B)246.06º39.76%97.65%-
XYZ42.536.1394.36-
YUV164.28175.81124.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=28.62%
G=26.83%
B=44.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601502490.360.4000.02246.0689.1978.24
HexA096F9242802f6594e
Octal240226371445002366131116
Binary1010000010010110111110011001001010000101111011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096F9; }

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

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

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

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

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

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

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

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