#A096EC

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

Shades of Wistful #A096EC

Tints of Wistful #A096EC

Color information

#A096EC (or 0xA096EC) is unknown color: approx Wistful. HEX triplet: A0, 96 and EC. RGB value is (160,150,236). Sum of RGB (Red+Green+Blue) = 160+150+236=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #A096EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096EC is #5F6913. Grayscale: #A2A2A2. Windows color (decimal): -6252820 or 15505056. OLE color: 15505056.

HSL color Cylindrical-coordinate representation of color #A096EC: hue angle of 246.98º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A096EC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160150236-
CMYK0.320.3600.07
HSL246.98º69.35%75.69%-
HSV(B)246.98º36.44%92.55%-
XYZ40.5435.3484.04-
YUV162.79169.31126.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=29.30%
G=27.47%
B=43.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601502360.320.3600.07246.9869.3575.69
HexA096EC202407f7454c
Octal240226354404407367105114
Binary10100000100101101110110010000010010001111111011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A096EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A096EC; }

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

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

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

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

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

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

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

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