#A096F1

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

Shades of Wistful #A096F1

Tints of Wistful #A096F1

Color information

#A096F1 (or 0xA096F1) is unknown color: approx Wistful. HEX triplet: A0, 96 and F1. RGB value is (160,150,241). Sum of RGB (Red+Green+Blue) = 160+150+241=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A096F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F1 is #5F690E. Grayscale: #A3A3A3. Windows color (decimal): -6252815 or 15832736. OLE color: 15832736.

HSL color Cylindrical-coordinate representation of color #A096F1: hue angle of 246.59º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A096F1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160150241-
CMYK0.340.3800.05
HSL246.59º76.47%76.67%-
HSV(B)246.59º37.76%94.51%-
XYZ41.2835.6487.92-
YUV163.36171.81125.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=29.04%
G=27.22%
B=43.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601502410.340.3800.05246.5976.4776.67
HexA096F1222605f74c4d
Octal240226361424605367114115
Binary10100000100101101111000110001010011001011111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096F1; }

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

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

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

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

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

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

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

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