#A096F7

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

Shades of Wistful #A096F7

Tints of Wistful #A096F7

Color information

#A096F7 (or 0xA096F7) is unknown color: approx Wistful. HEX triplet: A0, 96 and F7. RGB value is (160,150,247). Sum of RGB (Red+Green+Blue) = 160+150+247=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #A096F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F7 is #5F6908. Grayscale: #A3A3A3. Windows color (decimal): -6252809 or 16225952. OLE color: 16225952.

HSL color Cylindrical-coordinate representation of color #A096F7: hue angle of 246.19º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A096F7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160150247-
CMYK0.350.3900.03
HSL246.19º85.84%77.84%-
HSV(B)246.19º39.27%96.86%-
XYZ42.193692.72-
YUV164.05174.81125.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=28.73%
G=26.93%
B=44.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601502470.350.3900.03246.1985.8477.84
HexA096F7232703f6564e
Octal240226367434703366126116
Binary1010000010010110111101111000111001110111111011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096F7; }

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

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

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

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

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

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

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

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